Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/pages/pricing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Read the Docs - Pricing
template: readthedocs/pricing
save_as: pricing.html
status: hidden
description: Read the Docs - Pricing
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/js/index.js",
"scripts": {
"clean": "npm run clean-assets && npm run clean-html",
"clean-assets": "rm -rfv readthedocs-theme/static/*; exit 0",
"clean-assets": "rm -rfv readthedocs-theme/static/{css,js}; exit 0",
"clean-html": "rm -rfv output/*; exit 0",
"build": "npm run build-assets && npm run build-html",
"build-assets": "npm run clean-assets && webpack --mode=production --progress --colors",
Expand Down
Loading