mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Add Read the Docs style documentation
This commit is contained in:
26
landing/docs/index.html
Normal file
26
landing/docs/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SeedPass Documentation</title>
|
||||
<link rel="stylesheet" href="theme.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="rst-container">
|
||||
<div class="rst-sidebar">
|
||||
<ul class="simple">
|
||||
<li><a href="README.html">Overview</a></li>
|
||||
<li><a href="advanced_cli.html">Advanced CLI</a></li>
|
||||
<li><a href="api_reference.html">API Reference</a></li>
|
||||
<li><a href="json_entries.html">JSON Entries</a></li>
|
||||
<li><a href="migrations.html">Migrations</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="rst-content">
|
||||
<h1>SeedPass Documentation</h1>
|
||||
<p>Select a topic from the sidebar.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user