mirror of https://github.com/rwf2/Rocket.git
Remove duplication in site README.
This commit is contained in:
parent
b5ef6ec85b
commit
90c6636821
|
@ -10,20 +10,18 @@ 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 guide (`/guide`).
|
||||
* `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`.
|
||||
|
||||
## Guide
|
||||
[Rocket Programming Guide]: https://rocket.rs/guide/
|
||||
|
||||
The source files for the [Rocket Programming Guide](https://rocket.rs/guide/)
|
||||
can be found in the `guide/` directory. One exception is the root of the guide,
|
||||
which is `guide.md`.
|
||||
### Guide Links
|
||||
|
||||
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` in this
|
||||
directory, for instance, link to `/guide/page`.
|
||||
`/guide/`. To link to the page whose source is at `guide/page.md`, for instance,
|
||||
link to `/guide/page`.
|
||||
|
||||
# License
|
||||
## License
|
||||
|
||||
The Rocket website source is licensed under the [GNU General Public License v3.0](LICENSE).
|
||||
|
|
Loading…
Reference in New Issue