-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (61 loc) · 1.65 KB
/
mkdocs.yml
File metadata and controls
67 lines (61 loc) · 1.65 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
# Project information
site_name: AvantiPoint Packages
site_description: Project docs for the AvantiPoint Packages
site_author: Dan Siegel
site_url: http://avantipoint.com/
# Repository
repo_name: avantipoint/avantipoint.packages
repo_url: https://github.com/AvantiPoint/avantipoint.packages
edit_uri: ""
# Copyright
copyright: 'Copyright © 2021-2025 AvantiPoint'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
logo: assets/logo-small.png
favicon: assets/favicon.ico
language: en
palette:
primary: white
accent: blue grey
font:
text: Roboto
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/html5
link: http://avantipoint.com
- icon: fontawesome/brands/github
link: https://github.com/avantipoint
- icon: fontawesome/brands/twitter
link: https://twitter.com/AvantiPoint
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/avantipoint/
# Extensions
markdown_extensions:
- admonition:
- codehilite:
linenums: false
guess_lang: false
- toc:
permalink: true
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Configuration:
- Service Registration: registration.md
- Full Configuration: configuration.md
- Database: database.md
- Storage: storage.md
- Upstream Mirrors: mirrors.md
- Features:
- Authentication: authentication.md
- Callbacks & Events: callbacks.md
- Shields (Badges): shields.md
- Vulnerability Support: vulnerability-support.md
- Deployment:
- Hosting: hosting.md
- Performance:
- Database Optimization: performance-optimization.md
- Templates: templates.md