Offline documentation
Install docs as local web app
- Using Chrome, navigate to https://sound-scape-explorer.github.io/
- Click on the
install icon (located at the right side of the address bar)
Docs will then be available on your computer as SoundScapeExplorer Docs.
Export to PDF
warning
The following exports require Node.js installed.
Current documentation
To download the current 14.0.13 version of the documentation, execute:
npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs" \
--contentSelector="article" \
--paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \
--excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" \
--coverImage="https://sound-scape-explorer.github.io/img/logo.png" \
--cssStyle=":root{background: transparent}" \
--coverTitle="SoundScapeExplorer Docs 14.0.13" \
--outputPDFFilename="SoundScapeExplorer-docs-14.0.13.pdf"
Blog posts
Execute the command below to export the blog content to PDF:
npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/blog/index" \
--contentSelector="article" \
--paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \
--excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" \
--coverImage="https://sound-scape-explorer.github.io/img/logo.png" \
--cssStyle=":root{background: transparent}" \
--coverTitle="SoundScapeExplorer Blog 2026-0-12" \
--outputPDFFilename="SoundScapeExplorer-blog-2026-0-12.pdf"