Move files, create README
Dieser Commit ist enthalten in:
Ursprung
c427f06b5a
Commit
074c14322d
7 geänderte Dateien mit 26 neuen und 0 gelöschten Zeilen
1
README.md
Normale Datei
1
README.md
Normale Datei
|
@ -0,0 +1 @@
|
||||||
|
# mailcow dockerized documentation
|
Vorher Breite: | Höhe: | Größe: 11 KiB Nachher Breite: | Höhe: | Größe: 11 KiB |
25
mkdocs.yml
Normale Datei
25
mkdocs.yml
Normale Datei
|
@ -0,0 +1,25 @@
|
||||||
|
site_name: "mailcow: dockerized"
|
||||||
|
repo_url: https://github.com/mailcow/mailcow-dockerized-docs
|
||||||
|
remote_branch: gh-pages
|
||||||
|
theme: material
|
||||||
|
extra:
|
||||||
|
social:
|
||||||
|
- type: 'github'
|
||||||
|
link: 'https://github.com/mailcow/mailcow-dockerized'
|
||||||
|
palette:
|
||||||
|
primary: 'indigo'
|
||||||
|
accent: 'yellow'
|
||||||
|
logo: 'images/logo.svg'
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- codehilite(guess_lang=true)
|
||||||
|
- footnotes
|
||||||
|
- meta
|
||||||
|
- toc(permalink=true)
|
||||||
|
|
||||||
|
pages:
|
||||||
|
- 'This is mailcow': 'index.md'
|
||||||
|
- 'Installation': 'install.md'
|
||||||
|
- 'First Steps': 'first_steps.md'
|
||||||
|
- 'Usage & Examples': 'u_and_e.md'
|
Laden …
In neuem Issue referenzieren