mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
downgrade typedoc markdown plugin
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
390093abe3
commit
8d7f67e7c3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
||||||
pip install mkdocs-git-revision-date-localized-plugin mike
|
pip install mike
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout Release from lens
|
- name: Checkout Release from lens
|
||||||
@ -44,8 +44,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn typedocs-extensions-api
|
yarn typedocs-extensions-api
|
||||||
for filename in docs/extensions/api/**/*.md; do [ -e "$filename" ] || continue; sed -i '1s/^/---\ntitle: API Reference\n---\n/' $filename; done
|
|
||||||
|
|
||||||
|
|
||||||
- name: mkdocs deploy latest
|
- name: mkdocs deploy latest
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
# Extension API Reference
|
# Extension API Reference
|
||||||
|
|
||||||
## Index
|
## Modules
|
||||||
|
|
||||||
### Modules
|
|
||||||
|
|
||||||
* [App](modules/_core_api_app_.md)
|
* [App](modules/_core_api_app_.md)
|
||||||
* [ClusterFeature](modules/_core_api_cluster_feature_.md)
|
* [ClusterFeature](modules/_core_api_cluster_feature_.md)
|
||||||
@ -13,17 +11,11 @@
|
|||||||
* [K8sApi](modules/_renderer_api_k8s_api_.md)
|
* [K8sApi](modules/_renderer_api_k8s_api_.md)
|
||||||
* [Navigation](modules/_renderer_api_navigation_.md)
|
* [Navigation](modules/_renderer_api_navigation_.md)
|
||||||
|
|
||||||
### Classes
|
## Classes
|
||||||
|
|
||||||
* [LensMainExtension](classes/lensmainextension.md)
|
* [LensMainExtension](classes/lensmainextension.md)
|
||||||
* [LensRendererExtension](classes/lensrendererextension.md)
|
* [LensRendererExtension](classes/lensrendererextension.md)
|
||||||
|
|
||||||
### Variables
|
|
||||||
|
|
||||||
* [windowManager](README.md#windowmanager)
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
### windowManager
|
* [windowManager](README.md#windowmanager)
|
||||||
|
|
||||||
• `Let` **windowManager**: WindowManager
|
|
||||||
|
|||||||
@ -382,7 +382,7 @@
|
|||||||
"ts-node": "^8.10.2",
|
"ts-node": "^8.10.2",
|
||||||
"type-fest": "^0.18.0",
|
"type-fest": "^0.18.0",
|
||||||
"typedoc": "0.17.0-3",
|
"typedoc": "0.17.0-3",
|
||||||
"typedoc-plugin-markdown": "^3.0.11",
|
"typedoc-plugin-markdown": "^2.4.0",
|
||||||
"typeface-roboto": "^0.0.75",
|
"typeface-roboto": "^0.0.75",
|
||||||
"typescript": "^4.0.2",
|
"typescript": "^4.0.2",
|
||||||
"url-loader": "^4.1.0",
|
"url-loader": "^4.1.0",
|
||||||
|
|||||||
@ -14202,11 +14202,12 @@ typedoc-default-themes@0.8.0-0:
|
|||||||
lunr "^2.3.8"
|
lunr "^2.3.8"
|
||||||
underscore "^1.9.1"
|
underscore "^1.9.1"
|
||||||
|
|
||||||
typedoc-plugin-markdown@^3.0.11:
|
typedoc-plugin-markdown@^2.4.0:
|
||||||
version "3.0.11"
|
version "2.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.0.11.tgz#358c32f4a0086c1dd2da7f56c4b46ade8a63204b"
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.4.2.tgz#2d83fe4f279643436ebc44ca2f937855b0fd9f12"
|
||||||
integrity sha512-/BE/PqnIVbQJ525czM+T3CVaA1gVN9X1Le100z8TV/Lze8LZVkuAUiHRIgw9BKYFm9IQaB88W55k4EV6uUVwYQ==
|
integrity sha512-BBH+9/Uq5XbsqfzCDl8Jq4iaLXRMXRuAHZRFarAZX7df8+F3vUjDx/WHWoWqbZ/XUFzduLC2Iuy2qwsJX8SQ7A==
|
||||||
dependencies:
|
dependencies:
|
||||||
|
fs-extra "^9.0.1"
|
||||||
handlebars "^4.7.6"
|
handlebars "^4.7.6"
|
||||||
|
|
||||||
typedoc@0.17.0-3:
|
typedoc@0.17.0-3:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user