Compare commits

...

11 Commits

Author SHA1 Message Date
7a9b62dc04 feat: trigger minor version update
All checks were successful
renovate / renovate (push) Successful in 1m10s
release-image / guarddog (push) Successful in 23s
release-image / build (push) Successful in 2m0s
release-image / semantic-release (push) Successful in 31s
release-image / release-harbor (push) Successful in 3m32s
release-image / release-gitea (push) Successful in 4m55s
2026-03-12 16:40:21 -05:00
d84625c052 Merge branch 'release' into main
All checks were successful
renovate / renovate (push) Successful in 57s
2026-03-12 21:34:14 +00:00
4575bfb913 feat: use alpine-dev for bun builder
All checks were successful
test-build / guarddog (push) Successful in 19s
test-build / build (push) Successful in 31s
renovate / renovate (push) Successful in 35s
2026-03-12 16:24:10 -05:00
a9dff234c4 ci: remove auth test
All checks were successful
renovate / renovate (push) Successful in 1m2s
2026-03-12 16:20:42 -05:00
3cfac19e9b ci: test auth
Some checks failed
renovate / renovate (push) Failing after 41s
2026-03-12 16:13:10 -05:00
3af200c8ff ci: enable debug logging
All checks were successful
renovate / renovate (push) Successful in 45s
2026-03-12 16:03:27 -05:00
50ed4d4ff9 ci: add dhi creds
All checks were successful
renovate / renovate (push) Successful in 28s
2026-03-12 15:56:00 -05:00
225790414b chore(deps): update deps
All checks were successful
renovate / renovate (push) Successful in 32s
test-build / guarddog (push) Successful in 1m7s
test-build / build (push) Successful in 2m0s
2026-03-12 15:51:07 -05:00
47e5938bf7 ci: use semantic release, release branch, and merge release workflows 2026-03-12 15:50:58 -05:00
4ef43534a0 feat: add robots 2026-03-12 15:49:44 -05:00
74138302a4 feat: switch to bun 2026-03-12 15:49:32 -05:00

View File

@@ -6,7 +6,7 @@
pnpm create astro@latest -- --template starlight pnpm create astro@latest -- --template starlight
``` ```
## 🚀 Project Structure ## Project Structure
Inside of your Astro + Starlight project, you'll see the following folders and files: Inside of your Astro + Starlight project, you'll see the following folders and files:
@@ -29,7 +29,7 @@ Images can be added to `src/assets/` and embedded in Markdown with a relative li
Static assets, like favicons, can be placed in the `public/` directory. Static assets, like favicons, can be placed in the `public/` directory.
## 🧞 Commands ## Commands
All commands are run from the root of the project, from a terminal: All commands are run from the root of the project, from a terminal: