Feature planning for publishing Lattice research documents to the web.

Documents

DocumentDescription
Architecture & ImplementationFull technical spec for lattice publish command using Astro

Overview

Add a lattice publish command that exports research topics to a static website powered by Astro Starlight, deployed to lattice.zabaca.com.

Quick Summary

Terminal window
# Publish a single topic
lattice publish tryhackme
# Publish all topics
lattice publish --all
# Preview locally
lattice publish tryhackme --preview
# Deploy to Netlify
lattice publish --deploy