rojects/workspace/index.html

90 lines
2.1 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">For editing files in projects</p>
</header>
<section>
<div class="card">
<h3>Outline</h3>
<p>
Explains Roject's goals, features and future plans for the project.
<br>
<a href="./outline/index.html">Read more about the outline</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 more about 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 more about the actions</a>
</p>
</div>
<div class="card">
<h3>History</h3>
<p>
Per-day history that gives insights about the daily work.
<br>
<a href="./history/index.html">Read more about 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 more about the reference</a>
</p>
</div>
<div>
To get the full picture, follow each page (as human or agent).
</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>