106 lines
3.0 KiB
HTML
106 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Roject — Documentation Overview</title>
|
|
<link rel="stylesheet" href="./_assets_/styles.css">
|
|
<link rel="stylesheet" href="./_assets_/nav.css">
|
|
</head>
|
|
<body>
|
|
<div class="page">
|
|
|
|
<header>
|
|
<p class="date">Project Documentation</p>
|
|
<h1 style="font-size: 300%;">Roject</h1>
|
|
<p class="subtitle">Online and local digital projects editor</p>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<div class="card">
|
|
<h3>Outline</h3>
|
|
<p>
|
|
What Roject is, what exists now, and the technical implementation.
|
|
Start here for the big picture.
|
|
<br>
|
|
<a href="./outline/index.html">Read the outline</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>Boards</h3>
|
|
<p>
|
|
Current state at a glance: active tasks, known bugs, and longer-horizon backlog.
|
|
Check here to know what is being worked on right now.
|
|
<br>
|
|
<a href="./boards/index.html">Open the boards</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>Guides</h3>
|
|
<p>
|
|
Context, rules, workflows and examples for how to do things.
|
|
<br>
|
|
<a href="./guides/index.html">Read the guides</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>Actions</h3>
|
|
<p>
|
|
Named tasks and steps for recurring topics.
|
|
<br>
|
|
<a href="./actions/index.html">Read the actions</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>History</h3>
|
|
<p>
|
|
Per-day session log. Good for understanding what changed and why.
|
|
<br>
|
|
<a href="./history/index.html">Read the history</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>Reference</h3>
|
|
<p>
|
|
Technical reference for core systems: the Editor singleton, events, and the client/server compilation split.
|
|
<br>
|
|
<a href="./reference/index.html">Read the reference</a>
|
|
</p>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Quick orientation</h2>
|
|
|
|
<div class="card">
|
|
<p>
|
|
<strong>New here?</strong> Read Outline for the big picture, then Guides for how things are done.
|
|
Check Boards for what is active right now.
|
|
</p>
|
|
<p style="margin-top: 0.75rem">
|
|
<strong>Agents:</strong> read Outline → Guides → Actions → Reference before making changes.
|
|
Check Boards and the most recent History entry to understand the current context.
|
|
Follow all coding conventions in the Guides — do not infer style from existing code alone.
|
|
After completing work, run the Update Outline and Update History actions.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
Roject documentation
|
|
</footer>
|
|
|
|
</div>
|
|
<script>var NAV_ROOT = './';</script>
|
|
<script src="./_assets_/nav-data.js"></script>
|
|
<script src="./_assets_/nav.js"></script>
|
|
</body>
|
|
</html>
|