-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 2.51 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bånder Documentation</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav>
<strong>Bånder Docs</strong>
<a href="api-reference.html">API Reference</a>
<a href="domain-models.html">Domain Models</a>
<a href="architecture-guide.html">Architecture</a>
<a href=".phpdoc/build/index.html">API Docs (phpDocumentor)</a>
</nav>
<main>
<h1>Bånder Documentation</h1>
<h2>Guides</h2>
<ul>
<li><a href="operator-guide/index.html">Operator's Guide</a> — Deploy, configure, and maintain Bånder</li><li><a href="developer-guide/index.html">Developer's Guide</a> — Architecture, coding, and contributing</li>
</ul>
<h2>Auto-Generated Reference</h2>
<ul>
<li><a href="api-reference.html">API Reference</a> — All routes grouped by bounded context</li>
<li><a href="domain-models.html">Domain Model Reference</a> — Aggregate roots and value objects</li>
<li><a href="architecture-guide.html">Architecture Guide</a> — DDD layers, CQRS flow, and patterns</li>
</ul>
<h2>Bounded Contexts</h2>
<ul>
<li><a href="contexts/activity.html">Activity</a></li><li><a href="contexts/auth.html">Auth</a> — Repository interface for OAuth clients.</li><li><a href="contexts/catalog.html">Catalog</a> — Represents the type or format of a music release.</li><li><a href="contexts/command.html">Command</a></li><li><a href="contexts/filesystem.html">Filesystem</a></li><li><a href="contexts/library.html">Library</a></li><li><a href="contexts/lyrics.html">Lyrics</a></li><li><a href="contexts/media.html">Media</a> — Value object representing a file stored on disk.</li><li><a href="contexts/metadata.html">Metadata</a></li><li><a href="contexts/notification.html">Notification</a></li><li><a href="contexts/party.html">Party</a> — Internal state for PartyMember aggregate root.</li><li><a href="contexts/playlist.html">Playlist</a></li><li><a href="contexts/recommendation.html">Recommendation</a> — Represents a valid recommendation entity type.</li><li><a href="contexts/shared.html">Shared</a></li><li><a href="contexts/transcode.html">Transcode</a> — Dispatched when a client pauses, seeks, or resumes playback during transcoding.</li><li><a href="contexts/user-preference.html">UserPreference</a></li>
</ul>
<h2>External Resources</h2>
<ul>
<li><a href=".phpdoc/build/index.html">Full API Documentation</a> (phpDocumentor)</li>
</ul>
</main>
</body>
</html>