Skip to content

Commit

Permalink
feat: email validator
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 authored Aug 5, 2024
1 parent 75bcd56 commit 22c0bf0
Show file tree
Hide file tree
Showing 39 changed files with 533 additions and 811 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: |
pnpm i --frozen-lockfile
npm install -g @microsoft/api-documenter
npm install -g @microsoft/api-documenter@7.23.38
npm install -g @microsoft/api-extractor
- name: Check API report
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vitepress/dist
.vitepress/cache
.vitepress/.temp
api/*.md
8 changes: 6 additions & 2 deletions apps/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Home", link: "/" },
{ text: "Packages", link: "/packages" },
{ text: "Examples", link: "/examples" },
{ text: "API", link: "/api" },
],

Expand All @@ -28,8 +28,12 @@ export default defineConfig({
},

sidebar: {
"/packages/": scanDir("packages"),
"/examples/": scanDir("examples"),
"/api/": scanDir("api"),
},
},
ignoreDeadLinks: [
// ignore all localhost links
/^https?:\/\/localhost/,
],
});
31 changes: 0 additions & 31 deletions apps/docs/api/index.md

This file was deleted.

81 changes: 0 additions & 81 deletions apps/docs/api/starter-kitty-validators.md

This file was deleted.

13 changes: 0 additions & 13 deletions apps/docs/api/starter-kitty-validators.options.baseorigin.md

This file was deleted.

76 changes: 0 additions & 76 deletions apps/docs/api/starter-kitty-validators.options.md

This file was deleted.

24 changes: 0 additions & 24 deletions apps/docs/api/starter-kitty-validators.options.whitelist.md

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions apps/docs/api/starter-kitty-validators.optionserror.md

This file was deleted.

Loading

0 comments on commit 22c0bf0

Please sign in to comment.