-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
133 lines (120 loc) · 5.02 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
site_author: SKT 주재현
site_description: initial Platform
site_url: https://initial-v2-platform.readthedocs.io/
#google_analytics: ['UA-171779938-1', 'https://initial-v2-platform.readthedocs.io/']
repo_url: https://github.com/sktston/initial-v2-platform-doc
repo_name: initial console guide
site_name: initial Platform Guide
nav:
- 'initial Platform':
#- 'initial Platform' : 'index.md'
- 'Introduction': 'home.md'
- 'Services': 'services.md'
- 'Version History': 'changelog.md'
# - 'Release notes' : 'release_note.md'
# - '이용약관' : 'termsofuse.md'
# - '오픈소스고지문' : 'initial platform_v1.0_오픈소스고지문_20210325.htm'
# - '오픈소스고지문' : 'opensource.md'
# - '개인정보수집/이용' : 'privacyuse.md'
# - 'Mobile Agency Service' :
# - 'Initial Agency' : 'agency.md'
# - 'Agency Protocols' : 'agency_protocol.md'
- 'Getting Started':
- 'Web Console 소개': 'web_console.md'
- 'Web Console 이용방법': 'web_console_signup.md'
- 'Web Console 개발 Guide': 'web_console_guide.md'
- 'FAQ': 'web_console_FAQ.md'
- 'API Guide':
- 'Cloud Agent API list': 'open_api_list.md'
# - 'Wallet & DID' : 'open_api_wallet.md'
- 'Connection (연결)': 'open_api_auto_connection.md'
- 'Verify (검증기관)': 'open_api_proof.md'
- 'Issue (발급기관)': 'open_api_auto_credential.md'
# - 'Manual Connection': 'open_api_manual_connection.md'
- 'Revocation (폐기)': 'open_api_revocation.md'
# - 'Router Connection': 'open_api_router_connection.md'
# - 'Manual Credential Issue': 'm_credential.md'
- 'Message': 'open_api_message.md'
- 'Schema & Credential ID 등록': 'open_api_schema_creddef.md'
- 'initial Deeplink': 'initial_deeplink.md'
- '': 'open_api_mobilewallet.md'
- 'Reference - Demo Samples':
# - 'DID VCX Java Demo' : 'demo.md'
# - 'DID VCX NodeJS Demo': 'node_demo.md'
- 'Open API Demo': 'cloud_agent_demo.md'
- 'Swagger': 'https://app.swaggerhub.com/apis-docs/khujin1/initial_Cloud_Agent_Open_API/1.0.4#/'
# - 'SDK API' :
# - 'Java APIs' : 'java_api/java_api.md'
# - 'iOS APIs' : 'ios_api/ios_api.md'
# - 'Blockchain Node' :
# - 'Blockchain Network' : 'blockchain.md'
plugins:
- search
#- tags
#- git-revision-date-localized:
# enable_creation_date: true
# type: date
markdown_extensions:
#- meta
- toc:
permalink: true
toc_depth: 2 # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.toc_depth
#baselevel: 1
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
#name: readthedocs
name: material
#custom_dir: overrides
palette:
# Palette toggle for light mode
- scheme: default # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: blue # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
accent: red # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto # https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#regular-font
code: Roboto Mono # https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#monospaced-font
language: ko # https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language
icon:
logo: material/library # https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo
repo: fontawesome/brands/github
features:
- navigation.instant # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
- navigation.tracking
#- navigation.tabs
#- navigation.tabs.sticky # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs
- navigation.sections # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections
- navigation.expand
- toc.follow # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following
- toc.integrate
- navigation.top
- header.autohide # https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#automatic-hiding
- navigation.footer # https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#navigation
- navigation.indexes # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
extra:
version:
provider: mike
default: master
versioning: v3.4.4
#homepage: https://www.initial.id/
#alternate:
# - name: Korean # https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector
# link: /ko/
# lang: ko
extra_css:
- stylesheets/extra.css