-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathmkdocs_remote.yml
More file actions
66 lines (61 loc) · 2.15 KB
/
mkdocs_remote.yml
File metadata and controls
66 lines (61 loc) · 2.15 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
59
60
61
62
63
64
65
66
site_name: Photobooth Project
site_url: https://photoboothproject.github.io/
site_description: Photobooth Project documentation
site_author: Photobooth Team
repo_url: https://github.com/PhotoboothProject/photobooth
edit_uri: blob/dev/docs/
docs_dir: docs
site_dir: site
theme:
name: readthedocs
nav_style: dark
highlightjs: true
hljs_languages:
- yaml
- rust
locale: en
extra_css:
- assets/css/extra.css
nav:
- Home: index.md
- News & Releases: news.md
- Install & Setup:
- Overview: install/index.md
- Prerequisites: install/prerequisites.md
- Supported Platforms and Cameras: install/supported_platformscand_cameras.md
- Photobooth Setup Wizard: install/setup_wizard.md
- Install on Debian: install/install-debian.md
- Enable PHP in nginx: install/install-nginx.md
- Install on Windows: install/install-windows.md
- Upgrade & Maintenance:
- Overview: update/index.md
- Update on Linux: update/update-linux.md
- Changelog: changelog.md
- Security Policy: security.md
- Troubleshooting & Tutorials:
- FAQ: faq/index.md
- Preview and live background: faq/preview.md
- Pi Camera setup: faq/pi-camera.md
- Custom collage design: faq/custom-collage.md
- Kiosk mode: faq/kiosk-mode.md
- Hide cursor & screen blanking: faq/hide-cursor.md
- Screensaver: faq/screensaver.md
- Tutorials: faq/tutorials.md
- Remote Buttons: faq/remote-button.md
- USB Sync & Move2USB: faq/usb-sync.md
- Printer Troubleshooting: faq/printer-troubleshooting.md
- gphoto2 Troubleshooting: faq/gphoto2-troubleshooting.md
- GO2RTC Troubleshooting: faq/go2rtc-troubleshooting.md
- Customize & Extend:
- Overview: customizing/index.md
- Sounds: customizing/sounds.md
- Themes: customizing/themes.md
- CSS styles: customizing/styles.md
- Scripts: scripts/index.md
- Community:
- Chat on Telegram: https://t.me/PhotoboothGroup
- Contributor Covenant Code of Conduct: code_of_conduct.md
- Translate Photobooth: https://crowdin.com/project/photobooth
- Contribute to Photobooth: contributing.md
- Contribute to the docs: contributing-docs.md
- Donation: donation.md