Skip to content

Commit

Permalink
Merge pull request #5278 from sgibson91/howto-docs-refactor
Browse files Browse the repository at this point in the history
Group howto guides by topic to shorten toctree
  • Loading branch information
sgibson91 authored Dec 12, 2024
2 parents 52c5d3e + 6803b53 commit 3ebbf48
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/howto/bill.md → docs/howto/budgeting-billing/bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ AWS management account. If a future cluster deviates from this, you can tell by
1. On the right sidebar under "Time -> Granularity", ensure its selected as "Monthly"
1. On the right sidebar under "Group by -> Dimension", select "Linked account"
1. Click the 'Download as CSV' button
```{figure} ../images/aws-billing-ui.jpg
```{figure} /images/aws-billing-ui.jpg
AWS billing UI
```
1. Run the following deployer command to convert the generated CSV file into the format required for the invoicing process.
Expand Down Expand Up @@ -95,7 +95,7 @@ Currently this is the recommended way of retrieving the costs from GCP.
It is important to not change the name of the file downloaded from GCP as it is used by the deployer to incur the month we are billing for.
```

```{figure} ../images/gcp-billing-ui.png
```{figure} /images/gcp-billing-ui.png
GCP billing UI
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions docs/howto/budgeting-billing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(budgeting-billing)=
# Manage Budgets and Billing

This documentation covers tasks relating to budgeting and billing of 2i2c hubs.

```{toctree}
:maxdepth: 2
bill
budget-alerts
cost-attribution/index
```
2 changes: 1 addition & 1 deletion docs/howto/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rocker.md
shared-db.md
static-sites.md
storage-quota.md
```
```
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/howto/filesystem-management/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(filesystem-management)=
# Manage Filesystems

This documentation covers tasks related to managing filesystems.

```{toctree}
:maxdepth: 2
filesystem-backups/index
decrease-size-gcp-filestore
```
File renamed without changes.
9 changes: 9 additions & 0 deletions docs/howto/image-management/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(image-management)=
# Manage Images

This documentation covers tasks related to image management.

```{toctree}
custom-jupyterhub-image
update-env
```
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/howto/regenerate-smce-creds.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Regenerating credentials for NASA SMCE accounts
# Regenerate credentials for NASA SMCE accounts

This document describes how we regenerate credentials for _users_ and the `deployer` when they expire in NASA SMCE accounts.

Expand Down
2 changes: 1 addition & 1 deletion docs/howto/troubleshoot/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troubleshooting
# Troubleshoot

We have many different tools at our disposal to troubleshoot
issues that may arise.
Expand Down
14 changes: 5 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,15 @@ deployed occasionally as a specific addition.
:maxdepth: 1
:caption: How-to guides
howto/features/index.md
howto/bill.md
howto/custom-jupyterhub-image.md
howto/upgrade-cluster/index.md
howto/budgeting-billing/index
howto/image-management/index
howto/filesystem-management/index
howto/prepare-for-events/index.md
howto/manage-domains/index.md
howto/grafana-github-auth.md
howto/update-env.md
howto/upgrade-cluster/index.md
howto/troubleshoot/index.md
howto/regenerate-smce-creds.md
howto/budget-alerts
howto/decrease-size-gcp-filestore
howto/filesystem-backups/index
howto/cost-attribution/index
howto/troubleshoot/index.md
```

## Topic guides
Expand Down

0 comments on commit 3ebbf48

Please sign in to comment.