-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
56 lines (55 loc) · 1.7 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
site_name: netfox
site_url: 'https://foxssake.github.io/netfox/'
theme:
name: readthedocs
custom_dir: docs/custom_theme/
extra_css:
- css/version-selector.css
plugins:
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
theme:
enabled: false
interaction:
enabled: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
nav:
- 'index.md'
- 'upgrading.md'
- netfox:
- Tutorials:
- 'netfox/tutorials/responsive-player-movement.md'
- 'netfox/tutorials/predicting-input.md'
- 'netfox/tutorials/configuring-properties-from-code.md'
- 'netfox/tutorials/rollback-caveats.md'
- 'netfox/tutorials/interpolation-caveats.md'
- Concepts:
- 'netfox/concepts/servers-clients-ownership.md'
- 'netfox/concepts/authoritative-servers.md'
- Guides:
- 'netfox/guides/logging.md'
- 'netfox/guides/network-time.md'
- 'netfox/guides/network-time-synchronizer.md'
- 'netfox/guides/network-events.md'
- 'netfox/guides/interpolators.md'
- 'netfox/guides/property-paths.md'
- 'netfox/guides/network-rollback.md'
- 'netfox/guides/network-performance.md'
- Nodes:
- 'netfox/nodes/tick-interpolator.md'
- 'netfox/nodes/rollback-synchronizer.md'
- 'netfox/nodes/state-synchronizer.md'
- netfox.noray:
- Guides:
- 'netfox.noray/guides/noray.md'
- 'netfox.noray/guides/packet-handshake.md'
- netfox.extras:
- Guides:
- 'netfox.extras/guides/base-net-input.md'
- 'netfox.extras/guides/network-weapon.md'
- 'netfox.extras/guides/rewindable-state-machine.md'
- 'netfox.extras/guides/window-tiler.md'