forked from rarible/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
143 lines (137 loc) · 4.96 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
# Project information
site_name: Rarible Protocol
site_description: Rarible Protocol documentation
# Repository
repo_url: https://github.com/rarible/protocol
repo_name: rarible/protocol
edit_uri: ""
# Configuration
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- scheme: default
primary: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- search.highlight
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.integrate
# Plugins
plugins:
- search
- redirects:
redirect_maps:
'overview/api-reference.md': 'api-reference.md'
# Customization
extra:
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/raribleprotocol
- icon: fontawesome/brands/twitter
link: https://twitter.com/raribleprotocol
- icon: fontawesome/brands/github
link: https://github.com/rarible
analytics:
provider: google
property: G-20ZJ98JPQ3
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by using our <a href="https://github.com/rarible/protocol/issues/new/?title=[Feedback]+{title}+-+{url}" target=_blank>feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeat visits and preferences
and measure the effectiveness of our documentation and whether users
find what they're searching for. Thank you for helping us improve the documentation.
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- attr_list
- md_in_html
- def_list
- tables
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.keys
- pymdownx.snippets
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Page tree
nav:
- "Home": "index.md"
- "Protocol Overview":
- "Overview": "overview/protocol-overview.md"
- "Tokens, Fees and Royalties": "overview/tokens-fees-royalties.md"
- "Data model": "overview/data-model.md"
- "Architecture": "overview/architecture.md"
- "API References": "api-reference.md"
- "Lazy Minting": "overview/lazy-minting.md"
- "Indexer": "overview/indexer.md"
# - 'Auctions': 'overview/auctions.md'
- "Status": "overview/protocol-status.md"
- "Next Steps": "overview/next-steps.md"
- "Getting Started":
- "Quick Start": "getting-started/quick-start.md"
- "Community and resources": "getting-started/community.md"
- "Tutorials":
- "NFT 101": "getting-started/nft-101.md"
- "Fetch NFT data": "getting-started/fetch-nft-data.md"
- "Example application for connecting blockchain wallet": "getting-started/sdk-react-example.md"
- "NFT App in 60 minutes": "getting-started/nft-app-in-60-minutes.md"
- "How to create NFTs on Flow Blockchain using Rarible Protocol": "getting-started/flow-blockchain-tutorial.md"
- "How to create NFTs on Tezos Blockchain using Rarible Protocol": "getting-started/tezos-blockchain-tutorial.md"
- "Solana NFT App with Rarible Protocol": "getting-started/solana-nft-app.md"
- "Instagram to NFT service with Rarible Part 1": "getting-started/instagram-to-nft-part-1.md"
- "Instagram to NFT service with Rarible Part 2": "getting-started/instagram-to-nft-part-2.md"
- "Setting Up Royalties on an External Collection": "getting-started/royalties-on-a-external-collection.md"
- "Reference":
- "Overview": "reference/reference-overview.md"
- "Search Capabilities": "reference/search-capabilities.md"
- "Installation": "reference/install-sdk.md"
- "Wallets": "reference/wallets.md"
- "Create collection": "reference/create-collection.md"
- "Mint": "reference/mint.md"
- "Sell Order": "reference/order.md"
- "Mint and Sell": "reference/mint-and-sell.md"
- "Create and Accept Bid": "reference/bid.md"
- "Transfer": "reference/transfer.md"
- "Burn": "reference/burn.md"
- "Get balance": "reference/get-balance.md"
- "Conversion": "reference/conversion.md"
- "Contract Addresses": "reference/contract-addresses.md"
- "Use Cases": "use-cases/use-cases-overview.md"
- "Features": "features.md"