Contributing to the Looped Operations Wiki
Overview
The Looped Operations Wiki is designed to be simple to maintain.
In most cases, contributors only need to create or edit Markdown pages
inside the pages folder.
đ Full Template
---
title: Page Title
layout: wiki
permalink: /pages/page-title/
nav_group: general
nav_order: 1
status: draft
---
## Overview
Write a short explanation of what this page covers.
## Main Section
Add your content here.
> â ī¸ **Warning**
> Example warning text
> âšī¸ **Note**
> Example note text
> đĄ **Tip**
> Example tip text
## Related Pages
- [Example Link](/pages/example/)
â Example Page (Rendered)
Overview
This page explains an example system.
Main Section
Content goes here.
â ī¸ Warning
Do not exceed safe limits
âšī¸ Note
This system runs automatically
đĄ Tip
Monitor trends, not single values
đ Where to add pages
Place all pages in:
/pages/
đ§ Navigation Groups
Use one of:
- general
- guides
- emergency
- maintenance
- systems
- reactor
đŧī¸ Adding Images
Place images in:
/assets/images/
Use them like:

đŦ Hero Banner (Optional)
Add to frontmatter:
hero_image: /assets/images/example.jpg
hero_title: Page Title
hero_subtitle: Optional subtitle
âī¸ Hiding Pages
To hide a page from sidebar:
nav_hidden: true
âī¸ Writing Guidelines
- Keep it clear and structured
- Use headings and lists
- Keep tone professional
- Link related pages
đ Quick Workflow
- Create/edit page
- Add frontmatter
- Write content
- Commit + push
đ Final Note
âšī¸ Note
Keep pages simple, clear, and consistent.