-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add broken link checking to Starlight docs (#3849)
* feat: Bare minimum starlight server as a starting point for prototyping * feat: Upgrading starlight * feat: Adding minimal starlight prototype * feat: Switching to starlight Filetrees * wip: WIP work on getting dynamic content * chore: Pinning relevant versions in mise.toml * fix: Fixing more filetrees * fix: Working refactor * fix: Adding dynamicity to astro * fix: Fixing another Filetree * fix: Fixing astro config * feat: Done prototyping * fix: Setting up routes to work like the legacy docs site * fix: Adding a `TODO.md` * fix: Fixing typo * fix: Fixing favicon * fix: Renaming all docs files so that they're lexically sorted * fix: Adding logo * feat: Working on getting features docs put together * fix: Cleaning up Stacks feature docs * feat: Adding includes docs * feat: Small adjustment to trigger deployment * fix: Add file names to all code fences * fix: Adding file names to code fences * feat: Adding scaffold * feat: Adding extra arguments docs * feat: Adding AWS authentication docs * feat: Adding hooks docs * feat: Updating hoomepage * feat: Adding auto-init docs * feat: Adding runtime control * feat: Adding provider cache server docs * feat: Adding engine docs * fix: Fixing contribution docs * fix: Fixing support docs * feat: Adding license docs * feat: Adding configuration overview * feat: Adding configuration block docs * feat: Adding attributes docs * feat: Adding functions docs * feat: Migrating CLI docs * feat: Cleaning up old configuration docs * fix: Moving over the rest of the docs * feat: Adding strict controls and experiments docs * chore: Bump pnpm * feat: Adding remaining content * fix: Bugs from merge * fix: Downgrading node and pnpm * fix: Adding package-lock.json * fix: Moving to bun * fix: Update README.md to point out that we're using bun * fix: Fixing codespell ignore to ignore bun instead of pnpm * Update docs-starlight/src/content/docs/02-features/09-hooks.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs-starlight/src/content/docs/02-features/12-provider-cache-server.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: Updating banner * fix: Better TODO * fix: Fixing experiments docs * fix: Cleaning up lock file handling docs * fix: Fixing `auto-init` docs * fix: More grammar updates * fix: Fixing strict controls docs * fix: Updating scaffold docs * fix: Fixing functions docs * fix: Moving engine docs to MDX so that we can add a script to fetch the latest version on request * fix: Fixing runtime-control * fix: Fixing hooks docs * fix: Fixing aws-authentication docs * fix: Fixing includes docs * fix: Fixing state backend docs * fix: Fixing configuration blocks and terragrunt cache * fix: More typo fixes * fix: More typo fixes * fix: More English fixes * fix: More English fixes * fix: Don't try to use a link here * fix: Fixing `TODO.md` formatting * feat: Adding Docker Compose for local development * feat: Adding broken link checking * fix: Getting rid of `{{site.baseurl}}` everywhere * feat: Create HCL directory for configuration * wip: Fixing broken links * wip: Fixing more broken links * fix: Fixing bug from merge conflict * fix: Fixing a bunch of broken links * fix: Fixing English bugs * fix: Use excludes instead of conditional build with link checks --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
30fcc73
commit 8a2f17b
Showing
23 changed files
with
110 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.