-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
208 lines (194 loc) · 7.44 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# Project information
site_name: "AssetMantle: Documents"
site_description: NFT marketplaces that provides all the elements required to create individual marketplaces
site_author:
site_url: https://docs.assetmantle.one/
# Repository
# Copyright
copyright: AssetMantle-docs
docs_dir: markdowns
# Documentation and theme
theme:
name: material
custom_dir: resources
favicon: ../assets/images/AssetMantle_Logo_Square.png
features:
- tabs
#- instant
palette:
- scheme: default
primary: white
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Poppins
code: Poppins
icon:
logo: assets/images/logo.svg
logo_white: assets/images/dark_logo.svg
# Plugins
plugins:
- macros
- search:
indexing: "full"
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/GfKE4zWBdr
- icon: fontawesome/brands/twitter
link: https://twitter.com/AssetMantle
- icon: fontawesome/brands/telegram
link: https://t.me/assetmantle
- icon: fontawesome/brands/medium
link: https://blog.assetmantle.one/
#To add icon to side navigation: name is exact navigation item icon is icon path.
nav_links:
- name: 🏆 Introducing AMI Names!
icon: ../assets/images/overview_new.svg
- name: About
icon: ../assets/images/about_new.svg
- name: "AssetMantle Whitepaper"
icon: ../assets/images/whitepaper_new.svg
- name: Overview
icon: ../assets/images/setup_new.svg
- name: Terminology
icon: ../assets/images/terminology_new.svg
- name: "Why Choose AssetMantle?"
icon: ../assets/images/why_assetmantle_new.svg
- name: "$MNTL Tokenomics"
icon: ../assets/images/tokenomics_new.svg
- name: "MantleDrop ($MNTL Airdrop)"
icon: ../assets/images/overview_new.svg
- name: "MantleBuilder Overview"
icon: ../assets/images/mantlebuilder_new.svg
- name: "MantlePlace Overview"
icon: ../assets/images/mantleplace_new.svg
- name: Quick Setup
icon: ../assets/images/setup_new.svg
- name: Contact AssetMantle
icon: ../assets/images/contact_new.svg
- name: Resources
icon: ../assets/images/mantleplace_new.svg
- name: Creators Docs
icon: ../assets/images/whitepaper_new.svg
- name: Assets and Metadata Upload
icon: ../assets/images/setup_new.svg
# extra:
# analytics:
# provider: google
# property: !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# 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:
- Welcome to AssetMantle: index.md
- 🏆 Introducing AMI Names!:
- Overview: "AMIName_Overview.md"
- Technical Terms: "AMIName_Terminology.md"
- About:
- Introduction: "About_AssetMantle#Introduction"
- What is AssetMantle?: "About_AssetMantle#what-is-assetmantle"
- Vision of AssetMantle: "About_AssetMantle#vision-of-assetmantle"
- Why Cosmos Ecosystem?: "About_AssetMantle#why-did-assetmantle-choose-the-cosmos-ecosystem"
- Inception of AssetMantle: "About_AssetMantle#inception-of-assetmantle"
- AssetMantle Whitepaper: "AssetMantle_Whitepaper.md"
- Overview:
- Challenges of Existing Marketplaces: "Overview#challenges-of-existing-marketplaces"
- Product Offerings: "Overview#product-offerings"
- Terminology: Terminology.md
- Why Choose AssetMantle?:
- Salient Features Of AssetMantle: Why_Choose_AssetMantle#salient-features-of-assetmantle
- Multiple Payment Modes: Why_Choose_AssetMantle#multiple-payment-modes
- Negligible Minting Fees: Why_Choose_AssetMantle#negligible-minting-fees
- Multi Chain Access: Why_Choose_AssetMantle#multi-chain-access
- Negligible Minting Fees: Why_Choose_AssetMantle#negligible-minting-fees
- Complete Customization: Why_Choose_AssetMantle#complete-customization
- $MNTL Tokenomics: Mantle_Tokenomics.md
- MantleDrop ($MNTL Airdrop):
- StakeDrop: "MantleDrop_Overview#stakedrop"
- Osmosis LP Airdrop: "MantleDrop_Overview#osmosis-liquidity-providers-airdrop"
- OpenSea Users Airdrop: "MantleDrop_Overview#opensea-users-airdrop"
- Tokens for Genesis Creators: "MantleDrop_Overview#mntl-reserved-for-mantle-genesis-creators"
- Lockup and Vesting Schedule: "MantleDrop_Overview#mantledrop-vesting-schedule"
- Creators Docs:
- Terminologies and API Definition List:
- Terminologies: Creators_doc_Terms_APIList#key-terminologies
- Assets and Metadata Upload:
- File Structuring: Assets_and_Metadata_File_Structuring.md
- Using NFT.Storage (without Script): Uploading_NFT_Collection_Using_NFT_Storage_(Without_Script).md
- Using NFT.Storage (with Script): Uploading_NFT_Collection_Using_NFT_Storage_(With_Script).md
- Using Web3.Storage (without Script): Uploading_Web3_Collection_Using_NFT_Storage_(Without_Script).md
- Using Web3.Storage (with Script): Uploading_Web3_Collection_Using_NFT_Storage_(With_Script).md
- FAQs & Flows:
- FAQs: FAQs.md
- Flows: Flows.md
- MantlePlace Overview: MantlePlace_Overview.md
- MantleBuilder Overview:
- What is MantleBuilder?: "MantleBuilder_Overview#what-is-mantlebuilder"
- Features of MantleBuilder: "MantleBuilder_Overview#features-of-mantlebuilder"
- Quick Setup:
- Overview: "Quick_Setup#overview"
- Prerequisites: "Quick_Setup#prerequisites"
- Steps to run AssetMantle: "Quick_Setup#steps-to-run-assetmantle"
- Understanding .script structure: "Quick_Setup#understanding-script-structure"
- References Links: "Quick_Setup#references-links"
- FAQs/Common Issues: "Quick_Setup#faqscommon-issues"
- Resources:
- Mediakit: MediaKit.md
- Contact AssetMantle: Contact_AssetMantle.md
- Assets and Metadata Upload:
- File Structuring: Assets_and_Metadata_File_Structuring.md
- Using NFT.Storage (without Script): Uploading_NFT_Collection_Using_NFT_Storage_(Without_Script).md
- Using NFT.Storage (with Script): Uploading_NFT_Collection_Using_NFT_Storage_(With_Script).md
- Using Web3.Storage (without Script): Uploading_Web3_Collection_Using_NFT_Storage_(Without_Script).md
- Using Web3.Storage (with Script): Uploading_Web3_Collection_Using_NFT_Storage_(With_Script).md
extra_css:
- assets/stylesheets/custom.css