Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>

<head>
<title>Otava Documentation</title>
</head>

<body>

<h1>Otava Documentation</h1>

<p>This page provides an entry point to the documentation.</p>

<h2>Documentation</h2>

<p>Please refer to the main documentation:</p>

<ul>
<li><a href="./README.md">Documentation Overview (README)</a></li>
</ul>

<p>All documentation structure is maintained in <code>docs/README.md</code> to avoid duplication and ensure consistency.</p>

</body>

</html>