-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (97 loc) · 2.87 KB
/
mkdocs.yml
File metadata and controls
97 lines (97 loc) · 2.87 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Chatacter
repo_url: https://github.com/alphaspheredotai/chatacter/
site_url: https://alphaspheredotai.is-a.dev/chatacter/
repo_name: Chatacter
site_author: MH0386
copyright: Copyright © 2025 <a href="https://alphaspheredotai.is-a.dev" target="_blank" rel="noopener">AlphaSphere.AI</a>
nav:
- Home: index.md
- Installation: install.md
- Documentation: docs.md
- Policy: policy.md
theme:
icon:
logo: simple/chatbot
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: JetBrains Mono
code: JetBrains Mono
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
direction:
rtl:
- ar
ltr:
- en
markdown_extensions:
- attr_list
plugins:
- search:
lang:
- en
- ar
- i18n:
default_language: en
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: ar
name: العربية
build: true
# - optimize
- social
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: alphaspheredotai/chatacter
branch: main
extra:
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: https://github.com/AlphaSphereDotAI/chatacter/issues/new/?title=[Feedback]+{title}+-+{url}