-
Notifications
You must be signed in to change notification settings - Fork 57
/
mkdocs.yml
78 lines (74 loc) · 3.46 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
site_name: EW-Origin
nav:
- Introduction: index.md
- Glossary: user-guide-glossary.md
- Install and Build: getting-started.md
- Architecture: architecture.md
- Packages: packages.md
- Platform User Guides:
- Getting Started: user-guides.md
- Accounts and User Management: user-guide-reg-onboarding.md
- Devices:
- Device Overview: device-guides/device-guide-intro.md
- All Devices: device-guides/all-devices.md
- Map View: device-guides/map-view.md
- My Devices: device-guides/my-devices.md
- Register Device: device-guides/register-device.md
- Import Device: device-guides/import-device.md
- Certificate:
- Certificate Overview: certificate-guides/cert-guide-intro.md
- Exchange Inbox: certificate-guides/exchange-inbox.md
- Blockchain Inbox: certificate-guides/blockchain-inbox.md
- Claims Report: certificate-guides/claims-report.md
- Requests: certificate-guides/requests.md
- Import Certificate: certificate-guides/import-certificate.md
- Exchange:
- Exchange Overview: exchange-guides/exchange-guide-intro.md
- View Market: exchange-guides/view-market.md
- All Bundles: exchange-guides/all-bundles.md
- Create Bundle: exchange-guides/create-bundle.md
- My Trades: exchange-guides/my-trades.md
- My Bundles: exchange-guides/my-bundles.md
- My Orders: exchange-guides/my-orders.md
- Supply: exchange-guides/supply.md
- Organization:
- Organization Overview: organization-guides/org-guide-intro.md
- My Organization: organization-guides/my-org.md
- Invitations: organization-guides/invitations.md
- Invite: organization-guides/invite.md
- Create Beneficiary: organization-guides/create-beneficiary.md
- Connect I-REC: organization-guides/connect-irec.md
- Configuration:
- UI: configuration-ui.md
- SDKs:
- Traceability:
- Traceability SDK Overview: traceability.md
- Issuer Package: traceability/packages/issuer.md
- Issuer API Package: traceability/packages/issuer-api.md
- Trade:
- Trade SDK Overview: trade.md
- Exchange Package: trade/exchange.md
- Exchange-Core Package: trade/exchange-core.md
- Exchange Token Account Package: trade/exchange-token-account.md
- Exchange IO ERC-1888 Package: trade/exchange-io-erc1888.md
- Device Registry:
- Device Registry SDK Overview: device-registry.md
- Device Registry API Package: device-registry/device-registry-api.md
- Origin Backend: backend.md
- SDK Reference:
- '@energyweb/issuer-irec-api-wrapper': sdk-reference/issuer-irec-api-wrapper/modules.md
- Cookbook:
- How to deploy to Volta: volta-deployment.md
- Run with Docker: docker.md
theme:
name: material
logo: images/EWF-EWBrandmark-Knockout.png
palette:
primary: black
repo_url: https://github.com/energywebfoundation/origin
plugins:
- mermaid2
- search
- autolinks
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js