oss-sync eb35e32f7a
Some checks failed
CI / build-and-test (push) Has been cancelled
sync: update from private repo (c18b98e)
2026-06-10 01:34:52 +00:00

45 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>運用ガイド — MAESTRO</title>
<link rel="stylesheet" href="guide.css">
</head>
<body>
<div class="wrap">
<header class="doc">
<div class="crumbs">docs / operations</div>
<h1>運用ガイド</h1>
<p class="meta">MAESTRO のセットアップ・運用に関する HTML 資料の一覧。段階バッジ:
<span class="badge design">設計</span>
<span class="badge impl">実装</span>
<span class="badge done">完成</span>
</p>
</header>
<table>
<thead>
<tr><th>資料</th><th>段階</th><th>更新日</th><th>概要</th></tr>
</thead>
<tbody>
<tr>
<td><a href="initial-setup.html">初期セットアップ(認証・初回管理者)</a></td>
<td><span class="badge done">完成</span></td>
<td>2026-06-10</td>
<td>ローカル認証を有効化し、初回管理者アカウントを起動時 seed で作る手順。ログインID 運用も。</td>
</tr>
</tbody>
</table>
<div class="note">
<b>補足</b><br>
その他の技術ドキュメントアーキテクチャ・MCP・SSH 等)は <code>docs/</code> 配下に Markdown で置いています。
本ディレクトリは「セットアップ・運用の手順書」を段階別 HTML で集約する場所です。
</div>
<footer class="doc">MAESTRO — docs/operations/</footer>
</div>
</body>
</html>