Lines Matching refs:to

1 This provides guidance on how to contribute various content to `rocksdb.org`.
5 You should only have to do these one time.
7 - Rename this file to `CONTRIBUTING.md`.
8 - Rename `EXAMPLE-README-FOR-RUNNING-DOCS.md` to `README.md` (replacing the existing `README.md` th…
9 - Rename `EXAMPLE-LICENSE` to `LICENSE`.
60 or with a combination of changing `./_data/features.yml` and adding some Liquid to `index.md`, such…
72 …d these for new blog posts. These are an artifact of migrating the blog from Wordpress to gh-pages.
76 …` id you used in your blog post, along with your full name and Facebook ID to get your profile pic…
77 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/blog/y…
78 1. Push your changes to GitHub.
84 To add docs to the site....
86 1. Add your markdown file to the `./_docs/` folder. See `./doc-type-examples/docs-hello-world.md` f…
87 - You can use folders in the `./_docs/` directory to organize your content if you want.
88 1. Update `_data/nav_docs.yml` to add your new document to the navigation bar. Use the `docid` you …
89 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/docs/y…
90 1. Push your changes to GitHub.
103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le…
105 …is not necessary if you just want to have a page that is linked to from another page, but not expo…
107 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/your-t…
108 1. Push your changes to GitHub.