Skip to content

Commit 6ef885b

Browse files
authored
Update layout as per mkdocs 1.1.2 (secure-device-onboard#10)
* Update layout as per mkdocs 1.1.2 Configuration changes to ensure similar rendering with mkdocs 1.1.2. Signed-off-by: Behera, Tushar Ranjan <[email protected]> * Update logo image Updated logo image to use the official LFEdge logo. Signed-off-by: Behera, Tushar Ranjan <[email protected]>
1 parent 7677323 commit 6ef885b

File tree

5 files changed

+31
-35
lines changed

5 files changed

+31
-35
lines changed

docs/images/favicon.ico

-15 KB
Binary file not shown.

docs/images/sdo-x192.png

-7.44 KB
Binary file not shown.

docs/images/sdo-x512.png

-22.7 KB
Binary file not shown.
26.5 KB
Loading

mkdocs.yml

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,56 +15,52 @@ copyright: 'Copyright &copy; 2020 Intel Corporation - Released under CC BY 4.0 l
1515

1616
theme:
1717
name: 'material'
18-
logo: 'images/sdo-x512.png'
18+
logo: 'images/securedeviceonboard-icon-color.png'
1919
extra:
2020
search:
2121
language: 'en'
22-
favicon: 'images/favicon.ico'
23-
feature:
24-
tabs: true
22+
favicon: 'images/securedeviceonboard-icon-color.png'
23+
features:
24+
- tabs
2525

2626
markdown_extensions:
2727
- admonition
2828
- footnotes
2929
- toc:
3030
permalink: true
3131

32+
# Page tree
3233
nav:
33-
- Home: 'index.md'
34-
- Reference: 'reference.md'
35-
- Community: 'community.md'
36-
- Releases: 'releases.md'
37-
- Security Best Practices: 'security-best-practices/security-best-practices.md'
34+
- Home:
35+
- Home: index.md
36+
- Reference: reference.md
37+
- Community: community.md
38+
- Releases: releases.md
39+
- Security Best Practices: security-best-practices/security-best-practices.md
3840
- Client SDK:
39-
- Introduction: 'client-sdk/client-sdk-reference-guide.md'
40-
- API Reference: 'client-sdk/client-sdk-api-reference.md'
41+
- Introduction: client-sdk/client-sdk-reference-guide.md
42+
- API Reference: client-sdk/client-sdk-api-reference.md
4143
- IOT Platform SDK:
42-
- Introduction: 'iot-platform-sdk/introduction.md'
43-
- Running The Demo: 'iot-platform-sdk/running-the-demo.md'
44-
- Development Guide: 'iot-platform-sdk/development-guide.md'
44+
- Introduction: iot-platform-sdk/introduction.md
45+
- Running The Demo: iot-platform-sdk/running-the-demo.md
46+
- Development Guide: iot-platform-sdk/development-guide.md
4547
- Rendezvous Service:
46-
- Introduction: 'rendezvous-service/introduction.md'
48+
- Introduction: rendezvous-service/introduction.md
4749
- Supply Chain Tools:
48-
- Manufacturing Tools: 'supply-chain-tools/manufacturing/manufacturer-enablement-guide.md'
49-
- Reseller Tools: 'supply-chain-tools/reseller/reseller-enablement-guide.md'
50-
- Keystore Guide: 'supply-chain-tools/keystore-guide.md'
50+
- Manufacturing Tools: supply-chain-tools/manufacturing/manufacturer-enablement-guide.md
51+
- Reseller Tools: supply-chain-tools/reseller/reseller-enablement-guide.md
52+
- Keystore Guide: supply-chain-tools/keystore-guide.md
5153
- Protocol Reference Implementation:
52-
- Introduction: 'protocol-reference-implementation/introduction.md'
54+
- Introduction: protocol-reference-implementation/introduction.md
5355
- All-in-one Demo:
54-
- Introduction: 'all-in-one-demo/introduction.md'
56+
- Introduction: all-in-one-demo/introduction.md
5557
- Protocol Specification:
56-
- Introduction: 'protocol-specification/introduction.md'
57-
- Protocol Description: 'protocol-specification/protocol-description.md'
58-
- Protocol Data Types: 'protocol-specification/protocol-data-types.md'
59-
- Data Transmission & Persistence: 'protocol-specification/data-transmission-persistence.md'
60-
- Detailed Protocol Description: 'protocol-specification/detailed-protocol-description.md'
61-
- Resale Protocol: 'protocol-specification/resale-protocol.md'
62-
- Credential Reuse Protocol: 'protocol-specification/credential-reuse-protocol.md'
63-
- Appendix B - Device Provisioning with ECDSA: 'protocol-specification/appendix-b-device-provisioning-with-ecdsa.md'
64-
- Appendix C - Secure Device Onboard 1.1 Crypto Upgrade: 'protocol-specification/appendix-c-secure-device-onboard-1-1-crypto-upgrade.md'
65-
66-
67-
68-
69-
70-
58+
- Introduction: protocol-specification/introduction.md
59+
- Protocol Description: protocol-specification/protocol-description.md
60+
- Protocol Data Types: protocol-specification/protocol-data-types.md
61+
- Data Transmission & Persistence: protocol-specification/data-transmission-persistence.md
62+
- Detailed Protocol Description: protocol-specification/detailed-protocol-description.md
63+
- Resale Protocol: protocol-specification/resale-protocol.md
64+
- Credential Reuse Protocol: protocol-specification/credential-reuse-protocol.md
65+
- Appendix B - Device Provisioning with ECDSA: protocol-specification/appendix-b-device-provisioning-with-ecdsa.md
66+
- Appendix C - Secure Device Onboard 1.1 Crypto Upgrade: protocol-specification/appendix-c-secure-device-onboard-1-1-crypto-upgrade.md

0 commit comments

Comments
 (0)