mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix verify-docs error (#4045)
This commit is contained in:
parent
03c1710432
commit
d2203b3a30
8
Makefile
8
Makefile
@ -122,6 +122,8 @@ clean-npm:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-npm clean-extensions
|
clean: clean-npm clean-extensions
|
||||||
rm -rf binaries/client
|
rm -rf binaries/client
|
||||||
rm -rf dist/*
|
rm -rf dist
|
||||||
rm -rf static/build/*
|
rm -rf static/build
|
||||||
rm -rf node_modules/
|
rm -rf node_modules
|
||||||
|
rm -rf site
|
||||||
|
rm -rf docs/extensions/api
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
## APIs
|
## APIs
|
||||||
|
|
||||||
- [Common](modules/common.md)
|
- [Common](modules/Common.md)
|
||||||
- [Main](modules/main.md)
|
- [Main](modules/Main.md)
|
||||||
- [Renderer](modules/renderer.md)
|
- [Renderer](modules/Renderer.md)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user