🔌 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 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 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 1.2.0 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.2.0" \
--outputPDFFilename="CoralSoundExplorer-docs-1.2.0.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-16" \
--outputPDFFilename="SoundScapeExplorer-blog-2024-10-16.pdf"