-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from stripe/kabhi/v1-docs
Add v1 docs
- Loading branch information
Showing
173 changed files
with
2,188,778 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# These are some examples of commonly ignored file patterns. | ||
# You should customize this list as applicable to your project. | ||
# Learn more about .gitignore: | ||
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore | ||
|
||
# Node artifact files | ||
node_modules/ | ||
dist/ | ||
|
||
# Compiled Java class files | ||
*.class | ||
|
||
# Compiled Python bytecode | ||
*.py[cod] | ||
|
||
# Log files | ||
*.log | ||
|
||
# Package files | ||
*.jar | ||
|
||
# Maven | ||
target/ | ||
dist/ | ||
|
||
# JetBrains IDE | ||
.idea/ | ||
|
||
# Unit test reports | ||
TEST*.xml | ||
|
||
# Generated by MacOS | ||
.DS_Store | ||
|
||
# Generated by Windows | ||
Thumbs.db | ||
|
||
# Applications | ||
*.app | ||
*.exe | ||
*.war | ||
|
||
# Large media files | ||
*.mp4 | ||
*.tiff | ||
*.avi | ||
*.flv | ||
*.mov | ||
*.wmv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# README # | ||
|
||
This repository contains the content for the Stripe openbanking developer portal. This portal | ||
will primarily used by third party developers (TPP developers) to consume the openbanking APIs | ||
exposed by ozone (for Stripe). | ||
|
||
This repository can be used to tailor the content presented to the third party developers including | ||
branding. | ||
### How this repository is used ### | ||
|
||
This repository is pulled by ozone and used to refresh the content being displayed on the developer portal. | ||
The developer portal is maintained by ozone, this repository provides the content to be displayed on the portal. | ||
|
||
If the API spec is changed, it is expected to update the swagger definitions checked into this repository. | ||
|
||
``` | ||
Content placeholders | ||
The following placeholders can be used for find/replace opperations: | ||
Find: {[email protected]} | ||
Replace: [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
:root { | ||
--primary-bg-color: #635bff; | ||
--primary-text-color: #f5f5fd; | ||
|
||
--secondry-bg-color: #7a73ff; | ||
--secondry-text-color: #f5f5fd; | ||
|
||
--url: url("/connector-pub/logo/ukhub-stripe-logo.png"); | ||
|
||
.content-header { | ||
background-color:var(--primary-bg-color); | ||
} | ||
|
||
.content-header h5 { | ||
color: var(--primary-text-color); | ||
} | ||
|
||
.aside-body { | ||
background-color: var(--secondry-bg-color); | ||
} | ||
|
||
.aside-body .nav-label, .mode_title { | ||
color: var(--secondry-text-color); | ||
} | ||
|
||
.aside-body .nav-link span{ | ||
color: var(--secondry-text-color); | ||
} | ||
|
||
.aside-body .nav-link svg{ | ||
color: var(--secondry-text-color); | ||
} | ||
|
||
.aside-body .nav-link:before{ | ||
color: var(--secondry-text-color); | ||
border-left: 2px solid var(--secondry-text-color) !important; | ||
} | ||
|
||
.nav-aside .with-sub.show:not(.active) svg { | ||
color: var(--secondry-text-color); | ||
} | ||
|
||
.toc-title { | ||
background-color:var(--primary-bg-color) !important; | ||
color: var(--primary-text-color) !important; | ||
} | ||
.toc-link { | ||
color: var(--secondry-bg-color) !important; | ||
} | ||
.toc-link:hover, .toc-link:focus { | ||
background-color:var(--primary-bg-color) !important; | ||
color: var(--primary-text-color) !important; | ||
} | ||
|
||
.active-toc { | ||
background-color: var(--secondry-bg-color) !important; | ||
color: var(--secondry-text-color) !important; | ||
} | ||
.doc-navigation:hover, .doc-navigation:focus { | ||
background-color: var(--primary-bg-color) !important; | ||
color: var(--primary-text-color) !important; | ||
} | ||
.doc-navigation:hover a, .doc-navigation:focus a { | ||
color: var(--primary-text-color) !important; | ||
} | ||
|
||
.brand-color { | ||
color:var(--primary-bg-color) !important; | ||
} | ||
|
||
.brand-button { | ||
background-color:var(--primary-bg-color) !important; | ||
border-color:var(--primary-bg-color) !important; | ||
} | ||
|
||
.index-logo { | ||
height: 100px; | ||
width: 300px; | ||
margin: 20px auto; | ||
background: url(/connector-pub/logo/dev-ui-logo.png) center center; | ||
background-size: contain; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
|
||
.aside-loggedin-user h6{ | ||
color: var(--secondry-text-color) !important; | ||
} | ||
|
||
.aside-loggedin-user p{ | ||
color: var(--secondry-text-color) !important; | ||
} | ||
|
||
|
||
.navbar-right h6{ | ||
color: var(--primary-text-color) !important; | ||
} | ||
|
||
.navbar-right p{ | ||
color: var(--primary-text-color) !important; | ||
} | ||
|
||
|
||
.theme_changer { | ||
display: none; | ||
} | ||
|
||
.documentation-links span{ | ||
color: var(--secondry-text-color) !important; | ||
} | ||
|
||
.nav-link { | ||
|
||
} | ||
.nav-link.nav-link--active{ | ||
background-color:var(--primary-bg-color) !important; | ||
color:var(--primary-text-color) !important; | ||
} | ||
.documentation-sidebar { | ||
visibility: hidden; | ||
max-width: 0%; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.