@backstage/plugin-techdocs 0.0.0-nightly-20260125025906 → 0.0.0-nightly-20260127025640
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -10
- package/dist/alpha.d.ts +4 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260127025640
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 9e29545: Improve sidebars (nav/TOC) layout and scrolling
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
10
|
-
- @backstage/frontend-plugin-api@0.
|
|
11
|
-
- @backstage/
|
|
9
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20260127025640
|
|
10
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260127025640
|
|
11
|
+
- @backstage/core-components@0.0.0-nightly-20260127025640
|
|
12
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260127025640
|
|
13
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20260127025640
|
|
14
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20260127025640
|
|
12
15
|
- @backstage/catalog-client@1.12.1
|
|
13
16
|
- @backstage/catalog-model@1.7.6
|
|
14
17
|
- @backstage/config@1.3.6
|
|
15
|
-
- @backstage/core-components@0.18.5
|
|
16
|
-
- @backstage/core-plugin-api@1.12.1
|
|
17
18
|
- @backstage/errors@1.2.7
|
|
18
19
|
- @backstage/integration@1.19.2
|
|
19
|
-
- @backstage/integration-react@
|
|
20
|
+
- @backstage/integration-react@0.0.0-nightly-20260127025640
|
|
20
21
|
- @backstage/theme@0.7.1
|
|
21
|
-
- @backstage/plugin-auth-react@0.
|
|
22
|
-
- @backstage/plugin-search-common@
|
|
22
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20260127025640
|
|
23
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20260127025640
|
|
23
24
|
- @backstage/plugin-techdocs-common@0.1.1
|
|
24
|
-
- @backstage/plugin-techdocs-react@1.3.7
|
|
25
25
|
|
|
26
26
|
## 1.16.2
|
|
27
27
|
|
package/dist/alpha.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
71
71
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
72
72
|
singleton: boolean;
|
|
73
73
|
optional: boolean;
|
|
74
|
+
internal?: boolean;
|
|
74
75
|
}>;
|
|
75
76
|
};
|
|
76
77
|
params: never;
|
|
@@ -103,12 +104,14 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
103
104
|
addons: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_techdocs_react.TechDocsAddonOptions, "techdocs.addon", {}>, {
|
|
104
105
|
singleton: false;
|
|
105
106
|
optional: false;
|
|
107
|
+
internal: false;
|
|
106
108
|
}>;
|
|
107
109
|
emptyState: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {
|
|
108
110
|
optional: true;
|
|
109
111
|
}>, {
|
|
110
112
|
singleton: true;
|
|
111
113
|
optional: true;
|
|
114
|
+
internal: false;
|
|
112
115
|
}>;
|
|
113
116
|
};
|
|
114
117
|
kind: "entity-content";
|
|
@@ -200,6 +203,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
200
203
|
addons: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_techdocs_react.TechDocsAddonOptions, "techdocs.addon", {}>, {
|
|
201
204
|
singleton: false;
|
|
202
205
|
optional: false;
|
|
206
|
+
internal: false;
|
|
203
207
|
}>;
|
|
204
208
|
};
|
|
205
209
|
kind: "page";
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-techdocs";
|
|
2
|
-
var version = "0.0.0-nightly-
|
|
2
|
+
var version = "0.0.0-nightly-20260127025640";
|
|
3
3
|
var description = "The Backstage plugin that renders technical documentation for your components";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260127025640",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -74,18 +74,18 @@
|
|
|
74
74
|
"@backstage/catalog-client": "1.12.1",
|
|
75
75
|
"@backstage/catalog-model": "1.7.6",
|
|
76
76
|
"@backstage/config": "1.3.6",
|
|
77
|
-
"@backstage/core-components": "0.
|
|
78
|
-
"@backstage/core-plugin-api": "
|
|
77
|
+
"@backstage/core-components": "0.0.0-nightly-20260127025640",
|
|
78
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260127025640",
|
|
79
79
|
"@backstage/errors": "1.2.7",
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260127025640",
|
|
81
81
|
"@backstage/integration": "1.19.2",
|
|
82
|
-
"@backstage/integration-react": "
|
|
83
|
-
"@backstage/plugin-auth-react": "0.
|
|
84
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-search-common": "
|
|
86
|
-
"@backstage/plugin-search-react": "
|
|
82
|
+
"@backstage/integration-react": "0.0.0-nightly-20260127025640",
|
|
83
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20260127025640",
|
|
84
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20260127025640",
|
|
85
|
+
"@backstage/plugin-search-common": "0.0.0-nightly-20260127025640",
|
|
86
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20260127025640",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "
|
|
88
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20260127025640",
|
|
89
89
|
"@backstage/theme": "0.7.1",
|
|
90
90
|
"@material-ui/core": "^4.12.2",
|
|
91
91
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"react-use": "^17.2.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
103
|
-
"@backstage/core-app-api": "
|
|
104
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
105
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
106
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "
|
|
107
|
-
"@backstage/test-utils": "
|
|
102
|
+
"@backstage/cli": "0.0.0-nightly-20260127025640",
|
|
103
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260127025640",
|
|
104
|
+
"@backstage/dev-utils": "0.0.0-nightly-20260127025640",
|
|
105
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20260127025640",
|
|
106
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260127025640",
|
|
107
|
+
"@backstage/test-utils": "0.0.0-nightly-20260127025640",
|
|
108
108
|
"@testing-library/dom": "^10.0.0",
|
|
109
109
|
"@testing-library/jest-dom": "^6.0.0",
|
|
110
110
|
"@testing-library/react": "^16.0.0",
|