mirror of
https://github.com/sern-handler/website
synced 2026-06-20 23:02:24 +00:00
feat: make important files highlighted when using FileTree
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -18,7 +18,7 @@ import { FileTree } from '@astrojs/starlight/components';
|
||||
|
||||
<FileTree>
|
||||
- src/commands/
|
||||
- ping.ts **(right here, probably)**
|
||||
- **ping.ts** **(right here, probably)**
|
||||
- ...
|
||||
</FileTree>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user