This is a documentation site to support adoption of virtual store technologies at NASA.
It is under active development through collaboration of the Virtual Stores Co-Working Group organized by @abarciauskas-bgse and @maxrjones.
Install Quarto by downloading the installer for your platform from quarto.org/docs/get-started, or via a package manager:
- macOS (Homebrew):
brew install --cask quarto - Linux: Download the
.debor.rpmpackage from the Quarto website - Windows: Download the
.msiinstaller from the Quarto website
Verify the installation with quarto check.
To preview the site locally:
make previewThis runs quarto preview, which serves the site and reloads on changes.
To publish to GitHub Pages:
make publishThis runs quarto publish gh-pages, which renders the site and pushes the output to the gh-pages branch. On first use, Quarto will prompt you to confirm the target repository. Ensure GitHub Pages is enabled in the repository settings (Settings → Pages → Source: gh-pages branch).