Skip to main content
Version: Next

Offline documentation

Install docs as local web app​

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.1.0 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.1.0" \
--outputPDFFilename="SoundScapeExplorer-docs-14.1.0.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-4-12" \
--outputPDFFilename="SoundScapeExplorer-blog-2026-4-12.pdf"