Add top level doc information to CONTRIBUTING.md
This commit is contained in:
parent
3fdd5b9712
commit
a06ad47112
@ -63,6 +63,10 @@ To add docs to the site, ....
|
|||||||
|
|
||||||
To modify the header bar, change `./_data/nav.yml`.
|
To modify the header bar, change `./_data/nav.yml`.
|
||||||
|
|
||||||
|
## Top Level Page
|
||||||
|
|
||||||
|
If you want a top-level page (e.g., http://rocksdb.org/support.html) -- not in `/blog` or `/docs` -- then you can create a markdown file in the root `./`. See `./top-level-example.md` for more information.
|
||||||
|
|
||||||
## Other Changes
|
## Other Changes
|
||||||
|
|
||||||
- CSS: `./css/main.css` or `./_sass/*.scss`.
|
- CSS: `./css/main.css` or `./_sass/*.scss`.
|
||||||
|
8
docs/top-level-example.md
Normal file
8
docs/top-level-example.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#---
|
||||||
|
#layout: support
|
||||||
|
#title: Support Example
|
||||||
|
#id: support
|
||||||
|
#category: support
|
||||||
|
#---
|
||||||
|
#
|
||||||
|
#This is a static page disconnected from the blog or docs collections that can be added at a top-level.
|
Loading…
Reference in New Issue
Block a user