Skip to content

Commit

Permalink
Merge pull request #2698 from GabrielBdeC/fix/docs
Browse files Browse the repository at this point in the history
fix: typedocs
  • Loading branch information
orkestral committed Apr 8, 2024
2 parents b3d5313 + cefdd99 commit cb5102e
Show file tree
Hide file tree
Showing 43 changed files with 15 additions and 1,592 deletions.
39 changes: 5 additions & 34 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "shx rm -rf session dist",
"commit": "cz",
"fix:doc-theme": "shx cp ./node_modules/typedoc-default-themes/bin/default/partials/type.hbs ./node_modules/typedoc-plugin-pages/dist/theme/v2/partials/type.hbs",
"fix:imports": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\" && npm run lint:fix",
"generate-api-docs": "npm run fix:doc-theme && typedoc",
"generate-api-docs": "typedoc",
"lint:js": "npx eslint -c .eslintrc.cjs --ext .js src",
"lint:ts": "npx eslint -c .eslintrc.cjs --ext .ts src",
"lint": "npm run lint:ts && npm run lint:js",
Expand Down Expand Up @@ -109,9 +108,8 @@
"release-it": "^16.1.0",
"shx": "^0.3.4",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.7",
"typedoc": "^0.25.12",
"typedoc-default-themes": "^0.12.10",
"typedoc-plugin-pages": "^1.1.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.0.1"
Expand Down
25 changes: 2 additions & 23 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,6 @@
"excludeProtected": true,
"includeVersion": true,
"out": "api-docs",
"theme": "pages-plugin",
"media": "media",
"pages": {
"groups": [
{
"title": "Getting Started",
"pages": [
{
"title": "Installation",
"source": "./docs/getting-started/installation.md"
},
{
"title": "Creating a Client",
"source": "./docs/getting-started/creating-client.md"
},
{
"title": "Basic Functions",
"source": "./docs/getting-started/basic-functions.md"
}
]
}
]
}
"theme": "default",
"media": "media"
}
20 changes: 0 additions & 20 deletions venom-docs/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions venom-docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions venom-docs/babel.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions venom-docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions venom-docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions venom-docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions venom-docs/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions venom-docs/blog/authors.yml

This file was deleted.

47 changes: 0 additions & 47 deletions venom-docs/docs/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions venom-docs/docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions venom-docs/docs/tutorial-basics/congratulations.md

This file was deleted.

Loading

0 comments on commit cb5102e

Please sign in to comment.