Skip to content

Commit b296e45

Browse files
authored
docs: move rendered docs (#1029)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 994480f commit b296e45

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# rendered api docs
12
/api/
3+
24
/_build/
5+
/.venv/

docs/api.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ API Reference
44
For Node
55
--------
66

7-
See the rendered `TypeDoc for Node API <api_node/index.html>`_
7+
See the `rendered TypeDoc for Node <typedoc/node/index.html>`_
88

99
For Web
1010
-------
1111

12-
See the rendered `TypeDoc for Web API <api_web/index.html>`_
13-
12+
See the `rendered TypeDoc for Web <typedoc/web/index.html>`_

typedoc.node.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"extends": ["./typedoc.json"],
44
"entryPoints": ["src/index.node.ts"],
55
"name": "CycloneDX JavaScript Library - Node",
6-
"out": "docs/api/api_node/"
6+
"out": "docs/api/typedoc/node/"
77
}

typedoc.web.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"extends": ["./typedoc.json"],
44
"entryPoints": ["src/index.web.ts"],
55
"name": "CycloneDX JavaScript Library - Web",
6-
"out": "docs/api/api_web/"
6+
"out": "docs/api/typedoc/web/"
77
}

0 commit comments

Comments
 (0)