You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/mkdocs.yml

92 lines
3.3 KiB
YAML

4 years ago
site_name: Garage Num Doc
site_url: https://garagenum.gitlab.io/doc
site_dir: public
4 years ago
theme:
name: material
custom_dir: overrides
4 years ago
features:
- navigation.instant
- navigation.expand
4 years ago
- tabs
plugins:
#- markdownmermaid
- search:
min_search_length: 2
- git-authors
- git-revision-date
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.highlight:
use_pygments: false
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.keys
- footnotes
- toc:
permalink: true
- attr_list
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js
- javascripts/config.js
- https://unpkg.com/mermaid@8.8.2/dist/mermaid.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
- https://unpkg.com/mermaid@8.8.2/dist/mermaid.css
nav:
- Accueil: index.md
- Cours:
- Introduction: cours/index.md
- "Présentation du Garage":
- cours/presentation-garage/index.md
- cours/presentation-garage/equipe.md
- cours/presentation-garage/histoire.md
- cours/presentation-garage/projets.md
- cours/presentation-garage/statut.md
- Ressources:
- cours/presentation-garage/ressources/sites-web.md
- Python:
- cours/python/index.md
- cours/python/workspace.md
- cours/python/1stproject.md
- cours/python/rest.md
- cours/python/os-script.md
- Divers:
- divers/index.md
- "Linux":
- divers/cmd/index.md
- divers/cmd/backup.md
- divers/cmd/screen.md
- divers/cmd/nmcli.md
4 years ago
- divers/cmd/mount.md
- "Admin Sys":
- divers/admin/index.md
- "Installer Adobe pdf reader": divers/admin/acroread-debian.md
- "Configurer Gnome AppFolders": divers/admin/gnome-appfolders.md
- "Réinitialiser un mot de passe Windows": divers/admin/reset-winpasswd.md
- "Servers":
- divers/server/index.md
- divers/server/install_pxe.md
- "Nextcloud": divers/server/nextcloud_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
- "Wordpress": divers/server/wordpress_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
- "SSH - SAMBA": divers/server/serveur_debian_smb_ssh.md
- "DevOps":
- divers/devops/index.md
- "Hugo": divers/devops/hugo.md
- "Keycloak SSO":
- divers/devops/sso/index.md
- divers/devops/sso/sso-ldap.md
- divers/devops/sso/sso-keycloak.md
- divers/devops/sso/sso-nextcloud.md
- divers/devops/sso/sso-mattermost.md
- divers/devops/sso/sso-wordpress.md
- "Interne":
- "Index": divers/internal/index.md
- "Imprimantes": divers/internal/install-printers.md
- "MkDocs": divers/internal/mkdocs.md