feat: make important files highlighted when using FileTree

This commit is contained in:
DuroCodes
2024-05-14 12:47:50 -04:00
parent 136a8f4f43
commit deec96d45d
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ import { FileTree } from '@astrojs/starlight/components';
<FileTree>
- src/
- index.ts **(your main file and client)**
- dependencies.d.ts **(for intellisense)**
- **dependencies.d.ts** **(for intellisense)**
</FileTree>
```ts title="src/index.ts"

View File

@@ -18,7 +18,7 @@ import { FileTree } from '@astrojs/starlight/components';
<FileTree>
- src/commands/
- ping.ts **(right here, probably)**
- **ping.ts** **(right here, probably)**
- ...
</FileTree>

View File

@@ -48,7 +48,7 @@ import { FileTree } from '@astrojs/starlight/components';
- commands/
- events/
- plugins/
- dependencies.d.ts **(add this)**
- **dependencies.d.ts** **(add this)**
- index.ts
- .env
- .gitignore