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
11 changes: 0 additions & 11 deletions .changeset/lectio-dev.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/site-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# lectio-docs

## 0.2.0

### Minor Changes

- e4ffa3f: Add `lectio dev` and zero-config scaffolding.

`lectio dev` materializes the site app and runs `react-router dev` (a local dev
server with HMR on the UI); content is collected once at startup. With no
`docs.config`, `dev` scaffolds a starter `docs.config.ts` (`**/*.md`) so a fresh
repo shows a demo immediately; `build` asks first when interactive and errors in
CI rather than writing files silently.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/site-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lectio-docs",
"version": "0.1.1",
"version": "0.2.0",
"description": "Run one command, get a docs site: collects scattered repo docs and builds a static, searchable site.",
"license": "MIT",
"type": "module",
Expand Down