Files
mkdocs/mkdocs.yml
2019-05-12 16:17:58 +02:00

200 lines
7.4 KiB
YAML

site_name: Documentations
site_description: Project documentation with Markdown.
site_author: bruno@clicclac.info
#nav: 1 espace après le tiret
#mettre des titres aux pages évite une majuscules auto dans les menus formés à
#partir des noms de fichiers (sauf si camelCase?)
nav:
- Accueil: index.md
- Linux:
- Index: Linux/index.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
- 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
- macos:
- Index: macos/index.md
- Bash (exemples): macos/bash_exemples.md
- Exécuter un script Bash: macos/executer_shell_script.md
- Homebrew:
- homebrew: macos/homebrew/brew.md
- homebrew-cask: macos/homebrew/brew-cask.md
- md5: macos/md5.md
- Node.js:
- Index: macos/node/index.md
- Ghost: macos/node/ghost.md
- node-js: macos/node/node-js.md
- nvm: macos/node/nvm.md
- Python:
- Index: macos/python/index.md
- 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
- passwordless: macos/ssh/ssh-passwordless.md
- Touch ID: macos/TouchID.md
- WebServer:
- Index: macos/webserver/index.md
- Apache: macos/webserver/apache.md
- Composer: macos/webserver/composer.md
- erreurs: macos/webserver/errors_apache.md
- mongodb: macos/webserver/mongodb.md
- MySQL (installation): macos/webserver/install_mysql.md
- MySQL (trucs): macos/webserver/mysql.md
- PHP: macos/webserver/php.md
- PHP 7.2: macos/webserver/php72.md
- PHP 7.3: macos/webserver/php73.md
- Xhprof: macos/webserver/Xhprof.md
- you have mail: macos/youhavemail.md
- Divers: macos/Divers.md
- Liens: macos/liens.md
- MySQL:
- Index: MySQL/index.md
- Backup: MySQL/Backup.md
- mysqlcheck: MySQL/mysqlcheck.md
- Reset Password: MySQL/Expired-root-Password.md
- Socket error: MySQL/Socket-error.md
- Commandes diverses: MySQL/diverses.md
- 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
- Listes: Programmation/Python/liste.md
- Les regex: Programmation/Python/regex.md
- Sets: Programmation/Python/set.md
- Strings: Programmation/Python/string.md
- Tuples: Programmation/Python/tuple.md
- Raspberry:
- Index: Raspberry/index.md
- apt-get: Raspberry/apt-get.md
- aptitude: Raspberry/aptitude.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:
- Index: Synology/index.md
- bash: Synology/bash.md
- DSM 6: Synology/dsm6.md
- eadir: Synology/eadir.md
- oPKG:
- iPKG (DSM5): Synology/opkg/iPKG5.md
- iPKG (DSM6): Synology/opkg/iPKG6.md
- oPKG: Synology/opkg/oPKG.md
- ownCloud (DSM6): Synology/owncloud.md
- Python 3: Synology/python.md
- Scripts: Synology/scripts.md
- Divers:
- Index: Divers/index.md
- batch:
- Commades DOS (1): Divers/batch/Commandes_DOS.md
- Commades DOS (2): Divers/batch/Commandes_DOS_2.md
- Chromium: Divers/Chromium.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
- Plex: Divers/plex.md
- Vagrant:
- Installation: Divers/Vagrant/Vagrant.md
- Créer une Vagrant box: Divers/Vagrant/creer_une_vagrant_box.md
- Vider le cache DNS: Divers/Vider_cache_DNS.md
- wp-cli:
- Index: Divers/wp-cli/index.md
- cli: Divers/wp-cli/wp_cli.md
- comment: Divers/wp-cli/wp_comment.md
- config: Divers/wp-cli/wp_config.md
- core: Divers/wp-cli/wp_core.md
- db: Divers/wp-cli/wp_db.md
- Installation: Divers/wp-cli/Installation.md
- language: Divers/wp-cli/wp_language.md
- media: Divers/wp-cli/wp_media.md
- package: Divers/wp-cli/wp_package.md
- plugin: Divers/wp-cli/wp_plugin.md
- post: Divers/wp-cli/wp_post.md
- revisions: Divers/wp-cli/wp_revisions.md
- scaffold: Divers/wp-cli/wp_scaffold.md
- Scenarios: Divers/wp-cli/scenarios.md
- search-remplace: Divers/wp-cli/wp_search-replace.md
- site: Divers/wp-cli/wp_site.md
- theme: Divers/wp-cli/wp_theme.md
- user: Divers/wp-cli/wp_user.md
- autres: Divers/wp-cli/autres.md
- OVH: Divers/wp-cli/ovh.md
- MkDocs: mkdocs.md
theme:
#name: bootstrap
name: material
language: fr
extra_css:
- stylesheets/fontawesome-all.css
markdown_extensions:
- codehilite
- pymdownx.magiclink
- pymdownx.mark
- admonition
- fontawesome_markdown
- footnotes
- toc:
permalink: true
site_dir: central_docs