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 #64

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
16 changes: 16 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,19 @@ the majority of Canonical's web properties including [ubuntu.com](https://ubuntu
[canonical.com](https://canonical.com), and [Ubuntu Extended Security Maintenance](https://ubuntu.com/security/esm).

For DevOps or SRE teams this charm will make operating it simple and straightforward through Juju's clean interface.

# Contents

1. [Explanation](explanation)
1. [Charm architecture](explanation/charm-architecture.md)
1. [How To](how-to)
1. [Cache content with OpenStack/Swift storage](how-to/cache-content-with-openstack-swift.md)
1. [How to contribute](how-to/contribute.md)
1. [Reference](reference)
1. [Actions](reference/actions.md)
1. [## Charm Redeployment](reference/charm-redeployment.md)
1. [Configurations](reference/configurations.md)
1. [External access](reference/external-access.md)
1. [Integrations](reference/integrations.md)
1. [Tutorial](tutorial)
1. [Quick guide](tutorial/getting-started.md)
2 changes: 1 addition & 1 deletion docs/reference/external-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The only external access required by this charm is if it's configured to
connect to an external backend, using the `backend` configuration option. As
an example, if this is set to `http://mybackend.local:80`, then this charm
will need to be able to access that hostname on port 80 to be able to serve
content for it.
content for it.