-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
94 lines (92 loc) · 3.43 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
nav:
- Introduction: index.md
- Features:
- features/index.md
- Install/Setup:
- Getting Started: install_setup/setup.md
- Try out locally: install_setup/quickstart.md
- Installation and Deployment:
- Deploy with Docker: install_setup/deployment.md
- Docker with Let's Encrypt: install_setup/lets_encrypt.md
- DigitalOcean: install_setup/digital_ocean.md
- Server Administration:
- User system: install_setup/users.md
- Server configuration: install_setup/configuration.md
- Setting up AI chat: install_setup/chat.md
- Multi-tree setup: install_setup/multi-tree.md
- Frontend customization: install_setup/frontend-config.md
- Update: install_setup/update.md
- Using PostgreSQL: install_setup/postgres.md
- Hosting media on S3: install_setup/s3.md
- Limit CPU & memory usage: install_setup/cpu-limited.md
- 2.0 upgrade guide: install_setup/v2.md
- Administration:
- Introduction: administration/admin.md
- Create owner account: administration/owner.md
- Import data: administration/import.md
- Export data: administration/export.md
# - Manage search index: admin/search.md
- Synchronize with Gramps: administration/sync.md
# # - Command Line Interface: cli.md
# - First steps:
# - Create owner account: user-guide/owner.md
- User Guide:
- Introduction: user-guide/index.md
- First steps:
- Registration: user-guide/registration.md
- First login: user-guide/first-login.md
- Edit data:
- Add media files: user-guide/media.md
- Tag people in photos: user-guide/tagging.md
- Use the blog: user-guide/blog.md
- Manage tasks: user-guide/tasks.md
- Revision history: user-guide/revisions.md
- Advanced features:
- DNA: user-guide/dna.md
- GQL filters: user-guide/gql.md
- AI chat: user-guide/chat.md
- Developers:
- Overview: development/dev.md
- Backend:
- Introduction: development/backend/index.md
- Development setup: development/backend/setup.md
- API specification: development/backend/api.md
- Manual queries: development/backend/queries.md
- Frontend:
- Introduction: development/frontend/index.md
- Architecture: development/frontend/architecture.md
- Development setup: development/frontend/setup.md
- Translation: development/frontend/translation.md
- Contribute: contribute/contribute.md
- Get Help: help/help.md
site_name: Gramps Web
site_url: https://www.grampsweb.org
edit_uri: https://github.com/gramps-project/gramps-web-docs/blob/main/docs/
repo_url: https://github.com/gramps-project/gramps-web
theme:
name: "material"
features:
- navigation.tabs
- navigation.instant
- navigation.expand
- navigation.footer
palette:
scheme: default
primary: brown
accent: blue
logo: logo.svg
favicon: favicon.ico
plugins:
- search
- glightbox:
manual: false # optional lightboxing. Requires HTML in markdown.
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg