diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 7fb8d47d538..0a9d141389f 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -223,12 +223,5 @@ 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__](mailto: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 807d19cace1..bb1a9ce5a4c 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -323,10 +323,3 @@ 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__](mailto:contact@squidfunk.com) - to discuss our __enterprise support__ offerings. We're happy to help! diff --git a/docs/enterprise-support.md b/docs/enterprise-support.md new file mode 100644 index 00000000000..af1f409848e --- /dev/null +++ b/docs/enterprise-support.md @@ -0,0 +1,5 @@ +--- +template: redirect.html +location: https://calendly.com/squidfunk/enterprise +status: new +--- diff --git a/docs/getting-started.md b/docs/getting-started.md index 783fe1dc3a9..90d0e1bb810 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -173,11 +173,4 @@ 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__](mailto: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 4489f251823..264bb687ea0 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -207,13 +207,6 @@ 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__](mailto: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 diff --git a/mkdocs.yml b/mkdocs.yml index 02d57bc548b..3c3ca14f5f5 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -166,6 +166,7 @@ nav: - Publishing your site: publishing-your-site.md - Customization: customization.md - Browser support: browser-support.md + - Enterprise support: enterprise-support.md - Philosophy: philosophy.md - Alternatives: alternatives.md - License: license.md