-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (19 loc) · 794 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (19 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: MyNFT documentation
site_url: https://my-nft.io/
site_description: MyNFT developer documentation
site_author: Neoval
copyright: "MyNFT is licensed under <license> etc"
theme:
name: material
locale: en
nav:
- Introduction: introduction.md
- Quickstart:
- Generate your NFT Kit: quickstart/generate_your_nft_kit.md
- Get your integration script: quickstart/get_your_integration_script.md
- Integrate the NFT Kit to your website: quickstart/integrate_the_nft_kit_to_your_website.md
- Interact with the smart contract: quickstart/interact_with_the_smart_contract.md
- Documentation:
- The NFT ENV: documentation/the_nft_env.md
- Overall architecture: documentation/overall_architecture.md
- The factory: documentation/the_factory.md