mkdocs.yml

This commit is contained in:
2019-11-09 07:34:59 +01:00
parent f6138f552b
commit adb7c68b1c
2 changed files with 71 additions and 2 deletions

View File

@@ -58,10 +58,13 @@ nav:
- macos: - macos:
- Index: macos/index.md - Index: macos/index.md
- Bash (exemples): macos/bash_exemples.md - Bash (exemples): macos/bash_exemples.md
- chflags: macos/chflags.md
- Exécuter un script Bash: macos/executer_shell_script.md - Exécuter un script Bash: macos/executer_shell_script.md
- getfileinfo - setfile: macos/getfileinfo_setfile.md
- Homebrew: - Homebrew:
- homebrew: macos/homebrew/brew.md - homebrew: macos/homebrew/brew.md
- homebrew-cask: macos/homebrew/brew-cask.md - homebrew-cask: macos/homebrew/brew-cask.md
- Mail: macos/Mail.md
- md5: macos/md5.md - md5: macos/md5.md
- Node.js: - Node.js:
- Index: macos/node/index.md - Index: macos/node/index.md
@@ -167,6 +170,7 @@ nav:
- Commades DOS (2): Divers/batch/Commandes_DOS_2.md - Commades DOS (2): Divers/batch/Commandes_DOS_2.md
- Changer de shell: Divers/Changer_shell.md - Changer de shell: Divers/Changer_shell.md
- Chromium: Divers/Chromium.md - Chromium: Divers/Chromium.md
- Debian: Divers/debian.md
- git: - git:
- Index: Divers/git/index.md - Index: Divers/git/index.md
- git: Divers/git/git.md - git: Divers/git/git.md
@@ -203,6 +207,7 @@ nav:
- OVH: Divers/wp-cli/ovh.md - OVH: Divers/wp-cli/ovh.md
- zsh: - zsh:
- Antibody: Divers/zsh/antibody.md - Antibody: Divers/zsh/antibody.md
- zsh: Divers/zsh/zsh.md
- MkDocs: mkdocs.md - MkDocs: mkdocs.md
theme: theme:
@@ -212,7 +217,7 @@ theme:
extra_css: extra_css:
- stylesheets/fontawesome-all.css - stylesheets/fontawesome-all.css
markdown_extensions: markdown_extensions:
- codehilite - codehilite
- pymdownx.magiclink - pymdownx.magiclink

View File

