-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Mattermost linking mechanism #148
Conversation
This closes issue canonical#61 on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -80,6 +80,12 @@ | |||
</div> | |||
{% endif %} | |||
|
|||
{% if mattermost %} | |||
<div class="ask-mattermost"> | |||
<a class="muted-link" href="{{ mattermost }}">Ask a question on Mattermost</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's currently a mattermost
key in custom_conf.py that makes this work but what was the use of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pmatulis it's introduced by the same PR, and the intended use is the same as for discourse
:
https://github.com/canonical/sphinx-docs-starter-pack/pull/148/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh i missed that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🎡
This closes issue #61 on GitHub.