From 9153aebe4405a97b23be50fe7c91f7919a60deb0 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 2 Jun 2023 11:18:46 +0200 Subject: [PATCH] Documentation --- docs/creating-your-site.md | 7 +++++++ docs/customization.md | 7 +++++++ docs/getting-started.md | 7 +++++++ docs/publishing-your-site.md | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 0a9d141389f..7c7b8f97e10 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -223,5 +223,12 @@ need for operating a database or server, as it is completely self-contained. The site can be hosted on [GitHub Pages], [GitLab Pages], a CDN of your choice or your private web space. +!!! note "Enterprise support" + + If you're using Material for MkDocs in your organization and need + assistance, e.g., to __reduce build times__, __improve performance__ or + ensure compliance, [__get in touch__](contact@squidfunk.com) + to discuss our __enterprise support__ offerings. We're happy to help! + [GitHub Pages]: publishing-your-site.md#github-pages [GitLab pages]: publishing-your-site.md#gitlab-pages diff --git a/docs/customization.md b/docs/customization.md index 720889dfa19..1571c56d3eb 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -303,3 +303,10 @@ This triggers the production-level compilation and minification of all style sheets and JavaScript files. After the command exits, the compiled files are located in the `material` directory. When running `mkdocs build`, you should now see your changes to the original theme. + +!!! note "Enterprise support" + + If you're using Material for MkDocs in your organization and need + assistance, e.g., to __reduce build times__, __improve performance__ or + ensure compliance, [__get in touch__](contact@squidfunk.com) + to discuss our __enterprise support__ offerings. We're happy to help! diff --git a/docs/getting-started.md b/docs/getting-started.md index c5a2b5d94d9..c16d98c3ea6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -149,4 +149,11 @@ from `git`, you must install all required dependencies with: pip install -e mkdocs-material ``` +!!! note "Enterprise support" + + If you're using Material for MkDocs in your organization and need + assistance, e.g., to __reduce build times__, __improve performance__ or + ensure compliance, [__get in touch__](contact@squidfunk.com) + to discuss our __enterprise support__ offerings. We're happy to help! + [GitHub]: https://github.com/squidfunk/mkdocs-material diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 264bb687ea0..e5e584d0fdf 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -207,6 +207,13 @@ other providers: +!!! note "Enterprise support" + + If you're using Material for MkDocs in your organization and need + assistance, e.g., to __reduce build times__, __improve performance__ or + ensure compliance, [__get in touch__](contact@squidfunk.com) + to discuss our __enterprise support__ offerings. We're happy to help! + [GitLab Pages]: https://gitlab.com/pages [GitLab CI]: https://docs.gitlab.com/ee/ci/ [masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui