From a7a0ac53c73db60764fa4302475170f8cf6a2f92 Mon Sep 17 00:00:00 2001 From: Yuri Gabrich Date: Thu, 31 Aug 2023 19:15:28 -0300 Subject: [PATCH] Backup of last modified files some years ago. --- docs/docs/documentation/documentation.md | 8 ++++++++ tablet-view/archetypes/default.md | 6 ++++++ tablet-view/config.toml | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 tablet-view/archetypes/default.md create mode 100644 tablet-view/config.toml 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"