Skip to main content
Version: CSE

🔌 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.

info

You can install CSE Icon CSE 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 CSE Icon CSE Docs.

📤 Export Documentation

warning

An active internet connection is necessary to retrieve data for exporting.

note

Certain hypertext links may not be converted.

Use the commands below to export the entire documentation to PDF.

To download the current 1.0.18 version of the documentation, execute:

npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs/CSE" \
--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="CoralSoundExplorer Docs 1.0.18" \
--outputPDFFilename="CoralSoundExplorer-docs-1.0.18.pdf"

📤 Export Blog

warning

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-8-16" \
--outputPDFFilename="SoundScapeExplorer-blog-2024-8-16.pdf"