mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
8af68b691c
commit
de0c5b7719
@ -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
|
The site can be hosted on [GitHub Pages], [GitLab Pages], a CDN of your choice
|
||||||
or your private web space.
|
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
|
[GitHub Pages]: publishing-your-site.md#github-pages
|
||||||
[GitLab pages]: publishing-your-site.md#gitlab-pages
|
[GitLab pages]: publishing-your-site.md#gitlab-pages
|
||||||
|
@ -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
|
sheets and JavaScript files. After the command exits, the compiled files are
|
||||||
located in the `material` directory. When running `mkdocs build`, you should
|
located in the `material` directory. When running `mkdocs build`, you should
|
||||||
now see your changes to the original theme.
|
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!
|
|
||||||
|
5
docs/enterprise-support.md
Normal file
5
docs/enterprise-support.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
template: redirect.html
|
||||||
|
location: https://calendly.com/squidfunk/enterprise
|
||||||
|
status: new
|
||||||
|
---
|
@ -173,11 +173,4 @@ from `git`, you must install all required dependencies with:
|
|||||||
pip install -e mkdocs-material
|
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
|
[GitHub]: https://github.com/squidfunk/mkdocs-material
|
||||||
|
@ -207,13 +207,6 @@ other providers:
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
!!! 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 Pages]: https://gitlab.com/pages
|
||||||
[GitLab CI]: https://docs.gitlab.com/ee/ci/
|
[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
|
[masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui
|
||||||
|
@ -166,6 +166,7 @@ nav:
|
|||||||
- Publishing your site: publishing-your-site.md
|
- Publishing your site: publishing-your-site.md
|
||||||
- Customization: customization.md
|
- Customization: customization.md
|
||||||
- Browser support: browser-support.md
|
- Browser support: browser-support.md
|
||||||
|
- Enterprise support: enterprise-support.md
|
||||||
- Philosophy: philosophy.md
|
- Philosophy: philosophy.md
|
||||||
- Alternatives: alternatives.md
|
- Alternatives: alternatives.md
|
||||||
- License: license.md
|
- License: license.md
|
||||||
|
Loading…
Reference in New Issue
Block a user