From 5d99a9fcf7761c7bf727c5f96cc289d3c18b7435 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Thu, 10 Apr 2025 17:29:52 -0400 Subject: [PATCH] Documentation (#8155) --- docs/publishing-your-site.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 37fb1974e..eebc287ac 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -138,6 +138,8 @@ Page is set to `gh-pages`. Your documentation should shortly appear at `.github.io/`. +To publish your site on a custom domain, please refer to the [MkDocs documentation]. + [GitHub Actions]: https://github.com/features/actions [MkDocs plugins]: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins [personal access token]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token @@ -147,6 +149,7 @@ Your documentation should shortly appear at `.github.io/`. [publishing source branch]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site [manual page]: https://man7.org/linux/man-pages/man1/date.1.html [caching]: plugins/requirements/caching.md + [MkDocs documentation]: https://www.mkdocs.org/user-guide/deploying-your-docs/#custom-domains ### with MkDocs