diff --git a/docs/_config.yml b/docs/_config.yml index e93d253b0e4f7a9b62cb1383b433f4fe55ca25c0..a07ac972824b6e9a60b0bab32da2a9c87b703511 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 0000000000000000000000000000000000000000..869286f0225bb43ded889fc4e28eb3e9c4de8499 --- /dev/null +++ b/docs/components/timeline.md @@ -0,0 +1,11 @@ +--- +layout: page +title: Timeline Component +--- + +INTOTEXT + +```html +HTML MARKUP +``` +{: .max-height-300}