Delete mkdocs.yml~
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0ef1162af1
commit
b338c45514
42
mkdocs.yml~
42
mkdocs.yml~
|
@ -1,42 +0,0 @@
|
||||||
site_name: SL6CV
|
|
||||||
nav:
|
|
||||||
- Start: index.md
|
|
||||||
- HF Vagn: hf_vagn.md
|
|
||||||
- VHF/UHF: vhf_uhf.md
|
|
||||||
- LLS HAM: lss_ham.md
|
|
||||||
- Utbildning: utbildning.md
|
|
||||||
- Rapport: rapport.md
|
|
||||||
theme:
|
|
||||||
name: 'material'
|
|
||||||
features:
|
|
||||||
- toc.integrate
|
|
||||||
language: sv
|
|
||||||
font:
|
|
||||||
text: 'Ubuntu'
|
|
||||||
code: 'Ubuntu Mono'
|
|
||||||
logo: assets/logo.png
|
|
||||||
palette:
|
|
||||||
- media: "(prefers-color-scheme: dark)"
|
|
||||||
scheme: slate
|
|
||||||
primary: 'deep purple'
|
|
||||||
accent: 'amber'
|
|
||||||
toggle:
|
|
||||||
icon: material/weather-sunny
|
|
||||||
name: Växla till ljust läge
|
|
||||||
- media: "(prefers-color-scheme: light)"
|
|
||||||
scheme: light
|
|
||||||
primary: 'green'
|
|
||||||
accent: 'indigo'
|
|
||||||
toggle:
|
|
||||||
icon: material/weather-night
|
|
||||||
name: Växla till mörkt läge
|
|
||||||
plugins:
|
|
||||||
- search
|
|
||||||
- open-in-new-tab
|
|
||||||
- git-revision-date-localized:
|
|
||||||
enable_creation_date: true
|
|
||||||
locale: sv
|
|
||||||
fallback_to_build_date: true
|
|
||||||
type: date
|
|
||||||
extra_css:
|
|
||||||
- extra.css
|
|
Loading…
Reference in New Issue