From e1d0b7b6c48f2fafd842f2bff22d5221528331fc Mon Sep 17 00:00:00 2001 From: Amr <10567847+bamr87@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:22:01 -0700 Subject: [PATCH] Update doc-index.md --- pages/_docs/doc-index.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pages/_docs/doc-index.md b/pages/_docs/doc-index.md index 3cb105a..a62b4bc 100644 --- a/pages/_docs/doc-index.md +++ b/pages/_docs/doc-index.md @@ -1,9 +1,9 @@ --- title: Docs Index (~) -author: null +author: Amr Abdel Eissa layout: collection permalink: /docs/ -description: null +description: Index of all doc pages and instructions on how to add new doc sections catagories: - docs - home @@ -15,10 +15,24 @@ date: 2021-09-24T19:32:44.876Z lastmod: 2023-12-03T01:21:22.098Z draft: true --- -These are the docs + +You have reached the documentation (library) section of this site, which will contain detailed information of various components of this site (e.g., jekyll, bootstrap, etc.). The ultimate goal is to house a documentation site that operates very similar to Microsoft's doc site [here](https://learn.microsoft.com/en-us/docs/). + +These docs are sourced using the git module function, cleaned up with some scripts, and then generated using jekyll. In the future, these docs will have multiple engines to created (i.e., using Hugo to create the docs site). + +Current, we have docs for the following applications: + +- Ruby +- Jekyll +- Liquid +- Bootstrap +- + +To add to this collection, you need to run the following commands on your local development environment: ## Jekyll [official docs](https://jekyllrb.com/docs/) + ```sh git submodule add https://github.com/jekyll/jekyll.git jekyll-docs