|
| 1 | +site_name: Fabric Token SDK |
| 2 | +site_url: https://hyperledger-labs.github.io/fabric-token-sdk/ |
| 3 | +site_description: Privacy-preserving token management for Hyperledger Fabric |
| 4 | +site_author: Hyperledger Labs |
| 5 | +repo_url: https://github.com/hyperledger-labs/fabric-token-sdk |
| 6 | +repo_name: hyperledger-labs/fabric-token-sdk |
| 7 | +edit_uri: edit/main/docs/ |
| 8 | + |
| 9 | +validation: |
| 10 | + links: |
| 11 | + not_found: info |
| 12 | + anchors: info |
| 13 | + |
| 14 | +theme: |
| 15 | + name: material |
| 16 | + palette: |
| 17 | + # Palette toggle for light mode |
| 18 | + - media: "(prefers-color-scheme: light)" |
| 19 | + scheme: default |
| 20 | + primary: indigo |
| 21 | + accent: indigo |
| 22 | + toggle: |
| 23 | + icon: material/brightness-7 |
| 24 | + name: Switch to dark mode |
| 25 | + # Palette toggle for dark mode |
| 26 | + - media: "(prefers-color-scheme: dark)" |
| 27 | + scheme: slate |
| 28 | + primary: indigo |
| 29 | + accent: indigo |
| 30 | + toggle: |
| 31 | + icon: material/brightness-4 |
| 32 | + name: Switch to light mode |
| 33 | + features: |
| 34 | + - navigation.tabs |
| 35 | + - navigation.sections |
| 36 | + - navigation.top |
| 37 | + - navigation.expand |
| 38 | + - navigation.tracking |
| 39 | + - search.suggest |
| 40 | + - search.highlight |
| 41 | + - content.code.copy |
| 42 | + - content.code.annotate |
| 43 | + |
| 44 | +markdown_extensions: |
| 45 | + - admonition |
| 46 | + - pymdownx.details |
| 47 | + - pymdownx.superfences: |
| 48 | + custom_fences: |
| 49 | + - name: mermaid |
| 50 | + class: mermaid |
| 51 | + format: !!python/name:pymdownx.superfences.fence_code_format |
| 52 | + - pymdownx.highlight: |
| 53 | + anchor_linenums: true |
| 54 | + line_spans: __span |
| 55 | + pygments_lang_class: true |
| 56 | + - pymdownx.inlinehilite |
| 57 | + - pymdownx.snippets |
| 58 | + - pymdownx.tabbed: |
| 59 | + alternate_style: true |
| 60 | + - tables |
| 61 | + - toc: |
| 62 | + permalink: true |
| 63 | + |
| 64 | +nav: |
| 65 | + - Home: README.md |
| 66 | + - Core Concepts: |
| 67 | + - Token SDK Overview: tokensdk.md |
| 68 | + - Token API: tokenapi.md |
| 69 | + - Token API Usage: token_sdk_usage.md |
| 70 | + - Driver API: driverapi.md |
| 71 | + - Configuration: configuration.md |
| 72 | + - Services Overview: services.md |
| 73 | + - Upgradability: upgradability.md |
| 74 | + - Public Parameters Lifecycle: public_parameters.md |
| 75 | + - Drivers: |
| 76 | + - Fabtoken: drivers/fabtoken.md |
| 77 | + - DLog (Zero-Knowledge): drivers/dlogwogh.md |
| 78 | + - Extending Validator: drivers/extending_validator.md |
| 79 | + - Metrics: drivers/metrics.md |
| 80 | + - Benchmark: |
| 81 | + - Overview: drivers/benchmark/benchmark.md |
| 82 | + - Tools: drivers/benchmark/tools.md |
| 83 | + - Core Drivers: |
| 84 | + - DLog No-GH Overview: drivers/benchmark/core/dlognogh/dlognogh.md |
| 85 | + - DLog No-GH Architecture: drivers/benchmark/core/dlognogh/dlognogh_architecture.md |
| 86 | + - DLog No-GH Regression: drivers/benchmark/core/dlognogh/dlognogh_regression.md |
| 87 | + - Benchmark Sender Results: drivers/benchmark/core/dlognogh/transfer_BenchmarkSender_results.md |
| 88 | + - Validator Transfer Profile: drivers/benchmark/core/dlognogh/validator_transfer_profile.md |
| 89 | + - Services: |
| 90 | + - Idemix Identity: drivers/benchmark/services/identity/idemix.md |
| 91 | + - Services: |
| 92 | + - Auditor: services/auditor.md |
| 93 | + - Benchmark: services/benchmark.md |
| 94 | + - Certifier: services/certifier.md |
| 95 | + - Config: services/config.md |
| 96 | + - Identity: services/identity.md |
| 97 | + - Interop: services/interop.md |
| 98 | + - Network Ethereum: services/network-ethereum.md |
| 99 | + - Network Fabric: services/network-fabric.md |
| 100 | + - Network Fabricx: services/network-fabricx.md |
| 101 | + - Network: services/network.md |
| 102 | + - NFT Tx: services/nfttx.md |
| 103 | + - Recovery: services/recovery.md |
| 104 | + - Selector: services/selector.md |
| 105 | + - Storage: services/storage.md |
| 106 | + - Tokens: services/tokens.md |
| 107 | + - TTX: services/ttx.md |
| 108 | + - Development: |
| 109 | + - Overview: development/development.md |
| 110 | + - General Guidelines: development/general.md |
| 111 | + - Idiomatic Go: development/idiomatic.md |
| 112 | + - Mocking: development/mock.md |
| 113 | + - Linting: development/linting.md |
| 114 | + - Makefile Guide: development/makefile.md |
| 115 | + - Monitoring: development/monitoring.md |
| 116 | + - Storage: development/storage.md |
| 117 | + - Testing: development/testing.md |
| 118 | + - Tokengen: development/tokengen.md |
| 119 | + - Tools: development/tools.md |
| 120 | + - Versioning: development/versioning.md |
| 121 | + - AI Agents: development/ai_agents.md |
| 122 | + - Documentation: development/documentation.md |
| 123 | + - Evolution: evolution_summary.md |
0 commit comments