Renovate Bot 171182a242
All checks were successful
test-build / guarddog (push) Successful in 23s
test-build / build (push) Successful in 1m5s
renovate / renovate (push) Successful in 1m13s
chore(deps): update dhi.io/bun docker tag to v1.3.11 (#193)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | final | patch | `1.3.10-alpine3.22` → `1.3.11-alpine3.22` |
| [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | stage | patch | `1.3.10-alpine3.22-dev` → `1.3.11-alpine3.22-dev` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #193
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-19 04:11:08 +00:00
2026-03-12 16:20:42 -05:00
2025-07-31 16:37:31 -05:00
2026-02-08 15:41:11 -06:00
2026-03-12 15:49:44 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2026-03-12 15:51:07 -05:00
2026-03-15 17:02:42 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2026-03-12 16:40:21 -05:00
2025-07-31 16:48:50 -05:00
2026-02-08 15:41:11 -06:00
2025-07-31 16:48:50 -05:00

Starlight

Built with Starlight

pnpm create astro@latest -- --template starlight

Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   └── docs/
│   └── content.config.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:4321
bun run build Build your production site to ./dist/
Description
No description provided
Readme 14 MiB
0.3.0 Latest
2026-03-15 21:58:15 +00:00
Languages
JavaScript 44.6%
MDX 15.3%
Dockerfile 14.4%
CSS 14.3%
TypeScript 11.4%