2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-07-04 10:32:27 +00:00

setup documentation site build and deploy

This commit is contained in:
2022-05-19 15:41:06 +02:00
parent 6d8a8d80f5
commit 7c12ca465a
15 changed files with 75 additions and 1 deletions

24
docs/mkdocs.yml Executable file
View File

@ -0,0 +1,24 @@
site_name: ""
docs_dir: content
site_dir: build
theme:
name: linka-cloud
logo: assets/d2vm-light-tr.png
favicon: assets/d2vm-favicon.png
language: en
repo_url: https://github.com/linka-cloud/d2vm
copyright: Copyright © 2022 Linka Cloud
extra:
homepage: https://github.com/linka-cloud/d2vm
social:
- icon: fontawesome/brands/github
link: https://github.com/linka-cloud
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/linkacloud
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tasklist