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

Fix link and include missing doc in index #38

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ footer of every page.
For this documentation we use Sphinx and reStructuredText (reST), which is the default plain text markup language used by Sphinx.
Here are some useful resources on reStructuredText:

- `Sphinx reStructuredText Primer <https://tinyurl.com/rstprimer>`_
- `Sphinx reStructuredText Primer <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_
- `reStructuredText style guide <https://canonical-documentation-with-sphinx-and-readthedocscom.readthedocs-hosted.com/style-guide/>`_
4 changes: 2 additions & 2 deletions how-to/add_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Deploy controller

``juju switch controller``

5. Download the controller bundle from `here <https://drive.google.com/file/d/17GHATHXGg2GuIeIWGr0FvkguMRdv5vnH/view?usp=sharing>`_.
5. Download the controller bundle from `here <https://drive.google.com/file/d/17GHATHXGg2GuIeIWGr0FvkguMRdv5vnH/view?usp=sharing>`__.

6. Extract the file:

Expand All @@ -90,7 +90,7 @@ Deploy controller

``juju status --format json | jq '.applications.haproxy.units["haproxy/0"]["public-address"]'``

10. Go to the `Route 53 dashboard <https://us-east-1.console.aws.amazon.com/route53/v2/home>`_.
10. Go to the `Route 53 dashboard <https://us-east-1.console.aws.amazon.com/route53/v2/home>`__.

11. Add an A record for the deployed controller and the DNS name specified in step 1 with the IP obtained in step 9.

Expand Down
1 change: 1 addition & 0 deletions how-to/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ After JIMM has been deployed, you need to configure it with your Juju-operated c
:maxdepth: 1

Add controller <add_controller>
Add controller without DNS <add_controller_no_dns>
Set up Route53 <route53>

Terraform
Expand Down
Loading