Enhance documentation and configuration for MVK; add starlight-heading-badges integration, update guides, and improve clarity in existing content.
This commit is contained in:
parent
ff6341edf1
commit
454e911dc7
13 changed files with 134 additions and 36 deletions
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
|
|
@ -17,6 +17,9 @@ importers:
|
|||
sharp:
|
||||
specifier: ^0.34.2
|
||||
version: 0.34.3
|
||||
starlight-heading-badges:
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.0(@astrojs/starlight@0.34.8(astro@5.13.2(@types/node@24.3.0)(rollup@4.46.2)(typescript@5.9.2)))
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -1608,6 +1611,12 @@ packages:
|
|||
space-separated-tokens@2.0.2:
|
||||
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
||||
|
||||
starlight-heading-badges@0.6.0:
|
||||
resolution: {integrity: sha512-YYYImb6ov842k62A6UNecj2elhoA8NPj6CnVlLFpe9Qa8C4xgWQw5NlqKfJrQgJFWeMj0uKnVqKQfv2eSGX8HQ==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@astrojs/starlight': '>=0.32.0'
|
||||
|
||||
stream-replace-string@2.0.0:
|
||||
resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==}
|
||||
|
||||
|
|
@ -4062,6 +4071,16 @@ snapshots:
|
|||
|
||||
space-separated-tokens@2.0.2: {}
|
||||
|
||||
starlight-heading-badges@0.6.0(@astrojs/starlight@0.34.8(astro@5.13.2(@types/node@24.3.0)(rollup@4.46.2)(typescript@5.9.2))):
|
||||
dependencies:
|
||||
'@astrojs/markdown-remark': 6.3.6
|
||||
'@astrojs/starlight': 0.34.8(astro@5.13.2(@types/node@24.3.0)(rollup@4.46.2)(typescript@5.9.2))
|
||||
github-slugger: 2.0.0
|
||||
mdast-util-directive: 3.1.0
|
||||
unist-util-visit: 5.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
stream-replace-string@2.0.0: {}
|
||||
|
||||
string-width@4.2.3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue