diff --git a/.sphinx/_templates/footer.html b/.sphinx/_templates/footer.html index f13cb631..dbaaf733 100644 --- a/.sphinx/_templates/footer.html +++ b/.sphinx/_templates/footer.html @@ -80,6 +80,12 @@ {% endif %} + {% if mattermost %} +
+ {% endif %} + {% if github_url and github_version and github_folder %} {% if github_issues %} diff --git a/.wordlist.txt b/.wordlist.txt index aa3251f7..c4007900 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -18,6 +18,7 @@ Juju Kubernetes Kubeflow Makefile +Mattermost MyST namespace namespaces diff --git a/custom_conf.py b/custom_conf.py index 1ada583f..131fa9d6 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -77,6 +77,10 @@ # (use an empty value if you don't want to link) 'discourse': 'https://discourse.ubuntu.com', + # Change to the Mattermost channel you want to link to + # (use an empty value if you don't want to link) + 'mattermost': 'https://chat.canonical.com/canonical/channels/documentation', + # Change to the GitHub URL for your project 'github_url': 'https://github.com/canonical/starter-pack',