Follow these conventions for your readme files to be rendered.
Change the name of your Readme files to conform with these conventions.
Example:
_dev-kit.md
All md
files which will be added should be _*.md
.
Kindly follow the Slate Markdown syntax
- Clone the project
git clone http://gitlabchina.subsidia.org/ooseifrimpong/dev-induction.git
- Create your feature branch:
git checkout -b my-new-feature
- Find the md file under
source/includes/
- Check if your project's readme already exist.
- If it exists, edit the readme and go
step 7.
- If not exists, create a new readme file following the naming conventions above.
- Stage all changes
git add --all
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request to merge with
develop branch
:D
You can add
- Create an
_*.md
file in the/source/includes/
folder. - To get it to render you need to include it in
/source/dev-doc/index.md
file. - Make sure it's under the
includes:
section.
Note: Project is based on Ruby
- Run
bundle install
- Run
bundle exec middleman build
- Open
index.html
file found in/build/dev-doc/
in your preferred browser.