Skip to content

Commit

Permalink
Merge pull request #6 from stripe/kabhi/v1-docs
Browse files Browse the repository at this point in the history
Add v1 docs
  • Loading branch information
kabhi-stripe authored Nov 21, 2024
2 parents 7003d3a + 95c119c commit fc958e2
Show file tree
Hide file tree
Showing 173 changed files with 2,188,778 additions and 0 deletions.
50 changes: 50 additions & 0 deletions v1-eu-docs/.gitignore
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

22 changes: 22 additions & 0 deletions v1-eu-docs/README.md
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]
```
122 changes: 122 additions & 0 deletions v1-eu-docs/assets/branding.css
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%;
}
Binary file added v1-eu-docs/assets/images/accesstoken.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/accountaccess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/accounts.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/ccg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/clientcert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/consent1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/consent2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/consent3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/consent4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/postmanimport1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/postmanimport2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/postmanimport3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/selfservice1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/selfservice2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/selfservice3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1-eu-docs/assets/images/transactions.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc958e2

Please sign in to comment.