-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
90 lines (90 loc) · 3.94 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: Open Banking Connector docs
repo_url: https://github.com/finlabsuk/open-banking-connector
repo_name: Open Banking Connector
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- toc.follow
- search.suggest
- search.share
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- footnotes
plugins:
- search:
lang: en
separator: '[\s\-\.]'
- git-revision-date-localized:
type: iso_date
- render_swagger
extra_css:
- stylesheets/style.css
copyright: Copyright © 2024 Finnovation Labs Limited and contributors
nav:
- Overview: README.md
- Guide:
- guide/README.md
- Get started:
- get-started/README.md
- Set up basic configuration: get-started\set-up-basic-configuration\README.md
- Run Docker container: get-started\run-docker-container\README.md
- Add software statement and certificates: get-started/add-software-statement-and-certificates/README.md
- Create bank registration: get-started\create-bank-registration\README.md
- Account access consents:
- get-started/account-access-consents/README.md
- Create and authorise an account access consent: get-started/account-access-consents/create-and-authorise-account-access-consent/README.md
- Get account data: get-started\account-access-consents\get-account-data\README.md
- Domestic payment consents:
- get-started/domestic-payment-consents/README.md
- Create and authorise a domestic VRP consent: get-started\domestic-payment-consents\create-and-authorise-domestic-payment-consent\README.md
- Check funds and make payment: get-started\domestic-payment-consents\confirm-funds-and-make-payment\README.md
- Domestic VRP consents:
- get-started/domestic-vrp-consents/README.md
- Create and authorise a domestic VRP consent: get-started\domestic-vrp-consents\create-and-authorise-domestic-vrp-consent\README.md
- Check funds and make payment: get-started\domestic-vrp-consents\confirm-funds-and-make-payment\README.md
- Bank Integrations: bank-integrations.md
- Configuration:
- configuration/README.md
- Database settings: configuration/database-settings.md
- Encryption keys settings: configuration/encryption-key-settings.md
- Configuration sources settings: configuration/configuration-sources-settings.md
- Open Telemetry settings: configuration/open-telemetry-settings.md
- APIs:
- apis/README.md
- Management API:
- apis/management/README.md
- OpenAPI spec: apis/management/openapi.md
- Account and Transaction API:
- apis/account-and-transaction/README.md
- OpenAPI spec: apis/account-and-transaction/openapi.md
- Payment Initiation API:
- apis/payment-initiation/README.md
- OpenAPI spec: apis/payment-initiation/openapi.md
- Variable Recurring Payments API:
- apis/variable-recurring-payments/README.md
- OpenAPI spec: apis/variable-recurring-payments/openapi.md
- Auth Contexts API:
- apis/auth-contexts/README.md
- OpenAPI spec: apis/auth-contexts/openapi.md
- Contributor info:
- contributor-info/README.md
- Documentation:
- contributor-info/documentation/README.md
- Update: contributor-info/documentation/update-documentation.md
- Deploy: contributor-info/documentation/deploy-documentation.md
- Developer setup:
- contributor-info/developer-setup/README.md
- Install OB UK root certificate: contributor-info/developer-setup/install-obuk-root-certs.md
- Use Microsoft's Secret Manager: contributor-info/developer-setup/use-secret-manager.md
- Install PostgreSQL: contributor-info/developer-setup/install-postgresql.md