@@ -10,38 +10,61 @@ nav:
- Accueil: index.md - Accueil: index.md
- Linux: - Linux:
- Index: Linux/index.md - Index: Linux/index.md
- ack: Linux/ack.md
- Archiver / compresser: Linux/archiver.md - Archiver / compresser: Linux/archiver.md
- apt-get: Raspberry/apt-get.md - apt-get: Raspberry/apt-get.md
- aptitude: Raspberry/aptitude.md - aptitude: Raspberry/aptitude.md
- awk: Linux/awk.md
- Chaines: Linux/string.md - Chaines: Linux/string.md
- Commandes sympas: Linux/commandes.md - Commandes sympas: Linux/commandes.md
- Conditions: Linux/conditions.md - Conditions: Linux/conditions.md
- Date: Linux/date.md
- Editeurs: - Editeurs:
- index: Linux/Editeurs/index.md - index: Linux/Editeurs/index.md
- nano: Linux/Editeurs/nano.md - nano: Linux/Editeurs/nano.md
- vi: Linux/Editeurs/vi.md - vi: Linux/Editeurs/vi.md
- Executer: Linux/executer.md - Executer: Linux/executer.md
- Filtres: Linux/filtres.md - Filtres: Linux/filtres.md
- Format ext4: Linux/format_ext4.md
- find: Linux/find.md - find: Linux/find.md
- for: Linux/for.md - for: Linux/for.md
- grep: Linux/grep.md - grep: Linux/grep.md
- Lire un fichier: Linux/read.md
- MàJ sans internet: Linux/maj.md - MàJ sans internet: Linux/maj.md
- Permissions: Linux/permissions.md - Permissions: Linux/permissions.md
- Pipelines: Linux/pipeline.md - Pipelines: Linux/pipeline.md
- I/O Redirections: Linux/redirections.md - I/O Redirections: Linux/redirections.md
- SCP: Linux/scp.md - SCP: Linux/scp.md
- SFTP: Linux/sftp.md - SFTP: Linux/sftp.md
- sed: Linux/sed.md
- Shells: Linux/shell.md - Shells: Linux/shell.md
- SSH: Linux/ssh.md - SSH: Linux/ssh.md
- Tail / Head: Linux/tail-head.md - Tail / Head: Linux/tail-head.md
- Variables: Linux/variables.md - Variables: Linux/variables.md
- Divers: Linux/divers.md
- Linux Mint:
- Index: Mint/index.md
- Mint: Mint/Mint.md
- Applications: Mint/applications.md
- Backup: Mint/backup.md
- Grub: Mint/grub.md
- Info Système: Mint/info_sys.md
- Mises-à-jour: Mint/outdated.md
- Recovery: Mint/recovery.md
- Samba: Mint/samba.md
- Systemctl: Mint/systemctl.md
- Serveur ftp: Mint/vsftpd.md
- Serveur web: Mint/webserver.md
- macos: - macos:
- Index: macos/index.md - Index: macos/index.md
- Bash (exemples): macos/bash_exemples.md - Bash (exemples): macos/bash_exemples.md
- chflags: macos/chflags.md
- Exécuter un script Bash: macos/executer_shell_script.md - Exécuter un script Bash: macos/executer_shell_script.md
- getfileinfo - setfile: macos/getfileinfo_setfile.md
- Homebrew: - Homebrew:
- homebrew: macos/homebrew/brew.md - homebrew: macos/homebrew/brew.md
- homebrew-cask: macos/homebrew/brew-cask.md - homebrew-cask: macos/homebrew/brew-cask.md
- Mail: macos/Mail.md
- md5: macos/md5.md - md5: macos/md5.md
- Node.js: - Node.js:
- Index: macos/node/index.md - Index: macos/node/index.md
@@ -53,6 +76,7 @@ nav:
- Django: macos/python/Django.md - Django: macos/python/Django.md
- pip: macos/python/pip.md - pip: macos/python/pip.md
- Python 3: macos/python/python3.md - Python 3: macos/python/python3.md
- Environnement virtuel: macos/python/virtuel.md
- Sécurité (Gatekeeper): macos/securite.md - Sécurité (Gatekeeper): macos/securite.md
- ssh: - ssh:
- SSH: macos/ssh/ssh.md - SSH: macos/ssh/ssh.md
@@ -83,14 +107,43 @@ nav:
- Plesk Onyx: - Plesk Onyx:
- Index: Plesk/index.md - Index: Plesk/index.md
- Ghost: Plesk/Ghost.md - Ghost: Plesk/Ghost.md
- Programmation:
-Python:
- Index: Programmation/Python/index.md
- Classes: Programmation/Python/class.md
- Date: Programmation/Python/date.md
- Dictionnaire: Programmation/Python/dictionnaire.md
- Fabric SSH Python: Programmation/Python/fabric-ssh.md
- Fichiers: Programmation/Python/fichiers.md
- Fonctions: Programmation/Python/fonctions.md
- Boucle For: Programmation/Python/for.md
- In: Programmation/Python/in.md
- json: Programmation/Python/json.md
- Listes: Programmation/Python/liste.md
- Les regex: Programmation/Python/regex.md
- requests: Programmation/Python/requests.md
- Sets: Programmation/Python/set.md
- Strings: Programmation/Python/string.md
- Tuples: Programmation/Python/tuple.md
- zip: Programmation/Python/zip.md
- Raspberry: - Raspberry:
- Index: Raspberry/index.md - Index: Raspberry/index.md
- apt-get: Raspberry/apt-get.md - apt-get: Raspberry/apt-get.md
- aptitude: Raspberry/aptitude.md - aptitude: Raspberry/aptitude.md
- Backup SD: Raspberry/backup_sd.md
- Boot et clone: Raspberry/boot.md - Boot et clone: Raspberry/boot.md
- Backup: Raspberry/backup.md - Backup: Raspberry/backup.md
- Hardware: Raspberry/hardware.md
- Installation sans écran: Raspberry/headless.md
- Matériels:
- Liste: Raspberry/materiels/materiels.md
- Cameras: Raspberry/materiels/camera.md
- HC-SR04: Raspberry/materiels/HC-SR04.md
- HC-SR501: Raspberry/materiels/HC-SR501.md
- Pi Desktop: Raspberry/pi-desktop.md - Pi Desktop: Raspberry/pi-desktop.md
- Réseau: Raspberry/reseau.md - Réseau: Raspberry/reseau.md
- Envoyer un mail depuis le RPi: Raspberry/send_mail.md
- SiriControl: Raspberry/siri_control.md
- Tools: Raspberry/tools.md - Tools: Raspberry/tools.md
- Divers: Raspberry/divers.md - Divers: Raspberry/divers.md
- Synology: - Synology:
@@ -105,18 +158,26 @@ nav:
- ownCloud (DSM6): Synology/owncloud.md - ownCloud (DSM6): Synology/owncloud.md
- Python 3: Synology/python.md - Python 3: Synology/python.md
- Scripts: Synology/scripts.md - Scripts: Synology/scripts.md
- Solus:
- Index: solus/index.md
- Apache: solus/apache.md
- MySQL: solus/mysql.md
- PHP: solus/php.md
- Divers: - Divers:
- Index: Divers/index.md - Index: Divers/index.md
- batch: - batch:
- Commades DOS (1): Divers/batch/Commandes_DOS.md - Commades DOS (1): Divers/batch/Commandes_DOS.md
- Commades DOS (2): Divers/batch/Commandes_DOS_2.md - Commades DOS (2): Divers/batch/Commandes_DOS_2.md
- Changer de shell: Divers/Changer_shell.md
- Chromium: Divers/Chromium.md - Chromium: Divers/Chromium.md
- Debian: Divers/debian.md
- git: - git:
- Index: Divers/git/index.md - Index: Divers/git/index.md
- git: Divers/git/git.md - git: Divers/git/git.md
- Session de travail avec git: Divers/git/git-session.md - Session de travail avec git: Divers/git/git-session.md
- go: Divers/go.md - go: Divers/go.md
- Markdown: Divers/markdown.md - Markdown: Divers/markdown.md
- Nextcloud: Divers/nextcloud.md
- Plex: Divers/plex.md - Plex: Divers/plex.md
- Vagrant: - Vagrant:
- Installation: Divers/Vagrant/Vagrant.md - Installation: Divers/Vagrant/Vagrant.md
@@ -144,6 +205,9 @@ nav:
- user: Divers/wp-cli/wp_user.md - user: Divers/wp-cli/wp_user.md
- autres: Divers/wp-cli/autres.md - autres: Divers/wp-cli/autres.md
- OVH: Divers/wp-cli/ovh.md - OVH: Divers/wp-cli/ovh.md
- zsh:
- Antibody: Divers/zsh/antibody.md
- zsh: Divers/zsh/zsh.md
- MkDocs: mkdocs.md - MkDocs: mkdocs.md
theme: theme:
@@ -153,7 +217,7 @@ theme:
extra_css: extra_css:
- stylesheets/fontawesome-all.css - stylesheets/fontawesome-all.css
markdown_extensions: markdown_extensions:
- codehilite - codehilite
- pymdownx.magiclink - pymdownx.magiclink