diff --git a/guide/book.toml b/guide/book.toml index 025efc0b..e38b7edf 100644 --- a/guide/book.toml +++ b/guide/book.toml @@ -28,3 +28,6 @@ heading-split-level = 2 [output.html.redirect] "/format/config.html" = "configuration/index.html" + +[language.en] +name = "English" diff --git a/guide/src/404.md b/guide/src/en/404.md similarity index 100% rename from guide/src/404.md rename to guide/src/en/404.md diff --git a/guide/src/README.md b/guide/src/en/README.md similarity index 100% rename from guide/src/README.md rename to guide/src/en/README.md diff --git a/guide/src/SUMMARY.md b/guide/src/en/SUMMARY.md similarity index 100% rename from guide/src/SUMMARY.md rename to guide/src/en/SUMMARY.md diff --git a/guide/src/cli/README.md b/guide/src/en/cli/README.md similarity index 100% rename from guide/src/cli/README.md rename to guide/src/en/cli/README.md diff --git a/guide/src/cli/build.md b/guide/src/en/cli/build.md similarity index 100% rename from guide/src/cli/build.md rename to guide/src/en/cli/build.md diff --git a/guide/src/cli/clean.md b/guide/src/en/cli/clean.md similarity index 100% rename from guide/src/cli/clean.md rename to guide/src/en/cli/clean.md diff --git a/guide/src/cli/init.md b/guide/src/en/cli/init.md similarity index 100% rename from guide/src/cli/init.md rename to guide/src/en/cli/init.md diff --git a/guide/src/cli/serve.md b/guide/src/en/cli/serve.md similarity index 100% rename from guide/src/cli/serve.md rename to guide/src/en/cli/serve.md diff --git a/guide/src/cli/test.md b/guide/src/en/cli/test.md similarity index 100% rename from guide/src/cli/test.md rename to guide/src/en/cli/test.md diff --git a/guide/src/cli/watch.md b/guide/src/en/cli/watch.md similarity index 100% rename from guide/src/cli/watch.md rename to guide/src/en/cli/watch.md diff --git a/guide/src/continuous-integration.md b/guide/src/en/continuous-integration.md similarity index 100% rename from guide/src/continuous-integration.md rename to guide/src/en/continuous-integration.md diff --git a/guide/src/for_developers/README.md b/guide/src/en/for_developers/README.md similarity index 100% rename from guide/src/for_developers/README.md rename to guide/src/en/for_developers/README.md diff --git a/guide/src/for_developers/backends.md b/guide/src/en/for_developers/backends.md similarity index 100% rename from guide/src/for_developers/backends.md rename to guide/src/en/for_developers/backends.md diff --git a/guide/src/for_developers/mdbook-wordcount/Cargo.toml b/guide/src/en/for_developers/mdbook-wordcount/Cargo.toml similarity index 100% rename from guide/src/for_developers/mdbook-wordcount/Cargo.toml rename to guide/src/en/for_developers/mdbook-wordcount/Cargo.toml diff --git a/guide/src/for_developers/mdbook-wordcount/src/main.rs b/guide/src/en/for_developers/mdbook-wordcount/src/main.rs similarity index 100% rename from guide/src/for_developers/mdbook-wordcount/src/main.rs rename to guide/src/en/for_developers/mdbook-wordcount/src/main.rs diff --git a/guide/src/for_developers/preprocessors.md b/guide/src/en/for_developers/preprocessors.md similarity index 100% rename from guide/src/for_developers/preprocessors.md rename to guide/src/en/for_developers/preprocessors.md diff --git a/guide/src/format/README.md b/guide/src/en/format/README.md similarity index 100% rename from guide/src/format/README.md rename to guide/src/en/format/README.md diff --git a/guide/src/format/configuration/README.md b/guide/src/en/format/configuration/README.md similarity index 100% rename from guide/src/format/configuration/README.md rename to guide/src/en/format/configuration/README.md diff --git a/guide/src/format/configuration/environment-variables.md b/guide/src/en/format/configuration/environment-variables.md similarity index 100% rename from guide/src/format/configuration/environment-variables.md rename to guide/src/en/format/configuration/environment-variables.md diff --git a/guide/src/format/configuration/general.md b/guide/src/en/format/configuration/general.md similarity index 100% rename from guide/src/format/configuration/general.md rename to guide/src/en/format/configuration/general.md diff --git a/guide/src/format/configuration/preprocessors.md b/guide/src/en/format/configuration/preprocessors.md similarity index 100% rename from guide/src/format/configuration/preprocessors.md rename to guide/src/en/format/configuration/preprocessors.md diff --git a/guide/src/format/configuration/renderers.md b/guide/src/en/format/configuration/renderers.md similarity index 100% rename from guide/src/format/configuration/renderers.md rename to guide/src/en/format/configuration/renderers.md diff --git a/guide/src/format/example.rs b/guide/src/en/format/example.rs similarity index 100% rename from guide/src/format/example.rs rename to guide/src/en/format/example.rs diff --git a/guide/src/format/mathjax.md b/guide/src/en/format/mathjax.md similarity index 100% rename from guide/src/format/mathjax.md rename to guide/src/en/format/mathjax.md diff --git a/guide/src/format/mdbook.md b/guide/src/en/format/mdbook.md similarity index 100% rename from guide/src/format/mdbook.md rename to guide/src/en/format/mdbook.md diff --git a/guide/src/format/summary.md b/guide/src/en/format/summary.md similarity index 100% rename from guide/src/format/summary.md rename to guide/src/en/format/summary.md diff --git a/guide/src/format/theme/README.md b/guide/src/en/format/theme/README.md similarity index 100% rename from guide/src/format/theme/README.md rename to guide/src/en/format/theme/README.md diff --git a/guide/src/format/theme/editor.md b/guide/src/en/format/theme/editor.md similarity index 100% rename from guide/src/format/theme/editor.md rename to guide/src/en/format/theme/editor.md diff --git a/guide/src/format/theme/index-hbs.md b/guide/src/en/format/theme/index-hbs.md similarity index 100% rename from guide/src/format/theme/index-hbs.md rename to guide/src/en/format/theme/index-hbs.md diff --git a/guide/src/format/theme/syntax-highlighting.md b/guide/src/en/format/theme/syntax-highlighting.md similarity index 100% rename from guide/src/format/theme/syntax-highlighting.md rename to guide/src/en/format/theme/syntax-highlighting.md diff --git a/guide/src/misc/contributors.md b/guide/src/en/misc/contributors.md similarity index 100% rename from guide/src/misc/contributors.md rename to guide/src/en/misc/contributors.md diff --git a/guide/src/misc/introduction.md b/guide/src/en/misc/introduction.md similarity index 100% rename from guide/src/misc/introduction.md rename to guide/src/en/misc/introduction.md