From b2d20b9a18ed2341804816e98b61f15aa7685768 Mon Sep 17 00:00:00 2001 From: Rishab Kumar Date: Sun, 20 Nov 2022 14:42:19 -0500 Subject: [PATCH] Added basic config for docsify --- .nojekyll | 0 _sidebar.md | 11 +++++++++++ index.html | 26 ++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 .nojekyll create mode 100644 _sidebar.md create mode 100644 index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/_sidebar.md b/_sidebar.md new file mode 100644 index 0000000..a517cc6 --- /dev/null +++ b/_sidebar.md @@ -0,0 +1,11 @@ +- 90DaysOfDevOps + - [2022 Version](2022.md) + - [2023 Verison](2023.md) + +- Info + - [Resources](Resources.md) + - [Contributions](CONTRIBUTING.md) + - [Code of Conduct](CODE_OF_CONDUCT.md) + +- Follow Us + - [Discord]() diff --git a/index.html b/index.html new file mode 100644 index 0000000..9701dbf --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + Document + + + + + + + +
+ + + + + + \ No newline at end of file