修改文件树插件 添加代码游乐场插件
This commit is contained in:
@@ -5,6 +5,19 @@ navigation:
|
||||
icon: i-lucide-house
|
||||
---
|
||||
|
||||
::div{label="PostgreSQL" icon="lucide:database"}
|
||||
### PostgreSQL column types
|
||||
|
||||
```ts
|
||||
import { integer, pgTable } from 'drizzle-orm/pg-core';
|
||||
|
||||
export const table = pgTable('table', {
|
||||
int: integer('int')
|
||||
});
|
||||
```
|
||||
::
|
||||
|
||||
|
||||
:read-more{to="/getting-started/writing/markdown"}
|
||||
:read-more{title="Nuxt website" to="https://nuxt.com/" }
|
||||
:read-more{to="https://nuxt.com/"}
|
||||
@@ -39,6 +52,8 @@ wow
|
||||
|
||||
::FileTree
|
||||
---
|
||||
title: File Tree
|
||||
icon: lucide:folder-tree
|
||||
tree:
|
||||
- app:
|
||||
- components:
|
||||
@@ -46,9 +61,9 @@ tree:
|
||||
- Footer.vue
|
||||
- composables:
|
||||
- useErrorHandler.ts
|
||||
- ^app.vue^ # This is highlighted
|
||||
- app.vue # This is highlighted
|
||||
- docs:
|
||||
- index.md
|
||||
- ^index.md^
|
||||
---
|
||||
::
|
||||
|
||||
|
Reference in New Issue
Block a user