dfcfd15b78
config.toml: update Google Analytics ID for GA4 migration |
||
---|---|---|
content | ||
themes | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
azure-pipelines.yml | ||
config.toml |
README.md
WWT Layer Guide: Source Code
This repository contains the source code for the WWT Layer Guide.
The master
branch of this repo gets published here:
https://docs.worldwidetelescope.org/layer-guide/1/
If you’re just interested in the documentation itself, you should go to that website. If you’re interested in contributing to this documentation, you’ve come to the right place!
Quick Start for the Initiated
The guide is a static site written in CommonMark Markdown and processed with Zola. Zola is distributed as a single executable so it is ridiculously easy to install.
This repository is themed by referencing zola-wwtguide as a submodule, so upon first checkout you’ll have to run:
git submodule update --init
Once everything is set up, all you have to do is run
zola serve
to build the site and serve it locally for testing. The command zola check
will check the build and verify that outgoing links are valid. Zola has
lots of documentation.
Merges to master
will be published automatically using WWT’s continuous
deployment infrastructure.
Contributing
Contributions are welcome! If you’re new to the project, please see the WWT Contributors’ Guide and the WWT Code of Conduct. We operate with a standard fork-and-pull model.
Acknowledgments
The AAS WorldWide Telescope system is a .NET Foundation project managed by the non-profit American Astronomical Society (AAS). Work on WWT has been supported by the AAS, the US National Science Foundation (grants 1550701 and 1642446), the Gordon and Betty Moore Foundation, and Microsoft.