From 65e8088cf1aa76f1292186a8e8c6da28bfb3148b Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 10 Mar 2019 23:59:30 -0400 Subject: [PATCH] Updated Container API (markdown) --- Container-API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Container-API.md b/Container-API.md index 223df98..c33f909 100644 --- a/Container-API.md +++ b/Container-API.md @@ -11,4 +11,8 @@ Apart from organising the terminal layout, the Termdash infrastructure uses the Developers have two options when it comes to building the terminal layout. 1. Use the [container](https://godoc.org/github.com/mum4k/termdash/container) package directly to create layouts organized as a [[Binary tree layout|binary-tree-layout]]. -1. Use the [grid](https://godoc.org/github.com/mum4k/termdash/container/grid) package to create layouts organized into a [[Grid layout|grid-layout]]. \ No newline at end of file +1. Use the [grid](https://godoc.org/github.com/mum4k/termdash/container/grid) package to create layouts organized into a [[Grid layout|grid-layout]]. + +The created layout can be further customized by any of the following: + +1. Defining margin or padding, see [[Margin and padding|margin-and-padding]]. \ No newline at end of file