-
Create your own branch
-
If you are creating a new post, add it to any of the following directories under the nav directory (otherwise just jump to step 4):
- _gettingstarted
- _integration
- _operation
- _quickreference
-
Name the file the same as your topic, in lower case, replacing spaces with dashes. Eg get-remote-access-to-your-nodes.md
-
Add a Jekyll header:
--- layout: post title: "Get remote access to your Nodes" description: "There are times when there is no substitute to a plain old SSH session. Learn more about how to upload public keys and grant yourself access to Nodes." categories: operation order: 50 ---
- categories : should correlate with the directory selected in step 2 (but without the underscore)
- order : Used for sorting the post in the list. Try separating with at least 10 numbers.
To reverence an other post, use the site.baseurl property. Eg:
[Issue tracking systems like ServiceNow]({{site.baseurl}}/servicenow).
Same applies to images:
<img src="{{site.baseurl}}/images/using-the-console/1.png">
Create a folder in the Images directory, and name it the same as you post (-'.md'), Eg "using-the-console". Common images, such as logotypes are saved directly in the Images folder.
Follow the instructions in the DocsPage Template
Go to the Crawler directory and run the Crawler.exe file. This will output any broken links and update the /assests/index.json
Start the server from bash
using the following command:
bundle exec jekyll serve --force_polling --livereload