Skip to content

Commit

Permalink
Merge 3ea3a69 into 2d8b95a
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyd committed Jun 18, 2018
2 parents 2d8b95a + 3ea3a69 commit d847a39
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib/bem*/bundle.js
/node_modules/
_book
npm-debug.log
11 changes: 11 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description":"bem-xjst",
"root": "./docs",
"plugins":[
"comment",
"theme-api",
"-sharing",
"search",
"collapsible-menu"
]
}
4 changes: 4 additions & 0 deletions docs/LANGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Languages

* [English](en/)
* [Russian](ru/)
1 change: 1 addition & 0 deletions docs/en/README.md
10 changes: 10 additions & 0 deletions docs/en/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Summary

* [Introduction](README.md)
* [About bem-xjst](1-about.md)
* [Quick start](2-quick-start.md)
* [API](3-api.md)
* [Input data — BEMJSON](4-data.md)
* [Template syntax](5-templates-syntax.md)
* [What is available in the template body?](6-templates-context.md)
* [Runtime](7-runtime.md)
3 changes: 3 additions & 0 deletions docs/en/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"root": "./"
}
1 change: 1 addition & 0 deletions docs/ru/README.md
10 changes: 10 additions & 0 deletions docs/ru/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Summary

* [Введение](README.md)
* [О bem-xjst](1-about.md)
* [Быстрый старт](2-quick-start.md)
* [API](3-api.md)
* [Входные данные — BEMJSON](4-data.md)
* [Синтаксис шаблонов](5-templates-syntax.md)
* [Что доступно в теле шаблона?](6-templates-context.md)
* [Runtime](7-runtime.md)
3 changes: 3 additions & 0 deletions docs/ru/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"root": "./"
}

0 comments on commit d847a39

Please sign in to comment.