diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 5456f13cc..bc3da8e6e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -63,6 +63,10 @@ To add docs to the site, .... 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 - CSS: `./css/main.css` or `./_sass/*.scss`. diff --git a/docs/top-level-example.md b/docs/top-level-example.md new file mode 100644 index 000000000..7be3478c7 --- /dev/null +++ b/docs/top-level-example.md @@ -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.