summaryrefslogtreecommitdiffstats
path: root/docs/content/download/default.yml
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-31 09:52:52 +0900
committerGitHub <noreply@github.com>2023-07-31 09:52:52 +0900
commitc8e28da12973f8844ac0457e2db6ccd56286b34a (patch)
tree614af32689cf652eb7446eb9dfa4f1d91a2f1c97 /docs/content/download/default.yml
parent4af3f99728f924b327b6f455c52452ef0ca09e1a (diff)
Redesign website (#2628)
* Bump up Bootstrap to v5.3.1, Bootstrap Icon to v1.10.5. * Use autoComplete.js to drop dependency on jQuery and typeahead.js. * Support dark mode. * New svg logo and icon with responsive color mode support. * Normalize section ids to lower kebab-case for easiness of linking. * Use relative paths for links for local development (--root /output). * Various markup cleanups and accessibility improvements.
Diffstat (limited to 'docs/content/download/default.yml')
-rw-r--r--docs/content/download/default.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml
index 4f39c612..970f1c85 100644
--- a/docs/content/download/default.yml
+++ b/docs/content/download/default.yml
@@ -196,9 +196,9 @@ body:
#### Building the documentation
jq's documentation is compiled into static HTML using Python.
- To build the docs, run `pipenv run python3 build_website.py` from
- the docs/ subdirectory. To serve them locally, you can run
- `python3 -m SimpleHTTPServer`. You'll need a few Python dependencies,
+ To build the docs, run `pipenv run python3 build_website.py --root /output`
+ in the `docs/` directory. To serve them locally, you can run
+ `python3 -m http.server`. You'll need a few Python dependencies,
which can be installed by following the instructions in `docs/README.md`.
The man page is built by `make jq.1`, or just `make`, also from