From 8961987f5a455be5da86aca6419d5a7699923a0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:07:38 +0200 Subject: [PATCH] [discourse-gatekeeper] Migrate charm docs (#177) * modified: docs/index.md * modified: docs/explanation/containers.md,docs/how-to/contribute.md,docs/explanation/oci-image.md * modified: docs/how-to/contribute.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yanks Yoon <37652070+yanksyoon@users.noreply.github.com> Co-authored-by: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com> --- docs/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7f618237..10c60898 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,3 +29,31 @@ The WordPress Operator is a member of the Ubuntu family. It's an open-source pro - [Contribute](Contribute) Thinking about using the WordPress Operator for your next project? [Get in touch](https://chat.charmhub.io/charmhub/channels/charm-dev)! + +# Contents + +1. [Tutorial](tutorial.md) +1. [How-to](how-to) + 1. [Contribute](how-to/contribute.md) + 1. [Integrate with COS](how-to/integrate-with-cos.md) + 1. [Enable antispam](how-to/enable-antispam.md) + 1. [Enable WAF](how-to/enable-waf.md) + 1. [Configure hostname](how-to/configure-hostname.md) + 1. [Configure initial settings](how-to/configure-initial-settings.md) + 1. [Retrieve initial credentials](how-to/retrieve-initial-credentials.md) + 1. [Install plugins](how-to/install-plugins.md) + 1. [Install themes](how-to/install-themes.md) + 1. [Configure object storage](how-to/configure-object-storage.md) + 1. [Rotate secrets](how-to/rotate-secrets.md) +1. [Reference](reference) + 1. [Actions](reference/actions.md) + 1. [Configurations](reference/configurations.md) + 1. [Integrations](reference/integrations.md) + 1. [Plugins](reference/plugins.md) + 1. [Themes](reference/themes.md) +1. [Explanation](explanation) + 1. [Overview](explanation/overview.md) + 1. [Containers](explanation/containers.md) + 1. [Lifecycle events](explanation/lifecycle-events.md) + 1. [OCI image](explanation/oci-image.md) + 1. [Relations](explanation/relations.md) \ No newline at end of file