Skip to content

Commit 23b5d2b

Browse files
NAOR YUVALNAOR YUVAL
authored andcommitted
fix: mkdocs nav YAML - remove extra spaces in Implementation key
Made-with: Cursor
1 parent e666572 commit 23b5d2b

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

mkdocs.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ theme:
3333
nav:
3434
- Home: index.md
3535
- Quickstart: quickstart.md
36-
- Implementation:
37-
- Profile Model: implementation/profile-model.md
38-
- Reference Profiles: implementation/reference-profiles.md
39-
- XRPL Stablecoin Profile: implementation/xrpl-stablecoin-profile.md
40-
- Verifier: implementation/verifier.md
41-
- Conformance: implementation/conformance.md
42-
- SDK: implementation/sdk.md
43-
- Offline Payments: implementation/offline-payments.md
44-
- Fleet Operator Tooling: implementation/fleet-operator-tooling.md
45-
- Intent Anchoring: implementation/intent-anchoring.md
46-
- Dispute Verification: implementation/dispute-verification.md
36+
- Implementation:
37+
- Profile Model: implementation/profile-model.md
38+
- Reference Profiles: implementation/reference-profiles.md
39+
- XRPL Stablecoin Profile: implementation/xrpl-stablecoin-profile.md
40+
- Verifier: implementation/verifier.md
41+
- Conformance: implementation/conformance.md
42+
- SDK: implementation/sdk.md
43+
- Offline Payments: implementation/offline-payments.md
44+
- Fleet Operator Tooling: implementation/fleet-operator-tooling.md
45+
- Intent Anchoring: implementation/intent-anchoring.md
46+
- Dispute Verification: implementation/dispute-verification.md
4747
- Reference:
48-
- SDK: reference/sdk.md
49-
- Service API: reference/service-api.md
50-
- CLI: reference/cli.md
48+
- SDK: reference/sdk.md
49+
- Service API: reference/service-api.md
50+
- CLI: reference/cli.md
5151
- Examples:
52-
- Parking: examples/parking.md
53-
- Charging: examples/charging.md
54-
- Fleet: examples/fleet.md
52+
- Parking: examples/parking.md
53+
- Charging: examples/charging.md
54+
- Fleet: examples/fleet.md
5555
- Animation Pack: animation/MPCP_ANIMATION_PACK.md
5656

5757
markdown_extensions:

0 commit comments

Comments
 (0)