Skip to content

Commit fb84699

Browse files
NAOR YUVALNAOR YUVAL
authored andcommitted
docs: add mkdocs.unified.yml for unified site (dark theme, nav tabs)
Made-with: Cursor
1 parent 23b5d2b commit fb84699

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

mkdocs.unified.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Config for unified site deployment at mpcp-protocol.github.io/reference/
2+
# Use: mkdocs build -f mkdocs.unified.yml
3+
# Overrides: site_url, dark theme (slate), navigation.tabs, MPCP/Spec nav links
4+
site_name: MPCP Reference
5+
site_description: Reference implementation of the Machine Payment Control Protocol
6+
site_url: https://mpcp-protocol.github.io/reference/
7+
repo_url: https://github.com/mpcp-protocol/mpcp-reference
8+
repo_name: mpcp-reference
9+
edit_uri: edit/main/docs/
10+
11+
plugins:
12+
- search
13+
14+
extra:
15+
protocol_version: "MPCP 1.0"
16+
spec_repo: "https://github.com/mpcp-protocol/mpcp-spec"
17+
18+
theme:
19+
name: material
20+
logo: assets/logo.svg
21+
favicon: assets/favicon.svg
22+
palette:
23+
- scheme: slate
24+
primary: black
25+
accent: blue
26+
features:
27+
- navigation.sections
28+
- navigation.expand
29+
- navigation.top
30+
- navigation.tabs
31+
- search.highlight
32+
- search.share
33+
- content.code.copy
34+
- content.action.edit
35+
36+
nav:
37+
- MPCP: https://mpcp-protocol.github.io/
38+
- Spec: https://mpcp-protocol.github.io/spec/
39+
- Home: index.md
40+
- Quickstart: quickstart.md
41+
- Implementation:
42+
- Profile Model: implementation/profile-model.md
43+
- Reference Profiles: implementation/reference-profiles.md
44+
- XRPL Stablecoin Profile: implementation/xrpl-stablecoin-profile.md
45+
- Verifier: implementation/verifier.md
46+
- Conformance: implementation/conformance.md
47+
- SDK: implementation/sdk.md
48+
- Offline Payments: implementation/offline-payments.md
49+
- Fleet Operator Tooling: implementation/fleet-operator-tooling.md
50+
- Intent Anchoring: implementation/intent-anchoring.md
51+
- Dispute Verification: implementation/dispute-verification.md
52+
- Reference:
53+
- SDK: reference/sdk.md
54+
- Service API: reference/service-api.md
55+
- CLI: reference/cli.md
56+
- Examples:
57+
- Parking: examples/parking.md
58+
- Charging: examples/charging.md
59+
- Fleet: examples/fleet.md
60+
- Animation Pack: animation/MPCP_ANIMATION_PACK.md
61+
62+
markdown_extensions:
63+
- attr_list
64+
- md_in_html
65+
- pymdownx.superfences

0 commit comments

Comments
 (0)