mkdocs.yml
This commit is contained in:
@@ -58,10 +58,13 @@ nav:
|
||||
- macos:
|
||||
- Index: macos/index.md
|
||||
- Bash (exemples): macos/bash_exemples.md
|
||||
- chflags: macos/chflags.md
|
||||
- Exécuter un script Bash: macos/executer_shell_script.md
|
||||
- getfileinfo - setfile: macos/getfileinfo_setfile.md
|
||||
- Homebrew:
|
||||
- homebrew: macos/homebrew/brew.md
|
||||
- homebrew-cask: macos/homebrew/brew-cask.md
|
||||
- Mail: macos/Mail.md
|
||||
- md5: macos/md5.md
|
||||
- Node.js:
|
||||
- Index: macos/node/index.md
|
||||
@@ -167,6 +170,7 @@ nav:
|
||||
- Commades DOS (2): Divers/batch/Commandes_DOS_2.md
|
||||
- Changer de shell: Divers/Changer_shell.md
|
||||
- Chromium: Divers/Chromium.md
|
||||
- Debian: Divers/debian.md
|
||||
- git:
|
||||
- Index: Divers/git/index.md
|
||||
- git: Divers/git/git.md
|
||||
@@ -203,6 +207,7 @@ nav:
|
||||
- OVH: Divers/wp-cli/ovh.md
|
||||
- zsh:
|
||||
- Antibody: Divers/zsh/antibody.md
|
||||
- zsh: Divers/zsh/zsh.md
|
||||
- MkDocs: mkdocs.md
|
||||
|
||||
theme:
|
||||
@@ -212,7 +217,7 @@ theme:
|
||||
|
||||
extra_css:
|
||||
- stylesheets/fontawesome-all.css
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
- codehilite
|
||||
- pymdownx.magiclink
|
||||
|
||||
@@ -10,38 +10,61 @@ nav:
|
||||
- Accueil: index.md
|
||||
- Linux:
|
||||
- Index: Linux/index.md
|
||||
- ack: Linux/ack.md
|
||||
- Archiver / compresser: Linux/archiver.md
|
||||
- apt-get: Raspberry/apt-get.md
|
||||
- aptitude: Raspberry/aptitude.md
|
||||
- awk: Linux/awk.md
|
||||
- Chaines: Linux/string.md
|
||||
- Commandes sympas: Linux/commandes.md
|
||||
- Conditions: Linux/conditions.md
|
||||
- Date: Linux/date.md
|
||||
- Editeurs:
|
||||
- index: Linux/Editeurs/index.md
|
||||
- nano: Linux/Editeurs/nano.md
|
||||
- vi: Linux/Editeurs/vi.md
|
||||
- Executer: Linux/executer.md
|
||||
- Filtres: Linux/filtres.md
|
||||
- Format ext4: Linux/format_ext4.md
|
||||
- find: Linux/find.md
|
||||
- for: Linux/for.md
|
||||
- grep: Linux/grep.md
|
||||
- Lire un fichier: Linux/read.md
|
||||
- MàJ sans internet: Linux/maj.md
|
||||
- Permissions: Linux/permissions.md
|
||||
- Pipelines: Linux/pipeline.md
|
||||
- I/O Redirections: Linux/redirections.md
|
||||
- SCP: Linux/scp.md
|
||||
- SFTP: Linux/sftp.md
|
||||
- sed: Linux/sed.md
|
||||
- Shells: Linux/shell.md
|
||||
- SSH: Linux/ssh.md
|
||||
- Tail / Head: Linux/tail-head.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:
|
||||
- Index: macos/index.md
|
||||
- Bash (exemples): macos/bash_exemples.md
|
||||
- chflags: macos/chflags.md
|
||||
- Exécuter un script Bash: macos/executer_shell_script.md
|
||||
- getfileinfo - setfile: macos/getfileinfo_setfile.md
|
||||
- Homebrew:
|
||||
- homebrew: macos/homebrew/brew.md
|
||||
- homebrew-cask: macos/homebrew/brew-cask.md
|
||||
- Mail: macos/Mail.md
|
||||
- md5: macos/md5.md
|
||||
- Node.js:
|
||||
- Index: macos/node/index.md
|
||||
@@ -53,6 +76,7 @@ nav:
|
||||
- Django: macos/python/Django.md
|
||||
- pip: macos/python/pip.md
|
||||
- Python 3: macos/python/python3.md
|
||||
- Environnement virtuel: macos/python/virtuel.md
|
||||
- Sécurité (Gatekeeper): macos/securite.md
|
||||
- ssh:
|
||||
- SSH: macos/ssh/ssh.md
|
||||
@@ -83,14 +107,43 @@ nav:
|
||||
- Plesk Onyx:
|
||||
- Index: Plesk/index.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:
|
||||
- Index: Raspberry/index.md
|
||||
- apt-get: Raspberry/apt-get.md
|
||||
- aptitude: Raspberry/aptitude.md
|
||||
- Backup SD: Raspberry/backup_sd.md
|
||||
- Boot et clone: Raspberry/boot.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
|
||||
- Réseau: Raspberry/reseau.md
|
||||
- Envoyer un mail depuis le RPi: Raspberry/send_mail.md
|
||||
- SiriControl: Raspberry/siri_control.md
|
||||
- Tools: Raspberry/tools.md
|
||||
- Divers: Raspberry/divers.md
|
||||
- Synology:
|
||||
@@ -105,18 +158,26 @@ nav:
|
||||
- ownCloud (DSM6): Synology/owncloud.md
|
||||
- Python 3: Synology/python.md
|
||||
- Scripts: Synology/scripts.md
|
||||
- Solus:
|
||||
- Index: solus/index.md
|
||||
- Apache: solus/apache.md
|
||||
- MySQL: solus/mysql.md
|
||||
- PHP: solus/php.md
|
||||
- Divers:
|
||||
- Index: Divers/index.md
|
||||
- batch:
|
||||
- Commades DOS (1): Divers/batch/Commandes_DOS.md
|
||||
- Commades DOS (2): Divers/batch/Commandes_DOS_2.md
|
||||
- Changer de shell: Divers/Changer_shell.md
|
||||
- Chromium: Divers/Chromium.md
|
||||
- Debian: Divers/debian.md
|
||||
- git:
|
||||
- Index: Divers/git/index.md
|
||||
- git: Divers/git/git.md
|
||||
- Session de travail avec git: Divers/git/git-session.md
|
||||
- go: Divers/go.md
|
||||
- Markdown: Divers/markdown.md
|
||||
- Nextcloud: Divers/nextcloud.md
|
||||
- Plex: Divers/plex.md
|
||||
- Vagrant:
|
||||
- Installation: Divers/Vagrant/Vagrant.md
|
||||
@@ -144,6 +205,9 @@ nav:
|
||||
- user: Divers/wp-cli/wp_user.md
|
||||
- autres: Divers/wp-cli/autres.md
|
||||
- OVH: Divers/wp-cli/ovh.md
|
||||
- zsh:
|
||||
- Antibody: Divers/zsh/antibody.md
|
||||
- zsh: Divers/zsh/zsh.md
|
||||
- MkDocs: mkdocs.md
|
||||
|
||||
theme:
|
||||
@@ -153,7 +217,7 @@ theme:
|
||||
|
||||
extra_css:
|
||||
- stylesheets/fontawesome-all.css
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
- codehilite
|
||||
- pymdownx.magiclink
|
||||
|
||||
Reference in New Issue
Block a user