Contributing to the wiki

Guide on how to add pages to the wiki

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:

![Example](/assets/images/example.png)

đŸŽŦ 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

  1. Create/edit page
  2. Add frontmatter
  3. Write content
  4. Commit + push

📌 Final Note

â„šī¸ Note
Keep pages simple, clear, and consistent.