-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
56 lines (51 loc) · 2.01 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
# Project information
site_name: 'FIDO Device Onboard'
site_description: 'Documentation for FIDO Device Onboard Project'
site_author: 'FIDO Device Onboard Contributers'
#change this when site goes live
site_url: 'https://fido-device-onboard.github.io/docs-fidoiot/'
# Documentation Repository
# Add this when the doucmentation goes live, if you want to invite the public to edit
# repo_name: 'fido-device-onboard'
# repo_url: 'https://github.com/fido-device-onboard'
# Copyright
copyright: 'Copyright © 2020 Intel Corporation - Released under CC BY 4.0 license'
theme:
name: 'readthedocs'
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.md
- Installation Guide: installation.md
- Installation Guide (RHEL): installation_rhel.md
- Protocol Specification: protocol-specification.md
- PRI:
- Protocol Reference Implementation: pri/pri-introduction.md
- Client SDK:
- Client SDK Design: client-sdk/client-sdk-design.md
- Client SDK Introduction: client-sdk/client-sdk-reference-guide.md
- Client SDK API Reference: client-sdk/client-sdk-api-reference.md
- Client SDK Porting Guide: client-sdk/client-sdk-porting-guide.md
- Implementation Reference:
- Getting Started Guide: implementation-references/getting-started-guide.md
- ServiceInfo System Module: implementation-references/serviceinfo-sys-module.md
- DeviceMfgInfo Specification: implementation-references/device-mfg-info.md
- Manufacturer Guide: implementation-references/manufacturer-guide.md
- DMS Integration Guide: implementation-references/dms-integration-guide.md
- Proxy Setup Guide: implementation-references/proxy-settings.md