-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (57 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
62 lines (57 loc) · 1.92 KB
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
# MkDocs config for MPCP Reference Implementation
site_name: MPCP Reference
site_description: Reference implementation of the Machine Payment Control Protocol
site_url: https://mpcp-protocol.github.io/mpcp-reference/
repo_url: https://github.com/mpcp-protocol/mpcp-reference
repo_name: mpcp-reference
edit_uri: edit/main/docs/
plugins:
- search
extra:
protocol_version: "MPCP 1.0"
spec_repo: "https://github.com/mpcp-protocol/mpcp-spec"
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.svg
palette:
- scheme: default
primary: slate
accent: indigo
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.action.edit
nav:
- Home: index.md
- Quickstart: quickstart.md
- Implementation:
- Profile Model: implementation/profile-model.md
- Reference Profiles: implementation/reference-profiles.md
- XRPL Stablecoin Profile: implementation/xrpl-stablecoin-profile.md
- Verifier: implementation/verifier.md
- Conformance: implementation/conformance.md
- SDK: implementation/sdk.md
- Offline Payments: implementation/offline-payments.md
- Machine Wallet Guardrails: implementation/machine-wallet-guardrails.md
- Fleet Operator Tooling: implementation/fleet-operator-tooling.md
- Intent Anchoring: implementation/intent-anchoring.md
- Dispute Verification: implementation/dispute-verification.md
- Reference:
- SDK: reference/sdk.md
- Service API: reference/service-api.md
- CLI: reference/cli.md
- Examples:
- Parking: examples/parking.md
- Machine Wallet Guardrails: examples/machine-wallet-guardrails.md
- Charging: examples/charging.md
- Fleet: examples/fleet.md
- Animation Pack: animation/MPCP_ANIMATION_PACK.md
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences