Skip to content

Commit

Permalink
docs: remove unused playground (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Aug 12, 2022
1 parent 5e9c350 commit 462ee5a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 80 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default defineConfig({

nav: [
{ text: 'Guide', link: '/guide/' },
// { text: 'Playground', link: '/playground/' },
{
text: 'Ecosystem',
items: [{ text: 'StackBlitz ', link: 'https://fakerjs.dev/new' }],
Expand Down
43 changes: 0 additions & 43 deletions docs/.vitepress/theme/components/Badge.vue

This file was deleted.

11 changes: 0 additions & 11 deletions docs/.vitepress/theme/components/Playground.vue

This file was deleted.

7 changes: 0 additions & 7 deletions docs/.vitepress/theme/components/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.vitepress/theme/components/vue.d.ts

This file was deleted.

10 changes: 1 addition & 9 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import DefaultTheme from 'vitepress/theme';
import GlobalComponents from './components';
import './index.css';

export default {
...DefaultTheme,
enhanceApp({ app }) {
for (const [name, component] of Object.entries(GlobalComponents)) {
app.component(name, component);
}
},
};
export default { ...DefaultTheme };
5 changes: 0 additions & 5 deletions docs/playground/index.md

This file was deleted.

0 comments on commit 462ee5a

Please sign in to comment.