Skip to content

Commit

Permalink
Merge branch 'docs-multi-lingual' into 'develop'
Browse files Browse the repository at this point in the history
update: Docs multi-lingual

See merge request castlecraft/building-blocks!93
  • Loading branch information
revant committed Nov 11, 2018
2 parents 1e17726 + fd1705e commit 07acf33
Show file tree
Hide file tree
Showing 28 changed files with 26 additions and 14 deletions.
3 changes: 3 additions & 0 deletions docs/LANGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Languages

* [English](en/)
5 changes: 4 additions & 1 deletion docs/book.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"root": "./manual"
"root": ".",
"variables": {
"docUrl": "http://castlecraft.gitlab.io/building-blocks"
}
}
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": "./manual"
}
16 changes: 16 additions & 0 deletions docs/en/manual/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Installation

Install Docker and Docker compose

Install Portainer and letsencrypt nginx

Install Authorization Server

Install Infrastructure console

# TypeScript API Documentation

* [Authorization Server]({{ book.docUrl }}/api/authorization-server/)
* [Infrastructure Console]({{ book.docUrl }}/api/infrastructure-console/)
* [Identity Provider]({{ book.docUrl }}/api/identity-provider/)
* [Communication Server]({{ book.docUrl }}/api/communication-server/)
4 changes: 0 additions & 4 deletions docs/manual/SUMMARY.md → docs/en/manual/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@
* [Backend](authorization-server/backend.md)
* [Frontend](authorization-server/frontend.md)
* [Testing](authorization-server/testing.md)
* [API](http://castlecraft.gitlab.io/building-blocks/api/authorization-server/)

* Communication Server
* [Development](communication-server/README.md)
* [API](http://castlecraft.gitlab.io/building-blocks/api/communication-server/)

* Identity Provider
* [Development](identity-provider/README.md)
* [API](http://castlecraft.gitlab.io/building-blocks/api/identity-provider/)

* Infrastructure Console
* [Development](infrastructure-console/README.md)
* [API](http://castlecraft.gitlab.io/building-blocks/api/infrastructure-console/)

* For Development
* [Setup](/development/README.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/manual/README.md

This file was deleted.

0 comments on commit 07acf33

Please sign in to comment.