Skip to content

docs: Update github-runner-operator to Mature home page milestone#801

Open
yanksyoon wants to merge 4 commits into
mainfrom
docs/mature-home-milestone-isd-5894
Open

docs: Update github-runner-operator to Mature home page milestone#801
yanksyoon wants to merge 4 commits into
mainfrom
docs/mature-home-milestone-isd-5894

Conversation

@yanksyoon

Copy link
Copy Markdown
Member

What this PR does

Update to latest home page milestone

Why we need it

Documentation quality sync

Checklist

  • I followed the contributing guide
  • I added or updated the documentation (if applicable)
  • I updated docs/changelog.md with user-relevant changes
  • I used AI to assist with preparing this PR
  • I added or updated tests as needed (unit and integration)
  • If this is a Grafana dashboard: I added a screenshot of the dashboard
  • If this is Terraform: terraform fmt passes and tflint reports no errors
  • If the github-runner-manager application has been changed: The application version number is updated in github-runner-manager/pyproject.toml.

Only documentation change.

@erinecon erinecon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you so much for working on the home page 🎉 the great news for us is that we have a lot of pages and content to work with :D but this also means that the review will likely take a few rounds as I'll dig into the docs in greater detail. Thanks in advance for your patience!

I've limited this first round (mostly) to suggesting pages and categories for the table

