Skip to content

Commit

Permalink
Fix link and include missing doc in index (#38)
Browse files Browse the repository at this point in the history
* Fix link and include missing doc in index

* Add ignore for woke
  • Loading branch information
kian99 authored May 7, 2024
1 parent 693feb0 commit e2d81f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ 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>`_
.. wokeignore:rule=master
- `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

0 comments on commit e2d81f5

Please sign in to comment.