Skip to content

Commit 02b2cb0

Browse files
committed
ZLFS: publish the docs directory through GitHub Pages
Rename doc/ to docs/ (the folder GitHub Pages can serve), add .nojekyll, and link the live slide deck from the README badge row -- GitHub renders repository HTML as source, so the deck needed a real page: https://xsub.github.io/OpenBSD-src/zlfs-slides.html
1 parent f297a2c commit 02b2cb0

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![OpenBSD](https://img.shields.io/badge/OpenBSD-f2ca30)](https://www.openbsd.org/)
44
[![ZonedBlockDevice | driver](https://img.shields.io/badge/ZonedBlockDevice%20%7C%20driver-f2ca30)](https://github.com/xsub/OpenBSD-src)
55
[![ZBD dkzone checks](https://github.com/xsub/OpenBSD-src/actions/workflows/zbd-ci.yml/badge.svg?branch=main)](https://github.com/xsub/OpenBSD-src/actions/workflows/zbd-ci.yml)
6+
[![Project slides](https://img.shields.io/badge/slides-zlfs--overview-f2ca30)](https://xsub.github.io/OpenBSD-src/zlfs-slides.html)
67

78
Experimental OpenBSD source fork for native zoned block device support, focused on
89
host-managed SCSI ZBC / SMR disks and NVMe Zoned Namespaces, and building up to
@@ -14,8 +15,10 @@ garbage collection with a circular log, and crash-safe commits, all validated
1415
on a QEMU NVMe ZNS VM -- with the limitations listed under "ZLFS Status And
1516
Direction" below. `functional_testing.md` tracks, per feature, what is
1617
VM-validated, what is pushed and awaiting evidence, and every defect each
17-
verification round caught; `doc/zlfs-design.md` explains the architecture
18-
end to end, and `doc/zlfs-slides.html` is a five-slide project overview. The fork is periodically rebased onto the OpenBSD
18+
verification round caught; `docs/zlfs-design.md` explains the architecture
19+
end to end, and the five-slide project overview renders live at
20+
<https://xsub.github.io/OpenBSD-src/zlfs-slides.html> (source:
21+
`docs/zlfs-slides.html`). The fork is periodically rebased onto the OpenBSD
1922
mainline (last: July 2026).
2023

2124
## Goals

docs/.nojekyll

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)