--- a/docs/src/examples.md Mon Nov 13 13:27:18 2017 +0100 +++ b/docs/src/examples.md Mon Nov 13 15:54:17 2017 +0100 @@ -2,4 +2,45 @@ title: Examples --- -Examples are currently developed and will be available very soon. +On this page you find several example use cases in which the UAP Common +Extensions make life easier. +The examples are ordered by the complexity of the problem and start with +simple showcases. +Finally, we show how to implement a simple [properties editor](#props) with UCX. + +<a name="sstr"></a> + +## String + +Coming soon... + +<a name="list"></a> + +## List + +Coming soon... + +<a name="mpool"></a> + +## Memory Pool + +Coming soon... + +<a name="buffer"></a> + +## Buffer + +Coming soon... + +<a name="tests"></a> + +## Testing + +Coming soon... + +<a name="props"></a> + +## Properties Editor + +Coming soon... +