Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ COPY site/nginx.conf /etc/nginx/conf.d/default.conf
COPY site/ /usr/share/nginx/html/
COPY README.md /usr/share/nginx/html/
COPY SPEC.md /usr/share/nginx/html/
COPY CHANGELOG.md /usr/share/nginx/html/
COPY docs/ /usr/share/nginx/html/docs/
COPY script/install /usr/share/nginx/html/install
EXPOSE 80
2 changes: 2 additions & 0 deletions site/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h4 class="text-xs font-semibold text-slate-500 uppercase tracking-wider mb-4">D
<a href="docs.html" data-doc="README.md" class="doc-link block py-1.5 px-3 rounded-md text-slate-400 hover:text-white hover:bg-slate-800/50 transition-colors">Getting Started</a>
<a href="docs.html#github-actions" data-doc="docs/github-actions.md" class="doc-link block py-1.5 px-3 rounded-md text-slate-400 hover:text-white hover:bg-slate-800/50 transition-colors">GitHub Actions</a>
<a href="docs.html#spec" data-doc="SPEC.md" class="doc-link block py-1.5 px-3 rounded-md text-slate-400 hover:text-white hover:bg-slate-800/50 transition-colors">Specification</a>
<a href="docs.html#changelog" data-doc="CHANGELOG.md" class="doc-link block py-1.5 px-3 rounded-md text-slate-400 hover:text-white hover:bg-slate-800/50 transition-colors">Changelog</a>
</nav>
<h4 class="text-xs font-semibold text-slate-500 uppercase tracking-wider mb-4">On this page</h4>
<nav id="toc" class="space-y-1 text-sm text-slate-400"></nav>
Expand All @@ -108,6 +109,7 @@ <h4 class="text-xs font-semibold text-slate-500 uppercase tracking-wider mb-4">O
'': 'README.md',
'github-actions': 'docs/github-actions.md',
'spec': 'SPEC.md',
'changelog': 'CHANGELOG.md',
};

// Reverse map: file path → hash (for intercepting markdown links)
Expand Down