Here is the source for the OptiRad Documentation site:
If you just want to publish some documentation you’ll find .md files in the _docs directory.
Go ahead and add or edit the files, when you are finished the documentation site can
auto-regenerates the site when required.
- Add a file to the
./_docs/directory
---
title: Some title
date: 2023-04-17 11:19
---
Here you add the documentation text. It is formatted using markdown, so simple structure can be used, such as
new lines or
### Headings
or
* bullet points
- Save the file
This site is configured to allow the generation of pages via the Netlify CMS.
See: https://optirad-docs.netlify.app/ And: https://app.netlify.com/sites/optirad-docs/overview
If you just need to alter how the site is generated you'll need to something like:
bundle install
bundle exec jekyll serve
bundle exec jekyll build