Skip to content

Commit

Permalink
misc: remove typedoc remnants, babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bavoco committed Dec 7, 2024
1 parent 57b305a commit 13c3038
Show file tree
Hide file tree
Showing 6 changed files with 7,033 additions and 20,545 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ npm-debug.log*
# Docs
.cache-loader
build/
# generated typedocs
docs/api

docs/.vitepress/dist
docs/.vitepress/cache
Expand Down
9 changes: 2 additions & 7 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default defineConfig({
},
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/integration' },
{ text: 'Reference', link: '/api/README' },
{ text: 'Samples', link: `/samples/basic` },
{
text: 'Ecosystem',
Expand Down Expand Up @@ -88,10 +87,6 @@ export default defineConfig({
{ text: 'Pan Region', link: '/samples/pan-region' },
]
},
{
text: 'API Reference',
link: '/api/README',
}
],

socialLinks: [
Expand All @@ -101,13 +96,13 @@ export default defineConfig({
vue: {
template: {
compilerOptions: {
isCustomElement: tag => tag.startsWith('playground-')
isCustomElement: tag => tag.startsWith('playground-'),
}
}
},
vite: {
optimizeDeps: {
exclude: ['playground-elements']
exclude: ['playground-elements'],
}
}
})
Loading

0 comments on commit 13c3038

Please sign in to comment.