Skip to content

Commit

Permalink
improve css and html architecture docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 1, 2023
1 parent 9111585 commit 2e9ecbf
Show file tree
Hide file tree
Showing 12 changed files with 623 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ vuepress-temp


/scripts/**/*.js
.env

sitemap.xml
robots.txt
Expand Down
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"vnode",
"vuepress",
"xmldocmd",
"docsearch"
"docsearch",
"gapi",
"keyvault"
],
"ignoreWords": ["datagrid"],
"ignorePaths": ["**/test-data", "**/demo-data", "**tsconfig**", "./typedoc-out.json", "**/pnpm-lock.yaml"]
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,10 @@
"check-upgrade-all": "clear && ncu",
"prepare": "husky install && chmod ug+x .husky/*",
"compile-readme": "./scripts/readme-compile/markdown-include.cjs",
"typedoc-compile-plugin": "pnpm exec tsc --project ./scripts/typedoc/tsconfig.typedoc-vue.json",
"typedoc-gen": "pnpm exec typedoc --options ./scripts/typedoc/typedoc.json",
"typedoc": "pnpm run build && pnpm typedoc-compile-plugin && pnpm typedoc-gen",
"typedoc": "pnpm run build && pnpm exec tsc --project ./scripts/typedoc/tsconfig.typedoc-vue.json && pnpm exec typedoc --options ./scripts/typedoc/typedoc.json",
"spellcheck": "pnpm cspell .",
"compile-dotnet-doc-download": "pnpm exec tsc --project ./scripts/dotnet-doc-download/tsconfig.dotnet-doc-download.json",
"dotnet-doc-download": "node ./scripts/dotnet-doc-download/dotnet-doc-download.js",
"dotnet-doc": "pnpm compile-dotnet-doc-download && pnpm dotnet-doc-download",
"dotnet-doc": "pnpm exec tsc --project ./scripts/dotnet-doc-download/tsconfig.dotnet-doc-download.json && node ./scripts/dotnet-doc-download/dotnet-doc-download.js",
"request-index": "pnpm exec tsc --project ./scripts/request-index/tsconfig.request-index.json && node ./scripts/request-index/request-index.js",
"docs:dev": "pnpm run --filter './vuepress' dev",
"docs:build": "pnpm run --filter './vuepress' build",
"dev-app:dev": "pnpm run --filter './dev-app' dev",
Expand All @@ -77,6 +74,8 @@
"vue": ">=3.3.0"
},
"devDependencies": {
"@azure/identity": "^4.0.0",
"@azure/keyvault-secrets": "^4.7.0",
"@babel/types": "^7.23.4",
"@tsconfig/node18": "^18.2.2",
"@types/adm-zip": "^0.5.5",
Expand All @@ -86,6 +85,8 @@
"@vue/tsconfig": "^0.4.0",
"adm-zip": "^0.5.10",
"cspell": "^8.0.0",
"dotenv": "^16.3.1",
"googleapis": "^129.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"markdown-include": "^0.4.3",
Expand Down
Loading

0 comments on commit 2e9ecbf

Please sign in to comment.