Skip to content

Commit

Permalink
Write frontend docs for all components in an appealing form factor.
Browse files Browse the repository at this point in the history
Fixes #347
  • Loading branch information
KarelJanVanHaute committed Jun 25, 2024
1 parent 3386358 commit cef56f0
Show file tree
Hide file tree
Showing 40 changed files with 31,379 additions and 30 deletions.
17 changes: 0 additions & 17 deletions docs/.vitepress/theme/index.ts

This file was deleted.

17 changes: 17 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "docs",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"docs:dev": "vitepress dev src",
"docs:build": "vitepress build src",
"docs:preview": "vitepress preview src"
},
"devDependencies": {
"@whyframe/core": "^0.1.11",
"@whyframe/vue": "^0.1.7",
"vitepress": "^1.2.3"
}
}
61 changes: 61 additions & 0 deletions docs/src/.vitepress/cache/deps/@whyframe_core_utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/src/.vitepress/cache/deps/@whyframe_core_utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions docs/src/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"hash": "27e0d9f9",
"configHash": "192a2d0e",
"lockfileHash": "503b3a41",
"browserHash": "bc4445d1",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "328c8083",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "bc55f652",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "379206ee",
"needsInterop": false
},
"@whyframe/core/utils": {
"src": "../../../../node_modules/@whyframe/core/src/utils.js",
"file": "@whyframe_core_utils.js",
"fileHash": "f392362a",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "9b53b4fb",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "64d3f4b7",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "513d5a55",
"needsInterop": false
}
},
"chunks": {
"chunk-B2WI2LE3": {
"file": "chunk-B2WI2LE3.js"
},
"chunk-BJ3OZQ3N": {
"file": "chunk-BJ3OZQ3N.js"
}
}
}
Loading

0 comments on commit cef56f0

Please sign in to comment.