🔌 Offline Access
Progressive Web App
Progressive Web Applications can be installed using Chrome browser.
Click on the icon in the address bar to install the application as standalone with offline caching.
You can install SSE Docs and 👁️🗨️ Visualisation Online as PWAs.
Because both applications are hosted under the same domain, you will need to install first the 👁️🗨️ Visualisation Online module then SSE Docs.
📤 Export Documentation
An active internet connection is necessary to retrieve data for exporting.
Certain hypertext links may not be converted.
Use the commands below to export the entire documentation to PDF.
To download the current 13.1.8 version of the documentation, execute:
npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs/13.1.8" \
--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 13.1.8" \
--outputPDFFilename="SoundScapeExplorer-docs-13.1.8.pdf"
For the upcoming unreleased version, execute:
npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs/next" \
--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 Next" \
--outputPDFFilename="SoundScapeExplorer-docs-next.pdf"
📤 Export Blog
An active internet connection is necessary to retrieve data for exporting.
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 2024-10-8" \
--outputPDFFilename="SoundScapeExplorer-blog-2024-10-8.pdf"