Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Christophe Bouthier
p4kf_scratch
Commits
c23bd25e
Commit
c23bd25e
authored
3 years ago
by
Christophe Bouthier
Browse files
Options
Download
Email Patches
Plain Diff
updating mkdocs
parent
d842d6b8
Pipeline
#26369
passed with stage
in 6 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
27 deletions
+7
-27
Dockerfile
Dockerfile
+0
-4
mkdocs.yml
mkdocs.yml
+7
-8
theme/partials/language.html
theme/partials/language.html
+0
-15
No files found.
Dockerfile
deleted
100644 → 0
View file @
d842d6b8
FROM
squidfunk/mkdocs-material
ENTRYPOINT
[]
CMD
[]
This diff is collapsed.
Click to expand it.
mkdocs.yml
View file @
c23bd25e
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
This diff is collapsed.
Click to expand it.
theme/partials/language.html
deleted
100755 → 0
View file @
d842d6b8
{% 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 %}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment