diff --git a/README.md b/README.md index c538fa1ce5..c5e8859744 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,25 @@ no_ratings: true --- ``` +### Creating tabs + +The use of tabs, as on pages like https://docs.docker.com/engine/api/, requires +the use of HTML. The tabs use Bootstrap CSS/JS, so refer to those docs for more +advanced usage. For a basic horizontal tab set, copy/paste starting from this +basic code and implement from there. Keep an eye on those `#id` references as +you go. + +``` + +
+
TAB 1 CONTENT
+
TAB 2 CONTENT
+
+``` + ## Copyright and license Code and documentation copyright 2017 Docker, inc, released under the Apache 2.0 license.