07-05-2020
-La section Distributions regroupe Solus, Mint et Debian -Section Windows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
site_name: Documentations
|
||||
site_description: Project documentation with Markdown.
|
||||
site_author: bruno@clicclac.info
|
||||
|
||||
site_url: https://clicclac.synology.me/central_docs/
|
||||
#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?)
|
||||
@@ -11,6 +11,10 @@ nav:
|
||||
- Linux:
|
||||
- Index: Linux/index.md
|
||||
- ack: Linux/ack.md
|
||||
- Apps:
|
||||
- AppImage: Linux/Apps/AppImage.md
|
||||
- flatpak: Linux/Apps/flatpak.md
|
||||
- snap: Linux/Apps/snap.md
|
||||
- Archiver / compresser: Linux/archiver.md
|
||||
- apt-get: Raspberry/apt-get.md
|
||||
- aptitude: Raspberry/aptitude.md
|
||||
@@ -56,9 +60,16 @@ nav:
|
||||
- Serveur web: Mint/webserver.md
|
||||
- macos:
|
||||
- Index: macos/index.md
|
||||
- Divers:
|
||||
- AllToMP3: macos/Divers/AllToMP3.md
|
||||
- DeezloaderRemix: macos/Divers/DeezloaderRemix.md
|
||||
- Divers: macos/Divers/Divers.md
|
||||
- weasyprint: macos/Divers/weasyprint.md
|
||||
- Hackintosh: macos/Divers/Hackintosh.md
|
||||
- Homebrew:
|
||||
- homebrew: macos/homebrew/brew.md
|
||||
- homebrew-cask: macos/homebrew/brew-cask.md
|
||||
- Logs: macos/logs.md
|
||||
- Mail: macos/Mail.md
|
||||
- Node.js:
|
||||
- Index: macos/node/index.md
|
||||
@@ -102,7 +113,6 @@ nav:
|
||||
- PHP 7.2: macos/webserver/php72.md
|
||||
- PHP 7.3: macos/webserver/php73.md
|
||||
- Xhprof: macos/webserver/Xhprof.md
|
||||
- Divers: macos/Divers.md
|
||||
- Liens: macos/liens.md
|
||||
- MySQL:
|
||||
- Index: MySQL/index.md
|
||||
@@ -114,6 +124,7 @@ nav:
|
||||
- Plesk Onyx:
|
||||
- Index: Plesk/index.md
|
||||
- Ghost: Plesk/Ghost.md
|
||||
- Nextcloud: Plesk/nextcloud.md
|
||||
- Programmation:
|
||||
-Python:
|
||||
- Index: Programmation/Python/index.md
|
||||
@@ -158,6 +169,8 @@ nav:
|
||||
- bash: Synology/bash.md
|
||||
- DSM 6: Synology/dsm6.md
|
||||
- eadir: Synology/eadir.md
|
||||
- Gitea: Synology/gitea.md
|
||||
- Nextcloud: Synology/nextcloud.md
|
||||
- oPKG:
|
||||
- iPKG (DSM5): Synology/opkg/iPKG5.md
|
||||
- iPKG (DSM6): Synology/opkg/iPKG6.md
|
||||
@@ -170,11 +183,17 @@ nav:
|
||||
- Apache: solus/apache.md
|
||||
- MySQL: solus/mysql.md
|
||||
- PHP: solus/php.md
|
||||
- Windows:
|
||||
- Index: Windows/index.md
|
||||
- Astuces: Windows/trucs.md
|
||||
- Clés ssh: Windows/cles-ssh.md
|
||||
- WSL: Windows/wsl.md
|
||||
- Divers:
|
||||
- Index: Divers/index.md
|
||||
- bash:
|
||||
- Exemples: Divers/bash/bash_exemples.md
|
||||
- Programmation: Divers/bash/programmation.md
|
||||
- Strings: Divers/bash/strings.md
|
||||
- Tableaux: Divers/bash/tableaux.md
|
||||
- batch:
|
||||
- Commades DOS (1): Divers/batch/Commandes_DOS.md
|
||||
@@ -186,6 +205,8 @@ nav:
|
||||
- Index: Divers/git/index.md
|
||||
- git: Divers/git/git.md
|
||||
- Session de travail avec git: Divers/git/git-session.md
|
||||
- gitea: Divers/git/gitea.md
|
||||
- git-ftp: Divers/git/git-ftp.md
|
||||
- go: Divers/go.md
|
||||
- Markdown: Divers/markdown.md
|
||||
- Nextcloud: Divers/nextcloud.md
|
||||
@@ -223,22 +244,45 @@ nav:
|
||||
- MkDocs: mkdocs.md
|
||||
|
||||
theme:
|
||||
#name: bootstrap
|
||||
name: material
|
||||
language: fr
|
||||
|
||||
name: 'material'
|
||||
language: 'fr'
|
||||
features:
|
||||
# v4
|
||||
#tabs: true
|
||||
# v5
|
||||
-tabs
|
||||
-instant
|
||||
plugins:
|
||||
- search:
|
||||
# v4
|
||||
#lang: 'fr'
|
||||
# v5
|
||||
lang:
|
||||
- fr
|
||||
- pdf-export:
|
||||
media_type: print
|
||||
enabled_if_env: ENABLE_PDF_EXPORT
|
||||
- git-revision-date-localized
|
||||
extra_css:
|
||||
- stylesheets/fontawesome-all.css
|
||||
|
||||
- stylesheets/second_extra.css
|
||||
|
||||
markdown_extensions:
|
||||
- codehilite
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.mark
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- admonition
|
||||
- fontawesome_markdown
|
||||
- footnotes
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
extra:
|
||||
manifest: 'manifest.json'
|
||||
|
||||
site_dir: central_docs
|
||||
|
||||
dev_addr: '127.0.0.1:8001'
|
||||
|
||||
Reference in New Issue
Block a user