mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-16 03:21:01 +03:00
Example
This commit is contained in:
parent
c35cfe7370
commit
80ddc3d0a1
2
.github/workflows/deploy-docs-to-pages.yml
vendored
2
.github/workflows/deploy-docs-to-pages.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Install typedoc
|
- name: Install typedoc
|
||||||
run: yarn add -D typedoc@0.26.11
|
run: yarn add -D typedoc@0.26.11 typedoc-plugin-include-example@1.4.1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn typedoc
|
run: yarn typedoc
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
|
* @includeExample example/main.js
|
||||||
|
*
|
||||||
* @module API
|
* @module API
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -9,4 +9,7 @@
|
|||||||
"excludeReferences": true,
|
"excludeReferences": true,
|
||||||
"out": "./docs/html",
|
"out": "./docs/html",
|
||||||
"projectDocuments": ["docs/documents/*.md"],
|
"projectDocuments": ["docs/documents/*.md"],
|
||||||
|
"plugin": [
|
||||||
|
"typedoc-plugin-include-example"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user