This directory contains the source files for the content on Rocket's website.
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 fromnews.toml
.guide/*.md
- Guide pages linked to fromguide.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
.
The Rocket website source is licensed under the GNU General Public License v3.0.