Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
e-INFRA.cz
documentation
Merge requests
!49
Draft: fix: mkdocs i18n plugin now requires new style config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: fix: mkdocs i18n plugin now requires new style config
freznicek-mkdocs-i18n-config-fix
into
master
Overview
1
Commits
6
Pipelines
12
Changes
1
Closed
František Řezníček
requested to merge
freznicek-mkdocs-i18n-config-fix
into
master
1 year ago
Overview
1
Commits
6
Pipelines
12
Changes
1
Expand
This MR introduces:
mkdocs i18n plugin now requires new style config (
https://github.com/ultrabug/mkdocs-static-i18n/blob/main/config_update_to_v1.py
)
relates to
https://gitlab.ics.muni.cz/einfra-docs/documentation/-/jobs/1032895
0
0
Merge request reports
Compare
master
version 5
d891591b
1 year ago
version 4
10f00104
1 year ago
version 3
54889232
1 year ago
version 2
fddb1c71
1 year ago
version 1
69ac07ea
1 year ago
master (base)
and
version 1
latest version
7f887df6
6 commits,
1 year ago
version 5
d891591b
5 commits,
1 year ago
version 4
10f00104
4 commits,
1 year ago
version 3
54889232
3 commits,
1 year ago
version 2
fddb1c71
2 commits,
1 year ago
version 1
69ac07ea
1 commit,
1 year ago
1 file
+
9
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mkdocs.yml
+
9
−
10
Options
@@ -68,17 +68,16 @@ nav:
plugins
:
-
monorepo
-
i18n
:
default_language
:
en
material_alternate
:
true
reconfigure_material
:
true
languages
:
en
:
name
:
English
build
:
true
cs
:
name
:
Česky
build
:
true
nav_translations
:
c
s
:
-
locale
:
en
name
:
English
build
:
true
default
:
true
-
locale
:
cs
name
:
Česky
build
:
true
nav_translation
s
:
e-INFRA CZ Account
:
Účet e-INFRA CZ
Data processing
:
Zpracování dat
Data Storage
:
Datova Úložiště
Loading