Rocket/site
Sergio Benitez 476c9173cc Use diesel <= 1.2 while nightly issues persist. 2018-05-28 17:20:39 +02:00
..
guide Use diesel <= 1.2 while nightly issues persist. 2018-05-28 17:20:39 +02:00
news Correct various spellings and typos in the guide. 2018-04-03 20:55:31 -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 Various guide updates for 0.3. 2017-07-10 05:05:25 -07:00
index.toml New version: 0.3.11. 2018-05-19 17:17:53 -07:00
news.toml Post-release 0.3 news article updates. 2017-07-15 02:31:20 -07:00
overview.toml Fix typo in site overview: 'Reponder' -> 'Responder'. 2017-09-25 20:32:43 -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.