Source for the public documentation of the NASA-ISRO Synthetic Aperture Radar (NISAR) mission hosted at https://nisar-docs.asf.alaska.edu.
- Create a fork of https://github.com/ua-asf/nisar-docs/
- Clone the repository and navigate to the repository root
- Create and activate the conda environment
mamba env create -f environment.yml mamba activate nisar-docs - Run
myst startto render the website on your local machine - Configure previewing via GitHub Pages (optional)
- Enable GitHub Actions for your fork
- Enable GitHub Pages for your fork with Source = GitHub Actions
- Create two GitHub Actions variables:
BASE_URLwith a value of/nisar-docs(including the leading/)DOMAINwith a value ofhttps://{github_user_id}.github.io
- Push changes to your
mainbranch - Preview the rendered site at
https://{github_user_id}.github.io/nisar-docs/
- Make and commit your changes
- Push changes to your fork in GitHub
- Make sure your branch is synced and up to date with
ua-asf/nisar-docs:main - Open a pull request to
ua-asf/nisar-docs:main


