-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (76 loc) · 2.27 KB
/
Copy pathmkdocs.yml
File metadata and controls
81 lines (76 loc) · 2.27 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Arabic IT Helpdesk Bot
site_description: Open-source bilingual IT helpdesk with Arabic NLP, PDPL-aware deployment.
site_url: https://arabic-helpdesk.dev
repo_url: https://github.com/USER/arabic-helpdesk-bot
repo_name: USER/arabic-helpdesk-bot
edit_uri: edit/main/docs/
copyright: Copyright © 2026 Arabic IT Helpdesk Bot contributors. Apache-2.0.
docs_dir: docs
theme:
name: material
language: en
palette:
- scheme: default
primary: green
accent: green
toggle: { icon: material/weather-night, name: Dark }
- scheme: slate
primary: green
accent: green
toggle: { icon: material/weather-sunny, name: Light }
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search
- mermaid2
markdown_extensions:
- admonition
- footnotes
- tables
- toc: { permalink: true }
- pymdownx.highlight: { anchor_linenums: true }
- pymdownx.superfences:
custom_fences:
- { name: mermaid, class: mermaid, format: !!python/name:mermaid2.fence_mermaid }
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed: { alternate_style: true }
- pymdownx.tasklist: { custom_checkbox: true }
extra:
social:
- { icon: fontawesome/brands/github, link: https://github.com/USER/arabic-helpdesk-bot }
alternate:
- { name: English, link: /, lang: en }
- { name: العربية, link: /ar/, lang: ar }
nav:
- Home: index.md
- Getting started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- Deployment: getting-started/deployment.md
- Architecture:
- Overview: architecture/overview.md
- Database: architecture/db.md
- Guides:
- Arabic NLP deep-dive: guides/arabic-nlp.md
- Self-hosting: guides/self-hosting.md
- Decisions: decisions/README.md
- Research: research/README.md
- Security:
- Threat model: security/threat-model.md
- OWASP Top 10: security/owasp-top-10.md
- Compliance:
- PDPL checklist: compliance/pdpl-checklist.md
- PRD: PRD.md