forked from Digital-Sapphire/PyUpdater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (37 loc) · 1.16 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
site_name: PyUpdater
site_url: http://www.pyupdater.org
site_description: Pyinstaller Auto-Update Framework
google_analytics: ['UA-76455631-6', 'www.pyupdater.org']
nav:
- Home: index.md
- User Guide:
- Installation: installation.md
- Commands: commands.md
- Usage | CLI: usage-cli.md
- Usage | CLI | Assets: usage-cli-asset.md
- Usage | CLI | Advanced: usage-cli-advanced.md
- Usage | Client: usage-client.md
- Usage | Client | Asset: usage-client-asset.md
- Usage | Client | Advanced: usage-client-advanced.md
- Upgrading PyUpdater: upgrading.md
- Create Upload Plugins: create-upload-plugin.md
- Demo | wxPython: demo-wxpython.md
- Danger Zone: danger-zone.md
- API: api.md
- Change Log: changelog.md
- Extras:
- Data Folder Layout: data-folder-layout.md
- Migrate From Esky: migrate-from-esky.md
- Contributing: contributing.md
- Contributors: contributors.md
- Downloads: downloads.md
- License: license.md
- O.S.S.: oss.md
theme: 'material'
repo_name: 'GitHub'
repo_url: 'https://github.com/Digital-Sapphire/PyUpdater'
extra:
palette:
primary: 'blue'
accent: 'light blue'
dev_addr: 0.0.0.0:8080