Skip to content
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

[discourse-gatekeeper] Migrate charm docs #121

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/explanation/charm-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ juju config synapse server_name=myserver.myserver.com
self.framework.observe(self.on.config_changed, self._on_config_changed)
4. The method `_on_config_changed` will take the necessary actions.
The actions include waiting for all the relations to be ready and then configuring
the containers.
the containers.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ If there’s a particular area of documentation that you’d like to see that’
1. [Getting Started](tutorial/getting-started.md)
1. [How to](how-to)
1. [Configure SMTP](how-to/configure-smtp.md)
2. [Contribute](how-to/contribute.md)
3. [Backup and Restore](how-to/backup-and-restore.md)
1. [Backup and Restore](how-to/backup-and-restore.md)
1. [Contribute](how-to/contribute.md)
1. [Reference](reference)
1. [Actions](reference/actions.md)
2. [Integrations](reference/integrations.md)
1. [Integrations](reference/integrations.md)
1. [Explanation](explanation)
1. [Charm architecture](explanation/charm-architecture.md)
2 changes: 1 addition & 1 deletion docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ is set with the Synapse configuration option `notif_from`.
For the smtp-integrator, insecure configurations with `transport_security=none` or not
authenticated connections with `auth_type=none` are not supported.

See more information in [Charm Architecture](https://charmhub.io/synapse/docs/explanation-charm-architecture).
See more information in [Charm Architecture](https://charmhub.io/synapse/docs/explanation-charm-architecture).