-
Jürgen Haas authoredJürgen Haas authored
mkdocs.yml 9.62 KiB
site_name: DevOps Tools
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/gitlab
features:
# - navigation.instant
- navigation.sections
- navigation.tabs
repo_name: documentation
repo_url: https://gitlab.lakedrops.com/devops-tools/documentation
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: True
- pymdownx.highlight:
linenums: True
- pymdownx.superfences
- pymdownx.inlinehilite
plugins:
- search:
lang: en
- git-revision-date-localized:
type: datetime
- mkdocs-new-features-notifier
- git-authors
- tags
- build_plantuml:
render: "server"
server: "http://www.plantuml.com/plantuml"
output_format: "svg"
diagram_root: "docs/diagrams/uml"
output_folder: "out"
input_folder: "src"
input_extensions: ""
nav:
- Home:
- Welcome: index.md
- Overview: overview.md
- Tags: tags.md
- Updates: new-features.md
- Contribute: how-to-write-docs.md
- Docker:
- Home: docker/index.md
- Ansible:
- Home: docker/ansible/index.md
- GitLab Drupal CI:
- Home: docker/gitlab-drupal-ci/index.md
- Changelog: docker/gitlab-drupal-ci/changelog.md
- L3D:
- Home: docker/l3d/index.md
- Drupal: docker/l3d/drupal.md
- Changelog: docker/l3d/changelog.md
- Maven: docker/maven-build/index.md
- Node:
- Home: docker/node/index.md
- Gulp, SASS, BrowserSync: docker/node/gulp-sass.md
- Composer:
- Home: composer/index.md
- Libraries:
- Composer.json Utilities: composer/library/composer-json-utils/index.md
- Docker Traefik: composer/library/traefik/index.md
- Plugins:
- Ahoy: composer/plugin/ahoy/index.md
- Behat for Drupal: composer/plugin/b4d/index.md
- Docker for Drupal: composer/plugin/d4d/index.md
- Drupal 8 SASS Theme: composer/plugin/d8-sass-theme/index.md
- Drupal 8 Scaffold: composer/plugin/d8-scaffold/index.md