Skip to content

Commit

Permalink
doc(plugins): fix config for typescript-mock-data
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Oct 3, 2022
1 parent 1c0cd51 commit 19e6686
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/src/category-to-packages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const CategoryToPackages = {
'typescript-vue-apollo',
'typescript-vue-apollo-smart-ops',
'typescript-vue-urql',
'typescript-mock-data',
],
dart: ['flutter-freezed'],
};
3 changes: 2 additions & 1 deletion website/src/pages/plugins/typescript/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"typescript-validation-schema": "validation-schema",
"typescript-vue-apollo": "vue-apollo",
"typescript-vue-apollo-smart-ops": "vue-apollo-smart-ops",
"typescript-vue-urql": "vue-urql"
"typescript-vue-urql": "vue-urql",
"typescript-mock-data": "typescript-mock-data"
}
10 changes: 10 additions & 0 deletions website/src/pages/plugins/typescript/typescript-mock-data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: typescript-mock-data
---

import { PluginApiDocs, PluginHeader } from '@/components/plugin'
import { pluginGetStaticProps } from '@/lib/plugin-get-static-props'
export const getStaticProps = pluginGetStaticProps(__filename)

<PluginHeader />
<PluginApiDocs />

0 comments on commit 19e6686

Please sign in to comment.