Skip to content

Commit 07d247c

Browse files
committed
Update doc
1 parent 32e3a06 commit 07d247c

60 files changed

Lines changed: 120 additions & 1315 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docsite/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
node_modules
22
.DS_Store
3+
dist
34
dist-ssr
45
!/doc/dist
56
*.local
67
yarn.lock
78
yarn-error.log
89
.yarnrc
910
/dev
10-
.vscode
11+
.vscode
12+
package-lock.json

docsite/components.d.ts

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
// generated by unplugin-vue-components
2-
// We suggest you to commit this file into source control
1+
/* eslint-disable */
2+
// @ts-nocheck
3+
// Generated by unplugin-vue-components
34
// Read more: https://github.com/vuejs/core/pull/3399
4-
import '@vue/runtime-core'
5-
5+
// biome-ignore lint: disable
66
export {}
77

8-
declare module '@vue/runtime-core' {
8+
/* prettier-ignore */
9+
declare module 'vue' {
910
export interface GlobalComponents {
1011
DefaultSidebar: typeof import('./src/components/sidebars/DefaultSidebar.vue')['default']
12+
DispatchRoutePy: typeof import('./src/components/python/DispatchRoutePy.vue')['default']
1113
'IEva:arrowBackOutline': typeof import('~icons/eva/arrow-back-outline')['default']
14+
'IFa6Brands:github': typeof import('~icons/fa6-brands/github')['default']
1215
'IFaBrands:github': typeof import('~icons/fa-brands/github')['default']
1316
'IFaSolid:moon': typeof import('~icons/fa-solid/moon')['default']
1417
'IFaSolid:sun': typeof import('~icons/fa-solid/sun')['default']
18+
'INoto:crocodile': typeof import('~icons/noto/crocodile')['default']
19+
'IPh:caretDownBold': typeof import('~icons/ph/caret-down-bold')['default']
20+
'IPh:caretRightBold': typeof import('~icons/ph/caret-right-bold')['default']
21+
PythonSidebar: typeof import('./src/components/sidebars/PythonSidebar.vue')['default']
22+
RenderMd: typeof import('./src/components/markdown/RenderMd.vue')['default']
23+
RenderMdPy: typeof import('./src/components/python/RenderMdPy.vue')['default']
24+
RenderPyDocstring: typeof import('./src/components/python/RenderPyDocstring.vue')['default']
1525
RouterLink: typeof import('vue-router')['RouterLink']
1626
RouterView: typeof import('vue-router')['RouterView']
27+
StaticPyCodeBlock: typeof import('./src/components/python/StaticPyCodeBlock.vue')['default']
1728
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
1829
TheSidebar: typeof import('./src/components/TheSidebar.vue')['default']
1930
}

docsite/dist/404.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

docsite/dist/assets/_...all_-0b7c9ac4.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docsite/dist/assets/basics-5c712f8f.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

docsite/dist/assets/basics-f8b3fcac.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docsite/dist/assets/fields_autoguess-48838253.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

docsite/dist/assets/index-0a69f75d.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docsite/dist/assets/index-22118213.js

Lines changed: 0 additions & 103 deletions
This file was deleted.

docsite/dist/assets/material-darker-1cc60fc0.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)