-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (48 loc) · 1.47 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
site_name: 学認AAL2認証器レジストリ
copyright: "© Cyber Science Infrastructure Development Department, National Institute of Informatics"
repo_url: https://github.com/gakunin/auth-reg
repo_name: auth-reg
theme:
name: material
palette:
primary: red
logo: img/GakuNin_logo_mark.png
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.expand
- navigation.top
- toc.integrate
# - navigation.sections
- navigation.indexes
nav:
- 登録済み認証器: index.md
- 認証器の詳細:
- OTPデバイス:
- Microsoft Authenticator: authenticator/ms_authenticator.md
- Google Authenticator: authenticator/g_authenticator.md
- 暗号デバイス:
- FIDO準拠デバイス: authenticator/fido.md
- 暗号ソフトウェア:
- UPKI電子証明書発行サービス・クライアント証明書: authenticator/upki_clientcert.md
- 認証器運用時のリスク評価: risk_assesment.md
- 認証器レジストリとは: about.md
- 関連情報:
- 資料:
- NIST SP 800-63Bsup1 和訳: material/nist_sp_800_63b_sup1.md
- お問い合わせ: opt.md
extra:
homepage: https://level2.gakunin.jp/
generator: false
alternate:
- name: English
link: /en/
lang: en
- name: Japanese
link: /
lang: ja
extra_css:
- "css/extra.css"
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
markdown_extensions:
- attr_list