-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
52 lines (44 loc) · 957 Bytes
/
mkdocs.yaml
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
site_name: Artifactory Retention
site_url: https://rt-retention.verifa.io
site_description: >-
JFrog CLI plugin for facilitating Artifactory retention policies
# Repository
repo_name: verifa/rt-retention
repo_url: https://github.com/verifa/rt-retention
# Copyright
copyright: Copyright © 2022 Verifa
# Theme
theme:
name: material
font:
text: Outfit
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- content.code.annotate
- toc.follow
# Plugins
plugins:
- awesome-pages
- search
- tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/verifa
extra_css:
- stylesheets/theme.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- meta
- toc:
permalink: true