diff --git a/docs/docs/documentation/documentation.md b/docs/docs/documentation/documentation.md index c5cea8b..a595cdb 100644 --- a/docs/docs/documentation/documentation.md +++ b/docs/docs/documentation/documentation.md @@ -13,11 +13,19 @@ permalink: docs/documentation ## User manual +Concepts about the business requirements + +
+ +![code structure](https://github.com/yurigabrich/microgrid-dapp/blob/master/pseudo-code/imgs/....png) +*The differences between the 4 kinds of IDs handled by the MTEsm. [(GABRICH, 2019, table 5 )](/microgrid-dapp/docs/references)* + ... --- ## Developer guide +Concepts abbout the algorithm requirements ... diff --git a/tablet-view/archetypes/default.md b/tablet-view/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/tablet-view/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/tablet-view/config.toml b/tablet-view/config.toml new file mode 100644 index 0000000..e4b7418 --- /dev/null +++ b/tablet-view/config.toml @@ -0,0 +1,3 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "My New Hugo Site"