-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (56 loc) · 1.4 KB
/
mkdocs.yml
File metadata and controls
58 lines (56 loc) · 1.4 KB
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
site_name: Feitian OpenSK USB Dongle
site_url: https://feitiantech.github.io/OpenSK_USB/
theme:
name: material
features:
- instant
palette:
scheme: default
primary: indigo
accent: indigo
logo: images/OpenSK.png
#favicon: images/OpenSK.png
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/FeitianTech
- icon: fontawesome/brands/twitter
link: https://twitter.com/FEITIAN_Tech
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/feitian-technologies-co.-ltd./
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
nav:
- About OpenSK: 'index.md'
- Update Firmware:
- Overview: "update.md"
- Command Line Tool: "originalway.md"
- Feitian GUI Tool: "feitianguiway.md"
- Test FIDO: 'test.md'
- Hardware Type: 'hardware.md'
- Contact: 'about.md'
- Caution: 'caution.md'
copyright: Copyright © 2020-2021 Feitian Technologies