diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index a6fcddb34..7744d602f 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -23,8 +23,8 @@ This will create the following structure along your existing files: ## Configuration Depending on your [installation method][1], you can now add the following lines -to `mkdocs.yml` in your project root. If you installed Material for MkDocs using -a package manager, add: +to `mkdocs.yml` in your project root. If you installed Material for MkDocs with +`pip` or pulled the Docker image, add: ``` yaml theme: @@ -39,6 +39,8 @@ theme: custom_dir: mkdocs-material/material ``` +!!! todo "Add note about many customization options with links to guides" + ## Previewing MkDocs includes a live preview server, so you can preview your changes as you diff --git a/docs/guides/3rd-party-integrations.md b/docs/guides/adding-a-landing-page.md similarity index 100% rename from docs/guides/3rd-party-integrations.md rename to docs/guides/adding-a-landing-page.md diff --git a/docs/guides/adding-and-using-icons.md b/docs/guides/adding-icons-and-emojis.md similarity index 100% rename from docs/guides/adding-and-using-icons.md rename to docs/guides/adding-icons-and-emojis.md diff --git a/docs/guides/colors-and-fonts.md b/docs/guides/changing-colors.md similarity index 100% rename from docs/guides/colors-and-fonts.md rename to docs/guides/changing-colors.md diff --git a/docs/guides/language-and-translations.md b/docs/guides/changing-the-fonts.md similarity index 100% rename from docs/guides/language-and-translations.md rename to docs/guides/changing-the-fonts.md diff --git a/docs/guides/changing-the-language.md b/docs/guides/changing-the-language.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/guides/third-party-integrations.md b/docs/guides/third-party-integrations.md new file mode 100644 index 000000000..e69de29bb