79 lines
2.8 KiB
YAML
79 lines
2.8 KiB
YAML
site_name: Garage Num Doc
|
|
site_url: https://garagenum.gitlab.io/doc
|
|
site_dir: public
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
features:
|
|
- tabs
|
|
plugins:
|
|
- markdownmermaid
|
|
- search:
|
|
min_search_length: 2
|
|
- git-authors
|
|
- git-revision-date
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- 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@7.1.2/dist/mermaid.min.js
|
|
extra_css:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.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
|
|
- "Commandes Linux":
|
|
- "Index": divers/cmd/index.md
|
|
- divers/cmd/backup.md
|
|
- divers/cmd/screen.md
|
|
- divers/cmd/nmcli.md
|
|
- divers/cmd/mount.md
|
|
- "Admin Sys":
|
|
- Index: divers/adminsys/index.md
|
|
- "Installer Adobe pdf reader": divers/adminsys/acroread-debian.md
|
|
- "Configurer Gnome AppFolders": divers/adminsys/gnome-appfolders.md
|
|
- "Réinitialiser un mot de passe Windows": divers/adminsys/reset-winpasswd.md
|
|
- "Déploiement de Serveurs":
|
|
- "Index": divers/guides/index.md
|
|
- divers/guides/install_pxe.md
|
|
- "Nextcloud": divers/guides/nextcloud_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
|
- "Wordpress": divers/guides/wordpress_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
|
- "SSH - SAMBA": divers/guides/serveur_debian_smb_ssh.md
|
|
- "DevOps":
|
|
- "Index": divers/devops/index.md
|
|
- "Hugo": divers/devops/hugo.md
|
|
- "MkDocs": divers/devops/mkdocs.md
|
|
- "Keycloak Nextcloud": divers/devops/keycloak-nextcloud.md
|
|
- "Interne":
|
|
- "Index": divers/internal/index.md
|
|
- "Imprimantes": divers/internal/install-printers.md
|