We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6ef56 commit 2421601Copy full SHA for 2421601
1 file changed
package.json
@@ -4,7 +4,9 @@
4
"description": "Redpanda documentation",
5
"license": "ISC",
6
"scripts": {
7
+ "clean": "rm -rf docs .cache",
8
"build": "antora --to-dir docs --fetch local-antora-playbook.yml",
9
+ "build:clean": "npm run clean && npm run build",
10
"serve": "wds --node-resolve --open / --watch --root-dir docs --port 5002",
11
"start": "cross-env-shell LIVERELOAD=true npx gulp",
12
"test-quickstart": "cd tests/setup-tests && npx doc-detective --input ../../modules/get-started/pages/quick-start.adoc -l debug",
0 commit comments