Rocket/site
Ivar Abrahamsen 18f8a9dd5c Fix 'hit_count' parameter name in state guide.
Updated parameter names for 'count' to 'hit_count' as code inside
functions expect 'hit_count'. This also mirrors the example project code
names.
2017-05-05 12:29:03 -07:00
..
guide Fix 'hit_count' parameter name in state guide. 2017-05-05 12:29:03 -07:00
news Use Reilly's full name in news article. 2017-04-23 20:27:34 -07:00
LICENSE Add site contents, including the guide. Add license information. 2017-04-16 21:11:41 -07:00
README.md Remove duplication in site README. 2017-04-16 21:29:15 -07:00
guide.md Add site contents, including the guide. Add license information. 2017-04-16 21:11:41 -07:00
index.toml New version: 0.2.6. 2017-04-17 16:21:56 -07:00
news.toml Add site contents, including the guide. Add license information. 2017-04-16 21:11:41 -07:00
overview.toml Add site contents, including the guide. Add license information. 2017-04-16 21:11:41 -07:00

README.md

Rocket Website Source

This directory contains the source files for the content on Rocket's website.

Contents

This directory contains the following:

  • index.toml - Source data for the index (/).
  • news.toml - Source data for the news page (/news).
  • overview.toml - Source data for the overview page (/overview).
  • guide.md - Index page for the Rocket Programming Guide (/guide).
  • news/*.md - News articles linked to from news.toml.
  • guide/*.md - Guide pages linked to from guide.md.

Cross-linking to pages in the guide is accomplished via absolute links rooted at /guide/. To link to the page whose source is at guide/page.md, for instance, link to /guide/page.

License

The Rocket website source is licensed under the GNU General Public License v3.0.