-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 800 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 800 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
site_name: Freenit
site_url: https://freenit-framework.github.io/
site_description: Freenit is a framework for designing, building, and documenting modern web applications with a visual designer, Svelte frontend tooling, and FastAPI backend tooling.
site_author: Freenit Framework
repo_url: https://github.com/freenit-framework/freenit-framework.github.io
repo_name: freenit-framework/freenit-framework.github.io
theme:
name: material
language: en
custom_dir: docs/overrides
logo: img/logo.png
favicon: img/logo.png
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
plugins:
- search
- awesome-pages
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/freenit-framework