Skip to content

Commit c33387b

Browse files
authored
Update mkdocs_remote.yml
1 parent 3354e88 commit c33387b

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

mkdocs_remote.yml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ site_url: https://photoboothproject.github.io/
33
site_description: Photobooth Project documentation
44
site_author: Photobooth Team
55

6-
repo_url: https://github.com/PhotoboothProject/PhotoboothProject.github.io
7-
edit_uri: blob/master/src/
6+
repo_url: https://github.com/PhotoboothProject/photobooth
7+
edit_uri: blob/master/docs/
88

9-
docs_dir: photobooth/faq
10-
site_dir: docs
9+
docs_dir: photobooth/docs
10+
site_dir: site
1111

1212
theme:
1313
name: readthedocs
@@ -18,6 +18,26 @@ theme:
1818
- rust
1919
locale: en
2020

21+
extra_css:
22+
- assets/css/extra.css
23+
2124
nav:
25+
- Home: index.md
26+
- Changelog: changelog.md
27+
- Security Policy: security.md
28+
- Install:
29+
- Prerequisites: install/prerequisites.md
30+
- Supported Platforms and Cameras: install/supported_platformscand_cameras.md
31+
- Install on Debian: install/install-debian.md
32+
- Enable PHP in nginx: install/install-nginx.md
33+
- Enable PHP in Lighttpd: install/install-lighttpd.md
34+
- Install on Windows: install/install-windows.md
35+
- Update:
36+
- Update on linux: update/update-linux.md
2237
- FAQ:
23-
- FAQ: faq.md
38+
- FAQ: faq/index.md
39+
- Community & Contribution:
40+
- Chat on Telegram: https://t.me/PhotoboothGroup
41+
- Contributor Covenant Code of Conduct: code_of_conduct.md
42+
- Translate Photobooth: https://crowdin.com/project/photobooth
43+
- Donation: donation.md

0 commit comments

Comments
 (0)