Skip to content

Commit

Permalink
docs: streamline automatically generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Oct 7, 2023
1 parent 8fa7598 commit 679f225
Show file tree
Hide file tree
Showing 220 changed files with 6 additions and 30,509 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-docs-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
args=()
[[ "${{ inputs.version-override }}" != "" ]] && args+=( '--version-override=${{ inputs.version-override }}' )
[[ "${{ inputs.version-override }}" != "" ]] && args+=( '--git-revision-override=v${{ inputs.version-override }}' )
rm -rf www/docs/API/
npm run docs:build:version "${args[@]}"
npm run docs:version "${args[@]}"
npm run format
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/push-docs-build-commit.yml

This file was deleted.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */

/* Modules */
"module": "commonjs" /* Specify what module code is generated. */,
"module": "Node16" /* Specify what module code is generated. */,
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node16" /* Specify how TypeScript looks up a file from a given module specifier. */,
// "moduleResolution": "Node16" /* Specify how TypeScript looks up a file from a given module specifier. */,
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
Expand Down
2 changes: 2 additions & 0 deletions www/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Generated files
.docusaurus
.cache-loader
/docs/API/*
!/docs/API/.gitkeep

# Misc
.DS_Store
Expand Down
Empty file added www/docs/API/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion www/docs/API/_category_.yml

This file was deleted.

Loading

0 comments on commit 679f225

Please sign in to comment.