From a0bed0eb482b757f2dbc24e1a0e9b2e17dc41f2b Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <mls.ietf@gmail.com>
Date: Wed, 16 Sep 2020 15:37:02 +0200
Subject: [PATCH] first text

---
 documentation/design/05-implementation.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/documentation/design/05-implementation.md b/documentation/design/05-implementation.md
index 149512ab6..8a5869d5c 100644
--- a/documentation/design/05-implementation.md
+++ b/documentation/design/05-implementation.md
@@ -2,6 +2,13 @@
 
 
 ## Why we do this in go
+Because it rocks, but let's see afterwards what can be written here.
+
+## Storing Information
+
+Section XXX (Conceptual Design of a SDN Controller as Net- work Supervisor)
+discusses the need to store information about for element inventories and
+topology inventories.
 
 ## YANG to code
 
@@ -25,4 +32,4 @@ The RESTCONF  client stubs used by goSDN are generated from YANG files using YGO
 
 ### Dependencies
 
-For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` does not support OpenAPI 3.0 specifications yet.
\ No newline at end of file
+For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` does not support OpenAPI 3.0 specifications yet.
-- 
GitLab