Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
### 2024-11-26

- Removed broken [Discourse Rad plugin](https://github.com/canonical/discourse-rad-plugin.git).
- Update Ruby version to 3.2.6
- Update Ruby version to 3.2.6
2 changes: 1 addition & 1 deletion docs/how-to/access--the-rails-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ If the output of the last command contains something similar to this:
Loading production environment (Rails 7.0.5.1)
irb(main):001:0>
```
Congratulations, you have accessed the rails console.
Congratulations, you have accessed the rails console.
2 changes: 1 addition & 1 deletion docs/how-to/backup-and-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ but it is not explained in this How-to.
If the S3 bucket used in the restored Discourse is not the same bucket as the original one, extra steps must be
done, see [moving from one S3 bucket to another](https://meta.discourse.org/t/moving-from-one-s3-bucket-to-another/184779)
for more information. You can run the remap command with: `juju ssh --container discourse discourse-k8s/0 pebble exec --context=discourse --user=_daemon_ -w=/srv/discourse/app/ -- bundle exec /srv/discourse/app/script/discourse backup`
and rake tasks with a command like: `juju ssh --container discourse discourse-k8s/0 pebble exec --context=discourse --user=_daemon_ -w=/srv/discourse/app/ -- bundle exec rake posts:rebake`.
and rake tasks with a command like: `juju ssh --container discourse discourse-k8s/0 pebble exec --context=discourse --user=_daemon_ -w=/srv/discourse/app/ -- bundle exec rake posts:rebake`.
2 changes: 1 addition & 1 deletion docs/how-to/configure-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This charm exposes several configurations to tweak the behaviour of Discourse. T
* The developer mails can be set through [`developer_emails`](https://charmhub.io/discourse-k8s/configure#developer_emails)
* Throttle level protections provided by Discourse can be changed via [`throttle_level`](https://charmhub.io/discourse-k8s/configure#throttle_level)

For a comprehensive list of configuration options check the [configuration reference](https://charmhub.io/discourse-k8s/configure).
For a comprehensive list of configuration options check the [configuration reference](https://charmhub.io/discourse-k8s/configure).
2 changes: 1 addition & 1 deletion docs/how-to/configure-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ To enable S3 to perform backups, you'll need to specify also `s3_backup_bucket`.
It is also possible to configure the S3 bucket to act as a content delivery network (CDN) serving the static content directly from the bucket; for that, set `s3_cdn_url`. If you wish to modify the CORS set up, you can do so by changing `s3_install_cors_rule`.


For more details on the configuration options and their default values see the [configuration reference](https://charmhub.io/discourse-k8s/configure).
For more details on the configuration options and their default values see the [configuration reference](https://charmhub.io/discourse-k8s/configure).
2 changes: 1 addition & 1 deletion docs/how-to/configure-saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ juju config saml-integrator entity_id=https://login.staging.ubuntu.com
juju integrate discourse-k8s saml-integrator
```

For more details on the configuration options and their default values see the [configuration reference](https://charmhub.io/discourse-k8s/configure).
For more details on the configuration options and their default values see the [configuration reference](https://charmhub.io/discourse-k8s/configure).
35 changes: 0 additions & 35 deletions docs/how-to/index.md

This file was deleted.

6 changes: 2 additions & 4 deletions docs/index.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discourse-gatekeeper still wants to remove the Vale ignore comments :/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, we will have to wait until this PR is merged which should then allow gatekeeper to properly ignore the vale comments.

Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<!-- vale Canonical.007-Headings-sentence-case = NO -->
<!-- "Operator" is part of the name -->
# Discourse Operator
<!-- vale Canonical.007-Headings-sentence-case = YES -->
A [Juju](https://juju.is/) [charm](https://documentation.ubuntu.com/juju/3.6/reference/charm/) deploying and managing Discourse on Kubernetes.

Discourse is an open-source software application used to create customer-friendly and community-friendly discussion platforms,
Expand Down Expand Up @@ -56,8 +53,9 @@ fixes and constructive feedback.
1. [Reference](reference)
1. [Actions](reference/actions.md)
1. [Configurations](reference/configurations.md)
1. [External Access](reference/external-access.md)
1. [Integrations](reference/integrations.md)
1. [Plugins](reference/plugins.md)
1. [External Access](reference/external-access.md)
1. [Explanation](explanation)
1. [Charm architecture](explanation/charm-architecture.md)
1. [Changelog](changelog.md)
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

See [Actions](https://charmhub.io/discourse-k8s/actions).

> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
2 changes: 1 addition & 1 deletion docs/reference/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

See [Configurations](https://charmhub.io/discourse-k8s/configure).

> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
2 changes: 1 addition & 1 deletion docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Discourse uses Redis to run background tasks (with Sidekiq) and keep the applica
Redis integrate commands:
```
juju integrate discourse-k8s redis-k8s
```
```
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ If you used Multipass, to remove the Multipass instance you created for this tut
```
multipass delete --purge my-juju-vm
```
Finally, remove the `127.0.0.1 discourse-k8s` line from the `/etc/hosts` file.
Finally, remove the `127.0.0.1 discourse-k8s` line from the `/etc/hosts` file.
Loading