-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (29 loc) · 1019 Bytes
/
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
site_name: FPlugins Docs
site_description: Documentation for FPlugins plugins.
site_author: "SilK. Modified by: Feli"
site_url: https://f-plugins.github.io/
nav:
- Home: index.md
- Free Plugins:
- Economy: plugins/economy.md
- Salary: plugins/salary.md
- Country Restrictor: plugins/country-restrictor.md
- Paid Plugins:
- Stats System: plugins/stats-system.md
- Player Robbing: plugins/player-robbing.md
- Code Locks: plugins/code-locks.md
- Consumable Rewards: plugins/consumable-rewards.md
- Drop Boxes: plugins/dropboxes.md
- Hitman: plugins/hitman.md
- Movement Modifier: plugins/movement-modifier.md
- Shops UI: plugins/shops-ui.md
- Vehicle Despawner: plugins/vehicle-despawner.md
- Weapon Features: plugins/weapon-features.md
markdown_extensions:
- pymdownx.details
- pymdownx.superfences
theme:
name: material
favicon: assets/images/favicon.ico
logo: assets/images/logo.png
include_homepage_in_sidebar: false