Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Headlamp
Commits
9187369c
Commit
9187369c
authored
3 years ago
by
René Dudfield
Browse files
Options
Download
Email Patches
Plain Diff
frontend: Update dep typedoc-plugin-markdown 3.11.14
Also update the generated docs.
parent
04287ec2
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
docs/development/api/classes/plugin_lib.Headlamp.md
+1
-1
docs/development/api/classes/plugin_lib.Headlamp.md
docs/development/api/classes/plugin_lib.Plugin.md
+1
-1
docs/development/api/classes/plugin_lib.Plugin.md
docs/development/api/classes/plugin_registry.default.md
+5
-5
docs/development/api/classes/plugin_registry.default.md
docs/development/api/interfaces/lib_util.FilterState.md
+2
-2
docs/development/api/interfaces/lib_util.FilterState.md
docs/development/api/modules/lib_k8s.md
+5
-5
docs/development/api/modules/lib_k8s.md
docs/development/api/modules/lib_util.md
+13
-13
docs/development/api/modules/lib_util.md
docs/development/api/modules/plugin_registry.md
+1
-1
docs/development/api/modules/plugin_registry.md
frontend/package-lock.json
+16
-8
frontend/package-lock.json
frontend/package.json
+1
-1
frontend/package.json
with
45 additions
and
37 deletions
+45
-37
docs/development/api/classes/plugin_lib.Headlamp.md
+
1
-
1
View file @
9187369c
...
...
@@ -50,4 +50,4 @@ Headlamp.registerPlugin("aPluginIdString", myPlugin)
#### Defined in
[
plugin/lib.ts:134
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/lib.ts#L134
)
[
plugin/lib.ts:134
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/lib.ts#L134
)
This diff is collapsed.
Click to expand it.
docs/development/api/classes/plugin_lib.Plugin.md
+
1
-
1
View file @
9187369c
...
...
@@ -38,4 +38,4 @@ initialize is called for each plugin with a Registry which gives the plugin meth
#### Defined in
[
plugin/lib.ts:94
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/lib.ts#L94
)
[
plugin/lib.ts:94
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/lib.ts#L94
)
This diff is collapsed.
Click to expand it.
docs/development/api/classes/plugin_registry.default.md
+
5
-
5
View file @
9187369c
...
...
@@ -39,7 +39,7 @@ register.registerAppBarAction('monitor', () => <MonitorLink /> );
#### Defined in
[
plugin/registry.tsx:110
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L110
)
[
plugin/registry.tsx:110
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L110
)
__
_
...
...
@@ -70,7 +70,7 @@ register.registerDetailsViewHeaderAction('traces', (props) =>
#### Defined in
[
plugin/registry.tsx:91
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L91
)
[
plugin/registry.tsx:91
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L91
)
__
_
...
...
@@ -99,7 +99,7 @@ register.registerDetailsViewSection("biolatency", (resource: KubeObject) => { ti
#### Defined in
[
plugin/registry.tsx:126
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L126
)
[
plugin/registry.tsx:126
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L126
)
__
_
...
...
@@ -135,7 +135,7 @@ register.registerRoute({
#### Defined in
[
plugin/registry.tsx:72
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L72
)
[
plugin/registry.tsx:72
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L72
)
__
_
...
...
@@ -168,4 +168,4 @@ registerSidebarItem('cluster', 'traces', 'Traces', '/traces');
#### Defined in
[
plugin/registry.tsx:35
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L35
)
[
plugin/registry.tsx:35
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L35
)
This diff is collapsed.
Click to expand it.
docs/development/api/interfaces/lib_util.FilterState.md
+
2
-
2
View file @
9187369c
...
...
@@ -14,7 +14,7 @@ slug: "lib_util.FilterState"
#### Defined in
[
lib/util.ts:81
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L81
)
[
lib/util.ts:81
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L81
)
__
_
...
...
@@ -24,4 +24,4 @@ ___
#### Defined in
[
lib/util.ts:82
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L82
)
[
lib/util.ts:82
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L82
)
This diff is collapsed.
Click to expand it.
docs/development/api/modules/lib_k8s.md
+
5
-
5
View file @
9187369c
...
...
@@ -16,7 +16,7 @@ slug: "lib_k8s"
#### Defined in
[
lib/k8s/index.ts:73
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/k8s/index.ts#L73
)
[
lib/k8s/index.ts:73
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/k8s/index.ts#L73
)
## Functions
...
...
@@ -30,7 +30,7 @@ slug: "lib_k8s"
#### Defined in
[
lib/k8s/index.ts:145
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/k8s/index.ts#L145
)
[
lib/k8s/index.ts:145
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/k8s/index.ts#L145
)
__
_
...
...
@@ -44,7 +44,7 @@ ___
#### Defined in
[
lib/k8s/index.ts:128
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/k8s/index.ts#L128
)
[
lib/k8s/index.ts:128
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/k8s/index.ts#L128
)
__
_
...
...
@@ -58,7 +58,7 @@ ___
#### Defined in
[
lib/k8s/index.ts:80
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/k8s/index.ts#L80
)
[
lib/k8s/index.ts:80
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/k8s/index.ts#L80
)
__
_
...
...
@@ -78,4 +78,4 @@ ___
#### Defined in
[
lib/k8s/index.ts:151
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/k8s/index.ts#L151
)
[
lib/k8s/index.ts:151
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/k8s/index.ts#L151
)
This diff is collapsed.
Click to expand it.
docs/development/api/modules/lib_util.md
+
13
-
13
View file @
9187369c
...
...
@@ -16,7 +16,7 @@ slug: "lib_util"
#### Defined in
[
lib/util.ts:18
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L18
)
[
lib/util.ts:18
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L18
)
## Functions
...
...
@@ -38,7 +38,7 @@ slug: "lib_util"
#### Defined in
[
lib/util.ts:85
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L85
)
[
lib/util.ts:85
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L85
)
__
_
...
...
@@ -52,7 +52,7 @@ ___
#### Defined in
[
lib/util.ts:153
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L153
)
[
lib/util.ts:153
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L153
)
__
_
...
...
@@ -72,7 +72,7 @@ ___
#### Defined in
[
lib/util.ts:145
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L145
)
[
lib/util.ts:145
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L145
)
__
_
...
...
@@ -93,7 +93,7 @@ ___
#### Defined in
[
lib/util.ts:34
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L34
)
[
lib/util.ts:34
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L34
)
__
_
...
...
@@ -113,7 +113,7 @@ ___
#### Defined in
[
lib/util.ts:43
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L43
)
[
lib/util.ts:43
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L43
)
__
_
...
...
@@ -135,7 +135,7 @@ ___
#### Defined in
[
lib/util.ts:61
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L61
)
[
lib/util.ts:61
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L61
)
__
_
...
...
@@ -156,7 +156,7 @@ ___
#### Defined in
[
lib/util.ts:51
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L51
)
[
lib/util.ts:51
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L51
)
__
_
...
...
@@ -176,7 +176,7 @@ ___
#### Defined in
[
lib/util.ts:47
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L47
)
[
lib/util.ts:47
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L47
)
__
_
...
...
@@ -196,7 +196,7 @@ ___
#### Defined in
[
lib/util.ts:26
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L26
)
[
lib/util.ts:26
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L26
)
__
_
...
...
@@ -216,7 +216,7 @@ ___
#### Defined in
[
lib/util.ts:22
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L22
)
[
lib/util.ts:22
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L22
)
__
_
...
...
@@ -236,7 +236,7 @@ ___
#### Defined in
[
lib/util.ts:165
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L165
)
[
lib/util.ts:165
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L165
)
__
_
...
...
@@ -268,4 +268,4 @@ ___
#### Defined in
[
lib/util.ts:140
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/lib/util.ts#L140
)
[
lib/util.ts:140
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/lib/util.ts#L140
)
This diff is collapsed.
Click to expand it.
docs/development/api/modules/plugin_registry.md
+
1
-
1
View file @
9187369c
...
...
@@ -30,4 +30,4 @@ slug: "plugin_registry"
#### Defined in
[
plugin/registry.tsx:17
](
https://github.com/kinvolk/headlamp/blob/
ab45ff9
/frontend/src/plugin/registry.tsx#L17
)
[
plugin/registry.tsx:17
](
https://github.com/kinvolk/headlamp/blob/
d0c9391
/frontend/src/plugin/registry.tsx#L17
)
This diff is collapsed.
Click to expand it.
frontend/package-lock.json
+
16
-
8
View file @
9187369c
...
...
@@ -87,7 +87,7 @@
"prettier": "^2.4.1",
"typedoc": "^0.22.10",
"typedoc-hugo-theme": "^1.0.0",
"typedoc-plugin-markdown": "^3.11.1
1
"
"typedoc-plugin-markdown": "^3.11.1
4
"
}
},
"node_modules/@apidevtools/json-schema-ref-parser": {
...
...
@@ -11451,6 +11451,7 @@
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"devOptional": true,
"engines": {
"node": ">=8"
}
...
...
@@ -12600,6 +12601,7 @@
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
"integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
"devOptional": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
...
...
@@ -19354,6 +19356,7 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"devOptional": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
...
...
@@ -27430,6 +27433,7 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"devOptional": true,
"dependencies": {
"picomatch": "^2.2.1"
},
...
...
@@ -31126,9 +31130,9 @@
}
},
"node_modules/typedoc-plugin-markdown": {
"version": "3.11.1
1
",
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.1
1
.tgz",
"integrity": "sha512-
LyephgG2yHiSqJppuDVKy3dPLSbzP+ke/VBxGvH4I/+31NXzuEhLFhxx/X4UMqzh2XbUB44ttABtGd11biKr
4Q==",
"version": "3.11.1
4
",
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.1
4
.tgz",
"integrity": "sha512-
lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef
4Q==",
"dev": true,
"dependencies": {
"handlebars": "^4.7.7"
...
...
@@ -42368,7 +42372,8 @@
"binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"devOptional": true
},
"bindings": {
"version": "1.5.0",
...
...
@@ -43258,6 +43263,7 @@
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
"integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
"devOptional": true,
"requires": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
...
...
@@ -48558,6 +48564,7 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"devOptional": true,
"requires": {
"binary-extensions": "^2.0.0"
}
...
...
@@ -54782,6 +54789,7 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"devOptional": true,
"requires": {
"picomatch": "^2.2.1"
}
...
...
@@ -57701,9 +57709,9 @@
"requires": {}
},
"typedoc-plugin-markdown": {
"version": "3.11.1
1
",
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.1
1
.tgz",
"integrity": "sha512-
LyephgG2yHiSqJppuDVKy3dPLSbzP+ke/VBxGvH4I/+31NXzuEhLFhxx/X4UMqzh2XbUB44ttABtGd11biKr
4Q==",
"version": "3.11.1
4
",
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.1
4
.tgz",
"integrity": "sha512-
lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef
4Q==",
"dev": true,
"requires": {
"handlebars": "^4.7.7"
This diff is collapsed.
Click to expand it.
frontend/package.json
+
1
-
1
View file @
9187369c
...
...
@@ -167,6 +167,6 @@
"prettier"
:
"^2.4.1"
,
"typedoc"
:
"^0.22.10"
,
"typedoc-hugo-theme"
:
"^1.0.0"
,
"typedoc-plugin-markdown"
:
"^3.11.1
1
"
"typedoc-plugin-markdown"
:
"^3.11.1
4
"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment