-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
136 lines (122 loc) · 3.35 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
134
135
136
# Project information
site_name: Interchain NFT and Metadata Standardisation Working Group
site_description: Interchain NFT and Metadata Standardisation Working Group
site_author: interNFT
site_url: https://docs.internft.org/
# Repository
repo_name: interNFT
repo_url: https://github.com/interNFT/
#edit_uri: ""
# Copyright
copyright: interNFT
docs_dir: markdowns
# Documentation and theme
theme:
name: material
custom_dir: resources
# features:
# - tabs
#- instant
palette:
scheme: default
primary: black
accent: grey
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/favicon.png
icon:
logo: logo
# Plugins
plugins:
- search
# indexing: 'full'
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/interNFT
- icon: fontawesome/brands/twitter
link: https://twitter.com/interNFT
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/interNFT/
- icon: fontawesome/brands/medium
link: https://medium.com/interNFT
- icon: fontawesome/brands/telegram
link: https://t.me/interNFT
nav_links:
- name: "Working Group"
- name: "Roadmap"
- name: "Working Draft"
#google_analytics:
# - !!python/object/apply:os.getenv [ "GOOGLE_ANALYTICS_KEY" ]
# - auto
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite:
guess_lang: false
# Page tree
nav:
- Working Group:
- Home: "index.md"
- Meetings: "meetings.md"
- Group Details: "groupDetails.md"
- Getting Involved: "gettingInvolved.md"
- Roadmap:
- Milestones: "milestones.md"
- Working Draft:
- 1. Introduction: "introduction.md"
- 2. Landscape Research: "landscapeResearch.md"
- 3. Existing Metadata Standards: "existingMetadataStandards.md"
- 4. Existing NFT Standards: "existingNFTStandards.md"
- 5. Use Cases Taxonomy: "useCases.md"
- 6. Use Cases Collection: "useCasesCollected.md"
- 7. Terminology: "terminology.md"
- 8. Interface: "interface.md"
- 9. Identifier: "identifier.md"
- 10. Properties: "properties.md"
- 11. Representation: "representation.md"
- 12. Methods: "methods.md"
- 13. Resolution: "resolution.md"
- 14. Security: "security.md"
- 15. Privacy: "privacy.md"
- 16. Examples: "examples.md"
- 17. Known Issues: "knownIssues.md"
- 18. Resources: "resources.md"
extra_css:
- assets/stylesheets/extra.css