Skip to content

Commit

Permalink
added instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Praneethsvch committed Sep 7, 2021
1 parent 9a1650f commit b3a15ed
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# floodsense.github.io
Documentation repo

How does this repo work?

This repo is built based on [just-the-docs](https://github.com/pmarsceill/just-the-docs) Jekyll theme. The `docs` folder contains all the pages as markdowns. On top of the markdown add this table based on how you want to locate the file.

To add a file to the main index:

| layout | title | nav_order |
| ------- | ------------ | ----------- |
| default | <title_here> | <nav_order> |

To add a file to a folder:

Create a folder and place the markdown inside this folder, example:

| layout | title | parent | permalink |
| ------- | --------------------------- | ------------------ | ------------------------------------------------ |
| default | Quality Assurance Procedure | Quality Management | /quality-management/quality-assurance-procedure/ |

Testing Locally

`cd floodsense.github.io`

`bundle install`

`bundle exec jekyll serve --config _config_local.yml`



0 comments on commit b3a15ed

Please sign in to comment.