Comment thread docs/index.md Outdated
Comment on lines +27 to +32
| Get started | [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md) | [Quick start](local-lxd/tutorial/quick-start.md) |
| Deployment | [Spawn OpenStack runner](how-to/openstack-runner.md) | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) |
| Operations | [Integrate with COS](how-to/integrate-with-cos.md) | [Debug with SSH](how-to/debug-with-ssh.md) | [Upgrade](how-to/upgrade.md) |
| Product-specific feature | [Comply with security requirements](how-to/comply-security.md) | [Configure runner storage](local-lxd/how-to/configure-runner-storage.md) |
| Design | [Charm architecture](reference/charm-architecture.md) | [Security](explanation/security.md) |
| Security | [Cryptographic overview](reference/cryptographic-overview.md) | [Token scopes](reference/token-scopes.md) | [External Access](reference/external-access.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The first thing I notice in the table's rendered output is that using the vertical lines | to separate the individual pages are causing issues in the table. So I think we should convert this to be {list-table} (see e.g. the HAProxy home page). It won't render nicely until we set up an RTD project though. So we could also use as separators instead.

Comment thread docs/index.md Outdated
|--|--|
| [Overview](https://charmhub.io/github-runner)</br> Overview of the charm </br> | [How-to guides](https://charmhub.io/github-runner/docs/how-to-openstack-runner) </br> Step-by-step guides covering key operations and common tasks |
| [Reference](https://charmhub.io/github-runner/docs/reference-actions) </br> Technical information - specifications, APIs, architecture | [Explanation](https://charmhub.io/github-runner/docs/explanation-charm-architecture) </br> Concepts - discussion and clarification of key topics |
| Get started | [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md) | [Quick start](local-lxd/tutorial/quick-start.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Two comments here:

  1. Quick start should come first in the list
  2. "Managing resource usage" does not feel like a tutorial to me. It's not end-to-end, there are no commands for users to run, etc. If the content is still correct and relevant, I think we should move this document into the Explanation section.

Comment thread docs/index.md Outdated
| [Overview](https://charmhub.io/github-runner)</br> Overview of the charm </br> | [How-to guides](https://charmhub.io/github-runner/docs/how-to-openstack-runner) </br> Step-by-step guides covering key operations and common tasks |
| [Reference](https://charmhub.io/github-runner/docs/reference-actions) </br> Technical information - specifications, APIs, architecture | [Explanation](https://charmhub.io/github-runner/docs/explanation-charm-architecture) </br> Concepts - discussion and clarification of key topics |
| Get started | [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md) | [Quick start](local-lxd/tutorial/quick-start.md) |
| Deployment | [Spawn OpenStack runner](how-to/openstack-runner.md) | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Other ideas for pages that we could include here: Change repository or organization, Change GitHub authentication

I also think that Configure runner storage might be a better fit in this row.

Comment thread docs/index.md Outdated
| [Reference](https://charmhub.io/github-runner/docs/reference-actions) </br> Technical information - specifications, APIs, architecture | [Explanation](https://charmhub.io/github-runner/docs/explanation-charm-architecture) </br> Concepts - discussion and clarification of key topics |
| Get started | [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md) | [Quick start](local-lxd/tutorial/quick-start.md) |
| Deployment | [Spawn OpenStack runner](how-to/openstack-runner.md) | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) |
| Operations | [Integrate with COS](how-to/integrate-with-cos.md) | [Debug with SSH](how-to/debug-with-ssh.md) | [Upgrade](how-to/upgrade.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Other ideas for pages that we could include here: Add custom labels, Set base image, Troubleshoot

But if you think any of these pages fall more into "Deployment" (meaning Day 0/1 operations), please let me know!

Comment thread docs/index.md Outdated
| Get started | [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md) | [Quick start](local-lxd/tutorial/quick-start.md) |
| Deployment | [Spawn OpenStack runner](how-to/openstack-runner.md) | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) |
| Operations | [Integrate with COS](how-to/integrate-with-cos.md) | [Debug with SSH](how-to/debug-with-ssh.md) | [Upgrade](how-to/upgrade.md) |
| Product-specific feature | [Comply with security requirements](how-to/comply-security.md) | [Configure runner storage](local-lxd/how-to/configure-runner-storage.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Two comments here:

  1. "Product-specific feature" is a placeholder term -- we should update to something specific to the GH runner charm.
  2. I'm not sure what the product-specific feature you're trying to highlight with these pages. Maybe we should highlight the local-lxd track? Or perhaps the fact that LXD and OpenStack are both options? (I don't really know what "category" the LXD/OpenStack difference highlights -- maybe "runner types"? Let me know)

Comment thread docs/index.md Outdated
| Deployment | [Spawn OpenStack runner](how-to/openstack-runner.md) | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) |
| Operations | [Integrate with COS](how-to/integrate-with-cos.md) | [Debug with SSH](how-to/debug-with-ssh.md) | [Upgrade](how-to/upgrade.md) |
| Product-specific feature | [Comply with security requirements](how-to/comply-security.md) | [Configure runner storage](local-lxd/how-to/configure-runner-storage.md) |
| Design | [Charm architecture](reference/charm-architecture.md) | [Security](explanation/security.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think the Security page should go into the dedicated row

I also think we could add the ARM64 explanation page and maybe the Integrations page

Comment thread docs/index.md Outdated
| Operations | [Integrate with COS](how-to/integrate-with-cos.md) | [Debug with SSH](how-to/debug-with-ssh.md) | [Upgrade](how-to/upgrade.md) |
| Product-specific feature | [Comply with security requirements](how-to/comply-security.md) | [Configure runner storage](local-lxd/how-to/configure-runner-storage.md) |
| Design | [Charm architecture](reference/charm-architecture.md) | [Security](explanation/security.md) |
| Security | [Cryptographic overview](reference/cryptographic-overview.md) | [Token scopes](reference/token-scopes.md) | [External Access](reference/external-access.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Other pages we could add to the Security row: Security overview, Comply with security requirements, Manage external contributors

Comment thread docs/index.md Outdated
* **How-to guides** — step-by-step guides covering key operations and common tasks.
* **Reference** — technical information such as specifications, APIs, and configuration options.
* **Explanation** — background, concepts, and design discussion.
* **Release notes** — summaries of changes and upgrade notes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Since there are no release notes for the charm, I don't think we need to include it in this list

Comment thread docs/index.md
Comment on lines +64 to +66
### Releases

* [Changelog](changelog.md)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this might be a little misleading since the changelog isn't really capturing releases -- I think we should remove

@erinecon erinecon added the documentation Improvements or additions to documentation label Jun 27, 2026
yanksyoon added a commit that referenced this pull request Jun 29, 2026
- Reorder Get started row with Quick start first
- Move Managing resource usage from Tutorial to Explanation
- Enhance Deployment row with Change repository/authentication pages
- Add LXD runners row with custom labels, base image, troubleshoot
- Rename 'Product-specific feature' to 'LXD runners'
- Enhance Design row with Integrations and ARM64 pages
- Expand Security row with all suggested security-related pages
- Use bullet separators instead of pipes for better rendering
- Remove Release notes from documentation organization section
- Remove Changelog from Contents list
- Move Managing resource usage and Security to Explanation section

Addresses all comments from erinecon on PR #801
- Reorder Get started row with Quick start first
- Move Managing resource usage from Tutorial to Explanation
- Enhance Deployment row with Change repository/authentication pages
- Add LXD runners row with custom labels, base image, troubleshoot
- Rename 'Product-specific feature' to 'LXD runners'
- Enhance Design row with Integrations and ARM64 pages
- Expand Security row with all suggested security-related pages
- Use bullet separators instead of pipes for better rendering
- Remove Release notes from documentation organization section
- Remove Changelog from Contents list
- Move Managing resource usage and Security to Explanation section

Addresses all comments from erinecon on PR #801
@yanksyoon yanksyoon force-pushed the docs/mature-home-milestone-isd-5894 branch from 837b789 to 35caa5f Compare June 29, 2026 08:34

@erinecon erinecon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Some general questions (which would probably lead to follow-up issues or PRs) and a nit

Comment thread docs/index.md
|--|--|
| [Overview](https://charmhub.io/github-runner)</br> Overview of the charm </br> | [How-to guides](https://charmhub.io/github-runner/docs/how-to-openstack-runner) </br> Step-by-step guides covering key operations and common tasks |
| [Reference](https://charmhub.io/github-runner/docs/reference-actions) </br> Technical information - specifications, APIs, architecture | [Explanation](https://charmhub.io/github-runner/docs/explanation-charm-architecture) </br> Concepts - discussion and clarification of key topics |
| Get started | [Quick start](local-lxd/tutorial/quick-start.md) • [Spawn OpenStack runner](how-to/openstack-runner.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
| Get started | [Quick start](local-lxd/tutorial/quick-start.md)[Spawn OpenStack runner](how-to/openstack-runner.md) |
| Get started | [Deploy the GitHub runner charm](local-lxd/tutorial/quick-start.md)[Spawn OpenStack runner](how-to/openstack-runner.md) |

Nit, "quick start" is ambiguous about what the user will do

Comment thread docs/index.md
| Get started | [Quick start](local-lxd/tutorial/quick-start.md) • [Spawn OpenStack runner](how-to/openstack-runner.md) |
| Deployment | [Run on LXD cloud](local-lxd/how-to/run-on-lxd.md) • [Change repository or organization](how-to/change-path.md) • [Change GitHub authentication](how-to/change-token.md) |
| Operations | [Configure runner storage](local-lxd/how-to/configure-runner-storage.md) • [Integrate with COS](how-to/integrate-with-cos.md) • [Debug with SSH](how-to/debug-with-ssh.md) • [Upgrade](how-to/upgrade.md) |
| LXD runners | [Add custom labels](local-lxd/how-to/add-custom-labels.md) • [Set base image](local-lxd/how-to/set-base-image.md) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Question: Is there any documentation (reference or explanation) about the LXD runners, or the difference between LXD and OpenStack runners? I took a look through the documentation but didn't find anything.

Do you think it would benefit users to have this kind of document? (In a follow-up PR)

Comment thread docs/index.md
1. [SSH Debug](explanation/ssh-debug.md)
1. [Managing resource usage](local-lxd/tutorial/managing-resource-usage.md)
1. [Security](explanation/security.md)
1. [Track local-lxd](local-lxd)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Some general questions about the local-lxd track:

  1. Is the long-term plan for this charm to support both LXD and OpenStack runners? If we're planning to drop support for one of the tracks, what would be the approximate time scale?
  2. Do you think it would benefit readers if the local-lxd documentation had a landing page? (Meaning docs/local-lxd/index.md.) I think it might be good to have some formal introduction to this portion of the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation Libraries: Out of sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants