Add metadata statements and include in documentation
This commit is contained in:
parent
91066292ae
commit
37f1790028
12
docs/solo/metadata-statements.md
Normal file
12
docs/solo/metadata-statements.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
For information on what this is, see the [spec](https://fidoalliance.org/specs/fido-v2.0-rd-20180702/fido-metadata-statement-v2.0-rd-20180702.html#fido2-example).
|
||||||
|
## CTAP2
|
||||||
|
|
||||||
|
```
|
||||||
|
{!metadata/solo-FIDO2-CTAP2-Authenticator.json!}
|
||||||
|
```
|
||||||
|
|
||||||
|
## U2F
|
||||||
|
|
||||||
|
```
|
||||||
|
{!metadata/solo-FIDO2-U2F-Authenticator.json!}
|
||||||
|
```
|
39
metadata/solo-FIDO2-CTAP2-Authenticator.json
Normal file
39
metadata/solo-FIDO2-CTAP2-Authenticator.json
Normal file
File diff suppressed because one or more lines are too long
37
metadata/solo-FIDO2-U2F-Authenticator.json
Normal file
37
metadata/solo-FIDO2-U2F-Authenticator.json
Normal file
File diff suppressed because one or more lines are too long
@ -9,6 +9,7 @@ copyright: 'Copyright © 2018 - 2019 SoloKeys'
|
|||||||
nav:
|
nav:
|
||||||
- Home: solo/index.md
|
- Home: solo/index.md
|
||||||
- FIDO2 Implementation: solo/fido2-impl.md
|
- FIDO2 Implementation: solo/fido2-impl.md
|
||||||
|
- Metadata Statements: solo/metadata-statements.md
|
||||||
- Build instructions: solo/building.md
|
- Build instructions: solo/building.md
|
||||||
- Signed update process: solo/signed-updates.md
|
- Signed update process: solo/signed-updates.md
|
||||||
- Code documentation: solo/code-overview.md
|
- Code documentation: solo/code-overview.md
|
||||||
@ -21,3 +22,6 @@ theme:
|
|||||||
name: material
|
name: material
|
||||||
logo: 'solo/images/logo.svg'
|
logo: 'solo/images/logo.svg'
|
||||||
favicon: 'solo/images/favicon.ico'
|
favicon: 'solo/images/favicon.ico'
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- markdown_include.include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user