This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
77 lines (72 loc) · 3.35 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
# Project information
site_name: 'Secure Device Onboard'
site_description: 'Documentation for Secure Device Onboard Project'
site_author: 'Secure Device Onboard Contributers'
#change this when site goes live
site_url: 'https://secure-device-onboard.github.io/docs/'
# Documentation Repository
# Add this when the doucmentation goes live, if you want to invite the public to edit
# repo_name: 'secure-device-onboard'
# repo_url: 'https://github.com/secure-device-onboard'
# Copyright
copyright: 'Copyright © 2020 Intel Corporation - Released under CC BY 4.0 license'
theme:
name: 'material'
logo: 'images/securedeviceonboard-icon-color.png'
extra:
search:
language: 'en'
favicon: 'images/securedeviceonboard-icon-color.png'
features:
- tabs
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
# Page tree
nav:
- Home:
- Home: index.md
- Reference: reference.md
- Community: community.md
- Releases: releases.md
- Security Best Practices: security-best-practices/security-best-practices.md
- Installation Guide : installation.md
- FIDO Device Onboard:
- Introduction: fdo/fdo-introduction.md
- Protocol Specification: fdo/fdo-protocol-specification.md
- Protocol Reference Implementation: fdo/fdo-protocol-reference-implementation-introduction.md
- FDO Client SDK Design: fdo/fdo-client-sdk-design.md
- FDO Client SDK Introduction: fdo/fdo-client-sdk-reference-guide.md
- FDO Client SDK API Reference: fdo/fdo-client-sdk-api-reference.md
- FDO Client SDK Porting Guide: fdo/fdo-client-sdk-porting-guide.md
- FDO ServiceInfo System Module: fdo/fdo-serviceinfo-sys.md
- Client SDK:
- Introduction: client-sdk/client-sdk-reference-guide.md
- API Reference: client-sdk/client-sdk-api-reference.md
- Porting Guide: client-sdk/client-sdk-porting-guide.md
- IOT Platform SDK:
- Introduction: iot-platform-sdk/introduction.md
- Running The Demo: iot-platform-sdk/running-the-demo.md
- Development Guide: iot-platform-sdk/development-guide.md
- Rendezvous Service:
- Introduction: rendezvous-service/introduction.md
- Supply Chain Tools:
- Manufacturing Tools: supply-chain-tools/manufacturing/manufacturer-enablement-guide.md
- Reseller Tools: supply-chain-tools/reseller/reseller-enablement-guide.md
- Keystore Guide: supply-chain-tools/keystore-guide.md
- Protocol Reference Implementation:
- Introduction: protocol-reference-implementation/introduction.md
- All-in-one Demo:
- Introduction: all-in-one-demo/introduction.md
- Protocol Specification:
- Introduction: protocol-specification/introduction.md
- Protocol Description: protocol-specification/protocol-description.md
- Protocol Data Types: protocol-specification/protocol-data-types.md
- Data Transmission & Persistence: protocol-specification/data-transmission-persistence.md
- Detailed Protocol Description: protocol-specification/detailed-protocol-description.md
- Resale Protocol: protocol-specification/resale-protocol.md
- Credential Reuse Protocol: protocol-specification/credential-reuse-protocol.md
- Appendix B - Device Provisioning with ECDSA: protocol-specification/appendix-b-device-provisioning-with-ecdsa.md
- Appendix C - Secure Device Onboard 1.1 Crypto Upgrade: protocol-specification/appendix-c-secure-device-onboard-1-1-crypto-upgrade.md