From c21a051ea5b057a98b21416dcd13016a1ea66e8c Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 14 Aug 2025 09:39:57 -0700 Subject: [PATCH] monolith: add page (#17660) * Create monolith.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/monolith.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/monolith.md diff --git a/pages/common/monolith.md b/pages/common/monolith.md new file mode 100644 index 0000000000..ca7d5a9596 --- /dev/null +++ b/pages/common/monolith.md @@ -0,0 +1,36 @@ +# monolith + +> Save a web page as a single HTML file. +> More information: . + +- Save a webpage as a single HTML file: + +`monolith {{url}}` + +- Save a webpage as a single HTML file, excluding audio: + +`monolith {{url}} {{[-a|--no-audio]}}` + +- Save a webpage as a single HTML file, excluding CSS: + +`monolith {{url}} {{[-c|--no-css]}}` + +- Save a webpage as a single HTML file, excluding images: + +`monolith {{url}} {{[-i|--no-images]}}` + +- Save a webpage as a single HTML file, excluding videos: + +`monolith {{url}} {{[-v|--no-video]}}` + +- Save a webpage as a single HTML file, excluding JavaScript: + +`monolith {{url}} {{[-j|--no-js]}}` + +- Save a webpage as a single HTML file, accepting invalid TLS certificates: + +`monolith {{url}} {{[-k|--insecure]}}` + +- Save a webpage as a single HTML file, specifying a specific output file: + +`monolith {{url}} {{[-o|--output]}} {{path/to/file.html}}`