Files
truecharts/website
TrueCharts Bot a2df1931eb fix(website): update @astrojs/starlight 0.28.6 → 0.29.0 (#29023)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.28.6` ->
`0.29.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.6/0.29.0)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0)

##### Minor Changes

-
[#&#8203;2551](https://redirect.github.com/withastro/starlight/pull/2551)
[`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates the `astro-expressive-code` dependency to the latest version
(0.38).

The new version allows using `ec.config.mjs` to selectively override
individual Expressive Code styles and settings provided by Starlight
themes and plugins, speeds up Shiki language loading, and adds the
config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`.
See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0380) for full
details.

-
[#&#8203;2252](https://redirect.github.com/withastro/starlight/pull/2252)
[`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
build performance for sites with large sidebars

This release adds a caching layer to Starlight’s sidebar generation
logic, reducing the number of times sidebars need to be regenerated
while building a site. Some benchmarks for projects with a complex
sidebar saw builds complete more than 35% faster with this change.

-
[#&#8203;2503](https://redirect.github.com/withastro/starlight/pull/2503)
[`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
the accessibility of asides and tabs by removing some unnecessary HTML
landmarks.

##### Patch Changes

-
[#&#8203;2579](https://redirect.github.com/withastro/starlight/pull/2579)
[`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41)
Thanks [@&#8203;RafidMuhymin](https://redirect.github.com/RafidMuhymin)!
- Adds social link icon for Nostr

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-08 21:50:56 +01:00
..
2024-10-19 15:18:05 +02:00
2024-10-19 15:18:05 +02:00
2024-11-07 19:34:28 +00:00
2024-10-19 15:18:05 +02:00

Chart Docs

News

  • To add new authors, add their username in the authors.ts file in src/content/docs/news/authors.ts.
  • News Posts must have these fields in the frontmatter:
    • title
    • slug (must start with news/)
    • date
    • authors (The key in the authors object in src/content/docs/news/authors.ts)

Supported Code Block Languages

Check upstream docs

🧞 Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run dev-windows Starts local dev server on windows machines
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

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.

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.