mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 06:54:02 +01:00
Generate API docs with vuepress-plugin-typedoc (#8755)
* Generate API docs with vuepress-plugin-typedoc * Links, fixes, cleanup
This commit is contained in:
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
@@ -45,7 +45,7 @@ template: |
|
||||
* [npm](https://www.npmjs.com/package/chart.js)
|
||||
* [Migration guide](https://www.chartjs.org/docs/next/getting-started/v3-migration)
|
||||
* [Docs](https://www.chartjs.org/docs/next/)
|
||||
* [API](https://www.chartjs.org/docs/next/typedoc/)
|
||||
* [API](https://www.chartjs.org/docs/next/api/)
|
||||
* [Samples](https://www.chartjs.org/samples/next/)
|
||||
|
||||
$CHANGES
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -71,7 +71,6 @@ jobs:
|
||||
if: steps.changes.outputs.docs == 'true'
|
||||
run: |
|
||||
npm run docs
|
||||
npm run typedoc
|
||||
npm pack
|
||||
- name: Coveralls Parallel - Chrome
|
||||
if: steps.changes.outputs.src == 'true'
|
||||
|
||||
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
npm run build
|
||||
./scripts/docs-config.sh "master"
|
||||
npm run docs
|
||||
npm run typedoc
|
||||
npm pack
|
||||
./scripts/deploy-docs.sh "master"
|
||||
env:
|
||||
|
||||
1
.github/workflows/npmpublish.yml
vendored
1
.github/workflows/npmpublish.yml
vendored
@@ -47,7 +47,6 @@ jobs:
|
||||
npm run build
|
||||
./scripts/docs-config.sh "${VERSION}"
|
||||
npm run docs
|
||||
npm run typedoc
|
||||
npm pack
|
||||
env:
|
||||
VERSION: ${{ needs.setup.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user