English docs in _docs_ru Russian docs in _docs_en
Each doc should start with front matter. Example
---
layout: doc
title: "Emails"
date: 2016-12-06 16:34:18 +0300
section: emails
---
layout
alwaysdoc
title
the name of documentdate
date of creationsection
one of sections defined in _config.yml. If you need more sections add it to config file.
TBD
This repo uses Jekyllrb. install instructiuons
Local develompent requirements: ruby + bundler.
Instal dependencies
bundle install
Run dev server
bundle exec jekyll serve