-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (43 loc) · 1.46 KB
/
mkdocs.yml
File metadata and controls
58 lines (43 loc) · 1.46 KB
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
site_name: Wosa Docs
site_description: Official Wosa Documentation
site_author: Wosa.Core.Development
copyright: Copyright; 2019-2022 Wosa Framework
docs_dir: docs
strict: true
theme:
name: ivory
custom_dir: page
repo_url: https://github.com/WosaFramework/Docs/
repo_name: GitHub
markdown_extensions:
- markdown.extensions.attr_list
nav:
# V1 section
- 'Original - V1' :
- 'Home' : 'index.md'
- 'F.A.Q' : 'faq.md'
- 'Guides' :
- 'Starter Player Guide' : 'guides/player.md'
- 'Installation' :
- 'How to install' : 'install/install.md'
- 'Troubleshooting' : 'install/troubleshooting.md'
- 'Scripting' :
- 'Connector' :
- 'Setup' : 'connector/setup.md'
- 'Server Natives' : 'connector/natives_server.md'
- 'Client Natives' : 'connector/natives_client.md'
- 'Script Examples' : 'connector/examples.md'
- 'Events' :
- 'Server Events' : 'events/events_server.md'
- 'Client Events' : 'events/events_client.md'
- 'Core' :
- 'Introduction' : 'core/introduction.md'
- 'API Functions' : 'core/api.md'
- 'System Log' : 'core/system_log.md'
- 'External Scripts' : 'core/external.md'
- 'Core Natives' :
- 'Server Natives' : 'core/server_natives.md'
- 'Client Natives' : 'core/client_natives.md'
# V2 section.
- 'Remake - V2' :
- 'Home' : 'v2/home.md'