forked from d0ra-1h3-3xpl0ra/Scarif.xyz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (33 loc) · 1.38 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
site_name: Scarif.xyz
theme: dracula
nav:
- Introduction:
- 'Project Overview': 'introduction/project-overview.md'
- 'Idea and Vision': 'introduction/idea-and-vision.md'
- Getting Started:
- 'Prerequisites': 'getting-started/prerequisites.md'
- 'Installation and Setup': 'getting-started/installation-and-setup.md'
- 'Quick Start Guide': 'getting-started/quick-start-guide.md'
- Architecture:
- 'System Architecture': 'architecture/system-architecture.md'
- 'Contract Design': 'architecture/contract-design.md'
- Usage:
- 'User Guide': 'usage/user-guide.md'
- 'API Reference': 'usage/api-reference.md'
- Development:
- 'Setup and Tooling': 'development/setup-and-tooling.md'
- 'Contribution Guidelines': 'development/contribution-guidelines.md'
- Examples and Tutorials:
- 'Walkthroughs': 'examples-and-tutorials/walkthroughs.md'
- 'Code Examples': 'examples-and-tutorials/code-examples.md'
- Advanced Topics:
- 'Extending the Factory Contract': 'advanced-topics/extending-the-factory-contract.md'
- 'Security Considerations': 'advanced-topics/security-considerations.md'
- FAQs: 'faqs.md'
- Resources:
- 'Glossary': 'resources/glossary.md'
- 'Further Reading': 'resources/further-reading.md'
- About:
- 'The Team': 'about/the-team.md'
- 'Contact and Support': 'about/contact-and-support.md'
- Changelog: 'changelog.md'