-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (85 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
91 lines (85 loc) · 2.06 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
site_name: Devflow CMS Documentation
site_description: "The web framework for complex applications"
site_author: "Joshua P."
site_url: https://docs.getdevflow.com/
# Copyright
copyright: 'Copyright © 2026 Joshua Parker. All rights reserved.'
# Repository
repo_name: getdevflow/cmf
repo_url: https://github.com/getdevflow/cmf
edit_uri: ../docs/edit/2.x/docs/
# Warnings
validation:
links:
unrecognized_links: ignore
not_found: ignore
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/getdevflow
- icon: fontawesome/solid/globe
link: https://getdevflow.com/
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/atom-one-dark.min.css
- stylesheets/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js
- javascript/init.js
- javascript/matomo.js
plugins:
- search:
- awesome-nav:
filename: awesome_nav.yml
- glightbox:
- mkdocs-nav-weight:
section_renamed: false
index_weight: -10
warning: true
reverse: false
headless_included: false
default_page_weight: 1000
markdown_extensions:
attr_list:
md_in_html:
codehilite:
admonition:
fenced_code:
footnotes:
extra:
pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
pymdownx.blocks.html:
pymdownx.inlinehilite:
pymdownx.blocks.details:
pymdownx.tabbed:
pymdownx.blocks.caption:
pymdownx.details:
pymdownx.superfences:
shadcn.extensions.codexec:
shadcn.extensions.iconify:
shadcn.extensions.hover_card:
theme:
name: shadcn
favicon: images/favicon.png
#custom_dir: cinder
highlightjs: true
hljs_languages:
- bash
- css
- sql
- php
- json
- apache
- nginx
pygments_style:
light: shadcn-light
dark: github-dark
show_title: true # show the title in the top bar
show_stargazers: true # show the stargazers in the top bar
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- content.code.copy
- content.action.edit