Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Aug 16, 2022
2 parents 5fed676 + 83e5fd3 commit 1258f3c
Show file tree
Hide file tree
Showing 19 changed files with 189 additions and 282 deletions.
2 changes: 0 additions & 2 deletions docs/.vitepress/components/api-docs/method.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ function seeAlsoToUrl(see: string): string {

<template>
<div>
<h2 :id="props.method.name">{{ props.method.title }}</h2>

<div v-if="props.method.deprecated" class="warning custom-block">
<p class="custom-block-title">Deprecated</p>
<p>This method is deprecated and will be removed in a future version.</p>
Expand Down
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 };
2 changes: 1 addition & 1 deletion docs/api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.md
!localization.md
*.ts
*.json
5 changes: 0 additions & 5 deletions docs/playground/index.md

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"@types/react": "~18.0.17",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.5",
"@typescript-eslint/eslint-plugin": "~5.32.0",
"@typescript-eslint/parser": "~5.32.0",
"@typescript-eslint/eslint-plugin": "~5.33.0",
"@typescript-eslint/parser": "~5.33.0",
"@vitest/ui": "~0.21.1",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.4.0",
"esbuild": "~0.15.0",
"esbuild": "~0.15.2",
"eslint": "~8.21.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.6.0",
Expand All @@ -126,12 +126,12 @@
"sanitize-html": "~2.7.1",
"simple-git-hooks": "~2.8.0",
"standard-version": "~9.5.0",
"tsx": "~3.8.1",
"tsx": "~3.8.2",
"typedoc": "~0.23.10",
"typedoc-plugin-missing-exports": "~0.23.0",
"typescript": "~4.7.4",
"validator": "~13.7.0",
"vite": "~3.0.5",
"vite": "~3.0.7",
"vitepress": "1.0.0-alpha.4",
"vitest": "~0.21.1"
},
Expand Down
Loading

0 comments on commit 1258f3c

Please sign in to comment.