-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (36 loc) · 1.22 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
site_name: netfox
theme: readthedocs
nav:
- 'index.md'
- 'upgrading.md'
- netfox:
- Tutorials:
- 'netfox/tutorials/responsive-player-movement.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'