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