feat: initial hiveops-guide service — standalone guide content API and admin SPA

This commit is contained in:
2026-06-29 15:39:17 -04:00
commit 638760e0b3
45 changed files with 1958 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/hiveiq_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HiveOps Guide Admin</title>
<script src="/config.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>