The AAS WorldWide Telescope multi-channel dome setup guide
Перейти к файлу
Peter Williams 7705404913
Merge pull request #1 from WorldWideTelescope/ga4
config.toml: update Google Analytics ID for GA4 migration
2023-08-03 21:17:05 +00:00
content content/_index.md: write some introductory text 2020-04-13 22:07:39 -04:00
orphan-images content: kebab-case everything 2020-04-11 13:29:51 -04:00
themes themes/wwtguide: pull to master 2020-04-25 20:35:15 -04:00
.gitignore Start porting to Zola/self-hosting 2020-04-11 13:11:54 -04:00
.gitmodules Start porting to Zola/self-hosting 2020-04-11 13:11:54 -04:00
README.md README.md: add Azure Pipelines status badge 2020-04-13 20:31:22 -04:00
azure-pipelines.yml Turn this into the broader WWT Planetarium Guide 2020-04-13 18:48:45 -04:00
config.toml config.toml: update Google Analytics ID for GA4 migration 2023-08-03 17:00:15 -04:00

README.md

Build Status

WWT Planetarium Guide: Source Code

This repository contains the source code for the WWT Planetarium Guide. The master branch of this repo gets published here:

https://docs.worldwidetelescope.org/planetarium-guide/1/

If youre just interested in the documentation itself, you should go to that website. If youre interested in contributing to this documentation, youve 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 youll 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 WWTs continuous deployment infrastructure.

Contributing

Contributions are welcome! If youre 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.