Source code for the WWT documentation hub website.
Перейти к файлу
Peter Williams 2fb880617a
Merge pull request #2 from pkgw/ga4
config.toml: update Google Analytics ID for GA4 migration
2023-08-03 20:53:03 +00:00
content Sponsorship updates in the content 2023-06-12 10:32:10 -04:00
sass sass/_content.scss: decrease min-width of link cards 2020-04-11 09:53:27 -04:00
static Update logo 2023-06-12 10:29:37 -04:00
templates Sponsorship updates in the content 2023-06-12 10:32:10 -04:00
.gitignore Initial import of website content. 2020-04-10 14:56:57 -04:00
LICENSE Add README and LICENSE 2020-04-10 15:01:53 -04:00
README.md README.md: updates for sponsorship 2023-06-12 10:26:34 -04:00
azure-pipelines.yml azure-pipelines.yml: adapt to fixed CDN-skipping in the template 2020-04-10 15:11:12 -04:00
config.toml config.toml: update Google Analytics ID for GA4 migration 2023-08-03 16:50:28 -04:00

README.md

Build Status Powered by NumFOCUS

WWT Docs Hub website: Source Code

This repository contains the source code for the hub page of

https://docs.worldwidetelescope.org/

If youre just interested in the documentation itself, you should go to that website. If youre interested in contributing to that website, youve come to the right place!

The WorldWide Telescope project uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

Quick Start for the Initiated

The manual 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. Once you have Zola 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

Work on the WorldWide Telescope system has been supported by the American Astronomical Society (AAS), the .NET Foundation, and other partners. See the WWT user website for details.