-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
77 lines (71 loc) · 1.8 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Project information
site_name: Gitlab CI for Drupal 10+
# site_url:
site_author: Jean Valverde
site_description: >-
Gitlab CI integration for Drupal 10+ project or module:
unit tests, code quality, linting, metrics and deploy.
repo_name: mog33/gitlab-ci-drupal
repo_url: https://gitlab.com/mog33/gitlab-ci-drupal
theme:
name: material
features:
- instant
# - tabs
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
language: en
palette:
primary: blue
accent: deep orange
font:
text: Roboto
code: Roboto Mono
icon:
logo: fontawesome/brands/drupal
# logo: assets/logo.svg
# favicon: assets/favicon.png
# Plugins
plugins:
- search
# - minify:
# minify_html: true
extra:
social:
- icon: fontawesome/brands/drupal
link: https://www.drupal.org/u/mogtofu33
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/mog33
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/mogtofu33
- icon: fontawesome/brands/github-alt
link: https://github.com/Mogtofu33
- icon: fontawesome/solid/blog
link: https://developpeur-drupal.com/en
markdown_extensions:
- markdown.extensions.toc:
permalink: true
- markdown.extensions.admonition
- markdown.extensions.codehilite:
linenums: true
guess_lang: false
- markdown.extensions.footnotes
- pymdownx.snippets
- pymdownx.betterem:
smart_enable: all
- pymdownx.magiclink:
hide_protocol: true
repo_url_shortener: true
repo_url_shorthand: true
user: 'mog33'
repo: 'gitlab-ci-drupal'
provider: 'gitlab'
- pymdownx.extra
nav:
- Home: 'index.md'
- Usage: usage.md
- Advanced usage: advanced-usage.md
- Future plan: plan.md
- Credits: credits.md
- Support: support.md