Adapt mk ddoc to latest version

This commit is contained in:
Marius Stanca 2020-04-09 02:33:27 +03:00
parent cb66266b57
commit 3996b73d1c
No known key found for this signature in database
GPG Key ID: 3F18F3CF10AD6E8D

View File

@ -1,23 +1,37 @@
site_name: Awesome DevOps site_name: Awesome DevOps
site_url: https://awesome-devops.xyz site_url: http://awesome-devops.xyz
site_description: A curated list of awesome DevOps tools, platforms and resources site_description: A curated list of awesome DevOps tools, platforms and resources
site_author: Marius Stanca site_author: Marius Stanca
repo_name: wmariuss/awesome-devops repo_name: wmariuss/awesome-devops
repo_url: https://github.com/wmariuss/awesome-devops repo_url: http://github.com/wmariuss/awesome-devops
theme: theme:
name: material name: material
language: en
palette: palette:
primary: 'black' primary: "black"
accent: 'light blue' accent: "light blue"
font:
text: Roboto
code: Roboto Mono
extra: extra:
social: social:
- type: globe - icon: globe
link: http://marius.xyz link: http://marius.xyz
- type: github - type: fontawesome/brands/github-alt
link: https://github.com/wmariuss link: https://github.com/wmariuss
- type: twitter - type: fontawesome/brands/twitter
link: https://twitter.com/wmariuss link: https://twitter.com/wmariuss
- type: linkedin - type: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/wmariuss link: https://www.linkedin.com/in/wmariuss
nav: nav:
- "Improve your DevOps skills": "index.md" - "Improve your DevOps skills": "index.md"
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true