Skip to content

Commit

Permalink
🦄 refactor(dir): move .vitepress dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Apr 19, 2024
1 parent d60d75f commit 4df80ce
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 74 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts → .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export default withPwa(
lang: "zh-CN",
lastUpdated: true,
description: "为一般玩家编写的 Minecraft 崩溃分析指南",
srcDir: "docs",
themeConfig: themeConfig,
cleanUrls: true,

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ provide("toggle-appearance", async ({ clientX: x, clientY: y }: MouseEvent) => {
</script>

<template>
<DefaultTheme.Layout />
<DefaultTheme.Layout />
<!-- <Content /> -->
</template>

<style>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/.vitepress/data/errors.json

This file was deleted.

128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:format": "eslint --ignore-path .gitignore --ext .ts,.vue \"docs/.vitepress/**/*.{ts,vue}\" --fix",
"docs:eslint": "eslint --ignore-path .gitignore --ext .ts,.vue \"docs/.vitepress/**/*.{ts,vue}\"",
"docs:zhlint": "zhlint 'docs/**/*.md' --fix",
"docs:tsc": "tsc --build && vue-tsc --noEmit",
"prepare": "husky install"
},
"name": "mccrash-docs",
"version": "0.0.0",
"description": "Documentation for Minecraft players, help them analyzing their crash reports.",
"main": "index.js",
"type": "module",
"devDependencies": {
"@andatoshiki/vitepress-plugin-nprogress": "^0.0.1",
"@giscus/vue": "^2.4.0",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@vite-pwa/vitepress": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.21.1",
"husky": "^8.0.3",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"tslib": "^2.6.2",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.4",
"vitepress": "1.0.0-rc.41",
"vue": "^3.4.15",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27",
"workbox-window": "^7.0.0",
"zhlint": "^0.7.4"
},
"keywords": [
"Minecraft",
"crash",
"docs"
],
"author": "GlobeMC / 河豚分析",
"license": "GFDL",
"dependencies": {
"@gera2ld/tarjs": "^0.2.2",
"@types/js-cookie": "^3.0.6",
"@types/umami": "^0.1.5",
"@typescript-eslint/parser": "^6.20.0",
"axios": "^1.6.7",
"directory-tree": "^3.5.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"pako": "^2.1.0",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vitepress-plugin-back-to-top": "^1.0.1",
"vitepress-plugin-codeblocks-fold": "^1.2.28",
"vitepress-plugin-comment-with-giscus": "^1.1.12",
"vitepress-plugin-image-viewer": "^1.1.3"
}
}
"scripts": {
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview .",
"docs:format": "eslint --ignore-path .gitignore --ext .ts,.vue \".vitepress/**/*.{ts,vue}\" --fix",
"docs:eslint": "eslint --ignore-path .gitignore --ext .ts,.vue \".vitepress/**/*.{ts,vue}\"",
"docs:zhlint": "zhlint 'docs/**/*.md' --fix",
"docs:tsc": "tsc --build && vue-tsc --noEmit",
"prepare": "husky install"
},
"name": "mccrash-docs",
"version": "0.0.0",
"description": "Documentation for Minecraft players, help them analyzing their crash reports.",
"main": "index.js",
"type": "module",
"devDependencies": {
"@andatoshiki/vitepress-plugin-nprogress": "^0.0.1",
"@giscus/vue": "^2.4.0",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@vite-pwa/vitepress": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.21.1",
"husky": "^8.0.3",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"tslib": "^2.6.2",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.4",
"vitepress": "1.0.0-rc.41",
"vue": "^3.4.15",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27",
"workbox-window": "^7.0.0",
"zhlint": "^0.7.4"
},
"keywords": [
"Minecraft",
"crash",
"docs"
],
"author": "GlobeMC / 河豚分析",
"license": "GFDL",
"dependencies": {
"@gera2ld/tarjs": "^0.2.2",
"@types/js-cookie": "^3.0.6",
"@types/umami": "^0.1.5",
"@typescript-eslint/parser": "^6.20.0",
"axios": "^1.6.7",
"directory-tree": "^3.5.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"pako": "^2.1.0",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vitepress-plugin-back-to-top": "^1.0.1",
"vitepress-plugin-codeblocks-fold": "^1.2.28",
"vitepress-plugin-comment-with-giscus": "^1.1.12",
"vitepress-plugin-image-viewer": "^1.1.3"
}
}

0 comments on commit 4df80ce

Please sign in to comment.