Blame

d430f9 Anonymous 2026-06-20 21:50:44
Add AeThex documentation page
1
# Tutorials
2
b62d2f Anonymous 2026-06-23 03:31:10
3
Tutorials are guided, step-by-step learning paths for completing AeThex workflows.
d430f9 Anonymous 2026-06-20 21:50:44
Add AeThex documentation page
4
b62d2f Anonymous 2026-06-23 03:31:10
5
<div class="docs-section-heading">
6
<h2>Tutorial style</h2>
7
<p>Tutorials should teach by doing, with clear prerequisites and a visible finish line.</p>
8
</div>
d430f9 Anonymous 2026-06-20 21:50:44
Add AeThex documentation page
9
b62d2f Anonymous 2026-06-23 03:31:10
10
Tutorials differ from reference pages. A tutorial should walk through one practical outcome, explain why each step matters, and link back to deeper reference docs.
11
12
## Tutorial requirements
13
14
Each tutorial should include:
15
16
1. Goal: what the reader will build or configure.
17
2. Prerequisites: accounts, permissions, tools, or projects needed.
18
3. Steps: numbered and testable.
19
4. Verification: how to know it worked.
20
5. Next steps: related docs and improvements.
21
22
## Suggested tutorial paths
23
24
- Create an AeThex project.
25
- Set up Passport authentication.
26
- Use an API key with the CLI.
27
- Register a webhook endpoint.
28
- Organize access with teams and permissions.
29
30
<div class="docs-grid">
31
<a class="docs-card" href="/Getting-Started">Getting Started</a>
32
<a class="docs-card" href="/Passport">Passport</a>
33
<a class="docs-card" href="/CLI">CLI</a>
34
<a class="docs-card" href="/Webhooks">Webhooks</a>
35
</div>