Skip to content

Commit de0c5b7

Browse files
committed
Documentation
1 parent 8af68b6 commit de0c5b7

6 files changed

+6
-28
lines changed

docs/creating-your-site.md

-7
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,5 @@ need for operating a database or server, as it is completely self-contained.
223223
The site can be hosted on [GitHub Pages], [GitLab Pages], a CDN of your choice
224224
or your private web space.
225225

226-
!!! note "Enterprise support"
227-
228-
If you're using Material for MkDocs in your organization and need
229-
assistance, e.g., to __reduce build times__, __improve performance__ or
230-
ensure compliance, [__get in touch__](mailto:[email protected])
231-
to discuss our __enterprise support__ offerings. We're happy to help!
232-
233226
[GitHub Pages]: publishing-your-site.md#github-pages
234227
[GitLab pages]: publishing-your-site.md#gitlab-pages

docs/customization.md

-7
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,3 @@ This triggers the production-level compilation and minification of all style
323323
sheets and JavaScript files. After the command exits, the compiled files are
324324
located in the `material` directory. When running `mkdocs build`, you should
325325
now see your changes to the original theme.
326-
327-
!!! note "Enterprise support"
328-
329-
If you're using Material for MkDocs in your organization and need
330-
assistance, e.g., to __reduce build times__, __improve performance__ or
331-
ensure compliance, [__get in touch__](mailto:[email protected])
332-
to discuss our __enterprise support__ offerings. We're happy to help!

docs/enterprise-support.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
template: redirect.html
3+
location: https://calendly.com/squidfunk/enterprise
4+
status: new
5+
---

docs/getting-started.md

-7
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,4 @@ from `git`, you must install all required dependencies with:
173173
pip install -e mkdocs-material
174174
```
175175

176-
!!! note "Enterprise support"
177-
178-
If you're using Material for MkDocs in your organization and need
179-
assistance, e.g., to __reduce build times__, __improve performance__ or
180-
ensure compliance, [__get in touch__](mailto:[email protected])
181-
to discuss our __enterprise support__ offerings. We're happy to help!
182-
183176
[GitHub]: https://github.com/squidfunk/mkdocs-material

docs/publishing-your-site.md

-7
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ other providers:
207207

208208
</div>
209209

210-
!!! note "Enterprise support"
211-
212-
If you're using Material for MkDocs in your organization and need
213-
assistance, e.g., to __reduce build times__, __improve performance__ or
214-
ensure compliance, [__get in touch__](mailto:[email protected])
215-
to discuss our __enterprise support__ offerings. We're happy to help!
216-
217210
[GitLab Pages]: https://gitlab.com/pages
218211
[GitLab CI]: https://docs.gitlab.com/ee/ci/
219212
[masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ nav:
166166
- Publishing your site: publishing-your-site.md
167167
- Customization: customization.md
168168
- Browser support: browser-support.md
169+
- Enterprise support: enterprise-support.md
169170
- Philosophy: philosophy.md
170171
- Alternatives: alternatives.md
171172
- License: license.md

0 commit comments

Comments
 (0)