Closed sennewood closed 2 years ago
Hello @sennewood and welcome to the MkDocs+i18n world :hugs:
I guess you're missing an indentation level below the i18n key:
It should be:
site_name: Doku
theme:
name: material
nav:
- Home: index.de.md
- About: about.de.md
plugins:
- i18n:
docs_structure: suffix
default_language: de
default_language_only: true
material_alternate: false
languages:
en:
name: English
build: true
de:
name: Deutsch
build: true
-.-
Thank you :)
Sure, remember to show your :heart: to projects with a simple :star: , it means a lot to us!
I got this error after executing
mkdocs serve
:I'm new to MkDocs and this plugin. I just installed the packages via pip, renamed the files to
*.de.md
and wrote this config:Python: 3.10.5
Pip-Packages:
Any idea what's wrong?