Skip to content

Commit f5778ea

Browse files
chore: update documentation (#64)
* chore: update documentation and settings for Vue integration and TypeScript compiler flags * fix: update docs build scripts to ensure proper execution order
1 parent 47ad3dc commit f5778ea

5 files changed

Lines changed: 896 additions & 201 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"cSpell.words": [
2828
"Adammatthiesen",
2929
"astrojs",
30+
"codepaths",
3031
"automations",
3132
"describedby",
3233
"ectwoslash",
@@ -39,6 +40,7 @@
3940
"mondeja",
4041
"noline",
4142
"omglookatthis",
43+
"recompiles",
4244
"rehype",
4345
"shiki",
4446
"studiocms",

docs/src/content/docs/getting-started/vue-integration.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Vue Integration
33
description: Learn how to use Twoslash with Vue code blocks.
44
sidebar:
55
order: 3
6+
badge:
7+
text: v0.6.0
8+
variant: success
69
---
710

811
import { Tabs, TabItem } from '@astrojs/starlight/components';

docs/src/content/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ hero:
1515
- text: Star on GitHub
1616
link: https://github.com/withstudiocms/expressive-code-twoslash
1717
icon: star
18-
variant: minimal
1918
---
2019

2120
import { Tabs, TabItem } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)