Commit Graph

15 Commits

Author SHA1 Message Date
1b177f3df2 feat: add doc versioning with starlight-versions
- Install starlight-versions plugin for version dropdown UI
- Archive current stable docs as v1.0.5 (slug: 1.0)
- Current/latest version labeled v2.0-alpha
- Add new alpha feature docs: SSH, cohorts, RBAC, audit logging, sprouts
- Update glossary with cross-references to new pages
- Update sidebar with Security section and new pages
- Upgrade to Astro 6, Starlight 0.38, starlight-tailwind 5, ESLint 10
- Migrate content config to src/content.config.ts with loaders
- Fix all prettier formatting issues
2026-03-16 07:07:29 +00:00
c96b0ed78c chore: update all dependencies to latest (#37)
- Astro 5.1 -> 5.17
- Starlight 0.31 -> 0.37 (social config migrated to array format)
- Tailwind CSS 3 -> 4 (migrated to Vite plugin + CSS-based config)
- sharp 0.32 -> 0.34
- ESLint 8 -> 9 (migrated to flat config)
- Prettier, prettier-plugin-astro, prettier-plugin-tailwindcss updated
- Removed dotenv (using Astro import.meta.env)
- Removed tailwind.config.mjs (config now in CSS via @theme)
- Updated Badge import to new Starlight components path
- Node.js 18 -> 22
- Switched from npm to bun
2026-02-23 11:27:48 -05:00
4e52ce2720 typo fix in sitemap url 2023-11-17 19:24:50 -08:00
Ethan Holz
36234f89b0 feat(glossary): initial glossary commit 2023-11-06 21:03:05 -06:00
Ethan Holz
03ed831ef9 feat(recipes): added initial recipe overview 2023-11-06 18:13:30 -06:00
Ethan Holz
b2d2029142 style: added last updated 2023-11-06 17:12:04 -06:00
Ethan Holz
c1b0769c2c feat: added email to socials 2023-11-06 09:45:29 -06:00
Ethan Holz
91a79f459c refactor: move architecture section 2023-11-05 20:25:15 -06:00
Ethan Holz
ec1c60e79e feat(index): added Discord card 2023-11-05 20:10:08 -06:00
Ethan Holz
c9875a377a feat(social): added grlx Discord 2023-11-05 14:36:59 -06:00
Ethan Holz
35622eface remove view transitions and added architecture stub 2023-11-05 14:34:35 -06:00
e869d1a3bf Typos 2023-11-04 00:51:27 -07:00
J. Scott Smith
081b74d899 added Prettier, Tailwind, styling, branding, sitemap, tracking 2023-11-03 01:32:34 -07:00
Ethan Holz
c3ce698c4d added full View Transitions for reduced image flicker 2023-10-30 18:05:24 -05:00
Ethan Holz
49f052621e initial astro env 2023-10-25 11:21:05 -05:00