From 2d36befc0479c4acf035fe77e4b8515e2b1924f1 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 22 Aug 2019 15:14:32 +0200 Subject: [PATCH] added docs preset for timeline --- docs/_config.yml | 2 ++ docs/components/timeline.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/components/timeline.md diff --git a/docs/_config.yml b/docs/_config.yml index e93d253b..a07ac972 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -52,6 +52,8 @@ navigation: url: components/boxes.html - title: Direct Chat url: components/direct-chat.html + - title: Timeline + url: components/timeline.html - title: JavaScript icon: fas fa-code url: javascript diff --git a/docs/components/timeline.md b/docs/components/timeline.md new file mode 100644 index 00000000..869286f0 --- /dev/null +++ b/docs/components/timeline.md @@ -0,0 +1,11 @@ +--- +layout: page +title: Timeline Component +--- + +INTOTEXT + +```html +HTML MARKUP +``` +{: .max-height-300} -- GitLab