-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (26 loc) · 856 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (26 loc) · 856 Bytes
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
site_name: NOVA Docs
theme:
name: mkdocs
custom_dir: theme
repo_url: https://github.com/NOVA-Team/docs/
site_url: https://novaapi.net/docs/
strict: true
copyright: Copyright © 2015 The NOVA team. NOVA is licensed under LGPLv3 - <a href="mailto:info@novaapi.net">info@novaapi.net</a>
markdown_extensions:
- smarty
# - urlize
- tables
- fenced_code
nav:
- .hidden:
- Home: index.md
- Mod Development:
- Getting started: Mod Development/Getting Started.md
- NOVA Gradle: Mod Development/NOVA Gradle.md
- Blocks: Mod Development/Blocks.md
- Items: Mod Development/Items.md
- Events: Mod Development/Events.md
- NOVA Development:
- Development Workspace Setup: NOVA Development/Development Workspace Setup.md
- Formatting: NOVA Development/Formatting.md
- JavaDoc Style: NOVA Development/JavaDoc Style.md