docs: update generated doc config
achingbrain committed
May 24, 2025 at 10:04 UTC
fddaa87f25c70e39a993b766bc2a3ceacad120b8
6 files changed
+10
-2
README.md
+1
-1
@@ -1,4 +1,4 @@
1
-# js-libp2p-inspector
1
+# @ipshipyard/libp2p-inspector
2
3
[](https://codecov.io/gh/ipshipyard/js-libp2p-inspector)
4
[](https://github.com/ipshipyard/js-libp2p-inspector/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
packages/libp2p-devtools/typedoc.json
+1
@@ -1,4 +1,5 @@
1
{
2
+ "readme": "none",
3
"entryPoints": [
4
"./src/index.ts"
5
]
packages/libp2p-inspector-metrics/typedoc.json
+1
@@ -1,4 +1,5 @@
1
{
2
+ "readme": "none",
3
"entryPoints": [
4
"./src/index.ts"
5
]
packages/libp2p-inspector-ui/typedoc.json
+1
@@ -1,4 +1,5 @@
1
{
2
+ "readme": "none",
3
"entryPoints": [
4
"./src/index.ts"
5
]
packages/libp2p-inspector/typedoc.json
+1
@@ -1,4 +1,5 @@
1
{
2
+ "readme": "none",
3
"entryPoints": [
4
"./src/index.ts"
5
]
typedoc.json
+5
-1
@@ -2,6 +2,10 @@
2
"$schema": "https://typedoc.org/schema.json",
3
"name": "@ipshipyard/libp2p-inspector",
4
"readme": "./README.md",
5
+ "headings": {
6
+ "readme": false,
7
+ "document": false
8
+ },
9
"hideGenerator": true,
6
- "customFooterHtml": "With ❤️ from <a href='https://ipshipyard.com/' target='_blank' rel='noreferrer'>IP Shipyard</a>"
10
+ "customFooterHtml": "With ❤️ from <a href='https://ipshipyard.com/' target='_blank' rel='noreferrer'>Shipyard</a>"
11
}