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

chore: update doc structure for site refresh #969

Merged
merged 9 commits into from
Oct 22, 2024
Merged

Conversation

pauldipietro
Copy link
Contributor

Description

This PR changes the docs structure to reflect the updated site architecture.

  • ADRs moved to a separate folder
  • All docs are served out of docs/reference (or possibly docs/troubleshooting if added)
  • Remove unnecessary front matter as needed

Related Issue

N/A

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@pauldipietro pauldipietro added the documentation Improvements or additions to documentation label Oct 10, 2024
@pauldipietro pauldipietro requested a review from a team as a code owner October 10, 2024 18:59
catsby and others added 2 commits October 16, 2024 17:10
* main:
  chore: refactor uds ui to use vendored runtime (#967)
  chore: update LICENSE to AGPL 3.0 (#970)
  fix(deps): update module github.com/defenseunicorns/maru-runner to v0.4.0 (#977)
@catsby catsby changed the title Update doc structure for site refresh chore: update doc structure for site refresh Oct 17, 2024
Signed-off-by: catsby <clint@ctshryock.com>
@mjnagel mjnagel mentioned this pull request Oct 18, 2024
5 tasks
catsby and others added 5 commits October 22, 2024 15:09
* main:
  chore(deps): update actions/dependency-review-action action to v4.3.5 (#984)
  fix(deps): update module helm.sh/helm/v3 to v3.16.2 (#976)
  chore(deps): update actions/upload-artifact action to v4.4.3 (#973)
  chore(docs): update links (#983)
  fix: revert "fix: remove unused GitHub Action install-tools" (#982)
  chore(deps): update to uds-runtime v0.7.0 (#981)
  chore(deps): update dependency defenseunicorns/uds-runtime to v0.7.0 (#980)
  fix: remove scorecard token (#979)
* main:
  chore(deps): update sigstore/cosign-installer action to v3.7.0 (#987)
  fix(deps): update zarf to v0.42.0 (#978)
Signed-off-by: catsby <clint@ctshryock.com>
Copy link
Collaborator

@catsby catsby left a comment

Choose a reason for hiding this comment

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

LGTM

@catsby catsby merged commit 204a511 into main Oct 22, 2024
17 checks passed
@catsby catsby deleted the docs-refresh-integration branch October 22, 2024 22:02
@@ -34,7 +30,7 @@ To do this in VS Code you can install the [YAML Extension](https://marketplace.v

```json
"yaml.schemas": {
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/main/uds.schema.json": "uds-bundle.yaml"
"https://raw.githubusercontent.com/defenseunicorns/cli-commands/main/uds.schema.json": "uds-bundle.yaml"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is wrong?

@catsby catsby restored the docs-refresh-integration branch October 23, 2024 16:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants