Commit Graph

6 Commits

Author SHA1 Message Date
Matthew Kilgore
6b2b09ea81 chore: dependency updates 2026-02-22 11:58:43 -05:00
dependabot[bot]
1f1edda633 chore(deps): bump the npm_and_yarn group across 2 directories with 1 update (#1331)
Bumps the npm_and_yarn group with 1 update in the /docs directory: [tar](https://github.com/isaacs/node-tar).
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [tar](https://github.com/isaacs/node-tar).


Updates `tar` from 7.5.7 to 7.5.9
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9)

Updates `tar` from 7.5.7 to 7.5.9
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 14:55:34 -05:00
dependabot[bot]
334f248d2b chore(deps): bump ajv (#1330)
Bumps the npm_and_yarn group with 1 update in the /docs directory: [ajv](https://github.com/ajv-validator/ajv).


Updates `ajv` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 11:00:34 -05:00
dependabot[bot]
b89d665302 chore(deps): bump markdown-it (#1324)
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [markdown-it](https://github.com/markdown-it/markdown-it).


Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-13 16:03:09 -05:00
dependabot[bot]
4c824a4783 chore(deps): bump nanotar from 0.2.0 to 0.2.1 in /docs in the npm_and_yarn group across 1 directory (#1317)
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [nanotar](https://github.com/unjs/nanotar).


Updates `nanotar` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/unjs/nanotar/releases)
- [Changelog](https://github.com/unjs/nanotar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/nanotar/compare/v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: nanotar
  dependency-version: 0.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 20:42:54 -05:00
Matt
3f7a20cacf Migrate to Startlight Documentation (#1304)
* Initial migration to starlight docs

* Some actual documentation

* Some more actual documentation

* feat: add topics

* feat: begin improving theming

* Add auto-draft

* Fix merge

* fix: the things I broke on merge

* docs: add more documentation from the original

* chore: add legacy commands for cloudflare docs build

* fix: make the build command actually work

* try pages deployment instead

* forgot to delete extra file

* Worker mode too big apparently

* Last try before sleep

* feat: begin further customising the components

* chore: cut down bundle size by a fair bit

OpenAPI Plugin is still massively bloating things, though.

* docs: add more documentation

* fix: messed up redirects

* docs: add code of conduct

* feat: begin building our own theme

* docs: add oidc tip, remove some draft status

* feat: experiment with new homepage

* chore: disable CSP for now

* feat: somewhat improve homepage

* docs: add doc translation page

* docs: add required analytics pages

* docs: start user guide

* fix: MDX things

* docs: more user-guide

* docs: adding more docs, matching slugs to old URLs where possible

* docs: more clear information, better translation support

* refactor(ai): fix bad api handler copilot documentation

* docs: more comprehensive documentation

* feat: cleanup theme

* chore: remove legacy API redirect

* feat: improve dark mode for changelog page

* chore: wider content on large displays

* feat: try custom fonts (maybe it won't work out)

* feat: add documentation for authentication rate limits

* fix: rendering of sidebar on API pages

* feat: better dark mode CSS

* fix: menu panels

* fix: menu panels

* fix: favicon

* fix: stop the broken upgrade-test thing

* fix: codeblock copy button

* feat: add proxying documentation

* chore: update CLI options

* chore: update environment variables

* fix: need to escape template things

* feat: use tabs to select between environment and CLI options

* chore: some final cleanup

* fix: try to fix CI/CD

* fix: create empty package.json for the sole purpose of CI/CD

* fox: better pipeline fix

* fix: remove the empty package.json again

* fix: final CI/CD fixes

* docs: better english language usage

* chore: cleanup accessibility issues

* chore: fix search placeholder color

---------

Co-authored-by: tonyaellie <tonya@tokia.dev>
2026-02-08 12:24:10 -05:00