Commit c23bd25e authored by Christophe Bouthier's avatar Christophe Bouthier
Browse files

updating mkdocs

parent d842d6b8
Pipeline #26369 passed with stage
in 6 seconds
FROM squidfunk/mkdocs-material
ENTRYPOINT []
CMD []
site_name: 'Prog4Kids en fête - Scratch'
site_description: 'Tutorial sur Scratch pour Prog4Kids en fête'
pages:
nav:
- Introduction: index.md
- Premier programme: prog1.md
- Améliorations: prog1bis.md
- Défis: defis.md
theme:
theme:
name: 'material'
custom_dir: 'theme'
language: fr
extra:
logo: 'images/logo.svg'
palette:
......@@ -18,13 +18,12 @@ extra:
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- codehilite
- footnotes
- meta
- toc(permalink=true)
- footnotes
- toc
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
......@@ -35,5 +34,5 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tasklist
- pymdownx.tilde
{% macro t(key) %}{{ {
"language": "fr",
"footer.previous": "Précédent",
"footer.next": "Suivant",
"meta.comments": "Commentaires",
"meta.source": "Source",
"search.languages": "fr",
"search.placeholder": "Rechercher",
"search.result.placeholder": "Taper pour commencer à chercher",
"search.result.none": "Aucun résultat",
"search.result.one": "1 résultat",
"search.result.other": "# résultats",
"source.link.title": "Code source",
"toc.title": "Table des matières"
}[key] }}{% endmacro %}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment