Skip to content

Commit 9153aeb

Browse files
committed
Documentation
1 parent 7fa991c commit 9153aeb

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

docs/creating-your-site.md

+7
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,12 @@ 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__]([email protected])
231+
to discuss our __enterprise support__ offerings. We're happy to help!
232+
226233
[GitHub Pages]: publishing-your-site.md#github-pages
227234
[GitLab pages]: publishing-your-site.md#gitlab-pages

docs/customization.md

+7
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,10 @@ This triggers the production-level compilation and minification of all style
303303
sheets and JavaScript files. After the command exits, the compiled files are
304304
located in the `material` directory. When running `mkdocs build`, you should
305305
now see your changes to the original theme.
306+
307+
!!! note "Enterprise support"
308+
309+
If you're using Material for MkDocs in your organization and need
310+
assistance, e.g., to __reduce build times__, __improve performance__ or
311+
ensure compliance, [__get in touch__]([email protected])
312+
to discuss our __enterprise support__ offerings. We're happy to help!

docs/getting-started.md

+7
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,11 @@ from `git`, you must install all required dependencies with:
149149
pip install -e mkdocs-material
150150
```
151151

152+
!!! note "Enterprise support"
153+
154+
If you're using Material for MkDocs in your organization and need
155+
assistance, e.g., to __reduce build times__, __improve performance__ or
156+
ensure compliance, [__get in touch__]([email protected])
157+
to discuss our __enterprise support__ offerings. We're happy to help!
158+
152159
[GitHub]: https://github.com/squidfunk/mkdocs-material

docs/publishing-your-site.md

+7
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ 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__]([email protected])
215+
to discuss our __enterprise support__ offerings. We're happy to help!
216+
210217
[GitLab Pages]: https://gitlab.com/pages
211218
[GitLab CI]: https://docs.gitlab.com/ee/ci/
212219
[masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui

0 commit comments

Comments
 (0)