forked from os-vector/vector-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 642 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 642 Bytes
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
site_name: Vector Documentation
copyright: Copyright © 2025 Wire + the Project Victor team
repo_url: https://github.com/os-vector/vector-docs
repo_name: Vector Community Documents
edit_uri: edit/master/documents/
use_directory_urls: false
markdown_extensions:
- toc:
permalink: true
- meta
docs_dir: documents
extra:
generator: false
extra_css:
- stylesheets/extra.css
plugins:
- search:
prebuild_index: true
- localsearch
theme:
name: material
palette:
scheme: slate
primary: deep purple
features:
- search.suggest
- navigation.instant
- navigation.sections
- navigation.expand