Initial user-facing docs site#70
Draft
detjensrobert wants to merge 26 commits into
Draft
Conversation
…text This is what docker, podman, etc all do and we should match that expected behaviour here. Signed-off-by: Robert Detjens <github@detjens.dev>
text is less intuitive than string since we all are programmers and strings are strings, not text Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Found this missing case when writing docs. Specifiying `include:` as a single string should be equivalent to specifying a bare string, which is already treated as a one-element array. Renaming only happens when as: is present, and we should support the `include:` single string like a 1-element array, like the bare string case. Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
temporarily deployed
to
github-pages
August 19, 2025 23:20 — with
GitHub Actions
Inactive
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
temporarily deployed
to
github-pages
August 27, 2025 06:42 — with
GitHub Actions
Inactive
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
force-pushed
the
dr/create-docs
branch
from
August 30, 2025 05:32
4d7ed00 to
8604b82
Compare
detjensrobert
temporarily deployed
to
github-pages
August 30, 2025 05:32 — with
GitHub Actions
Inactive
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
temporarily deployed
to
github-pages
September 27, 2025 17:55 — with
GitHub Actions
Inactive
The top-level nav would be useful if we wanted to have multiple 'categories' of pages with separate sidebars. Right now at least, we only have a few pages and the sidebar covers all of our nav needs. Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
temporarily deployed
to
github-pages
December 13, 2025 07:36 — with
GitHub Actions
Inactive
Signed-off-by: Robert Detjens <github@detjens.dev>
cacama-valvata
requested changes
Jan 11, 2026
cacama-valvata
left a comment
Contributor
There was a problem hiding this comment.
"Control Challenge Deployment" on the landing page throws a 404
Contributor
|
Finish rcds.yaml reference before considering this done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds documentation for end users, both ctf/infra admins and challenge authors. Not complete yet.
This uses Vitepress as the SSG. I chose this because it looked good, is fast, auto dark mode, and has good TOC sidebar management for organization.
This is deployed to beavercds.info via GH Pages.