@@ -3,11 +3,11 @@ site_url: https://photoboothproject.github.io/
3
3
site_description : Photobooth Project documentation
4
4
site_author : Photobooth Team
5
5
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 /
8
8
9
- docs_dir : photobooth/faq
10
- site_dir : docs
9
+ docs_dir : photobooth/docs
10
+ site_dir : site
11
11
12
12
theme :
13
13
name : readthedocs
@@ -18,6 +18,26 @@ theme:
18
18
- rust
19
19
locale : en
20
20
21
+ extra_css :
22
+ - assets/css/extra.css
23
+
21
24
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
22
37
- 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