Skip to content

Commit 45f68ea

Browse files
committed
docs: add 0.3.1 changelog
1 parent 4443d34 commit 45f68ea

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
> Changes in **0.1.4 and after** — every release from `0.1.4` through `0.2.1`.
44
> (`chore: regenerate docs` and merge commits are omitted.)
55
6-
## 0.3.0 — 2026-08-22
6+
## 0.3.1 - 2026-08-23
7+
8+
### Features
9+
- **Internal link rewriting**: body links to Markdown files (`[text](other-page.md)`) now resolve on built sites. Docsmith rewrites them to built page URLs at render time, including relative paths (`../installation.md`) and fragments (`configuration.md#options`), across plain, versioned, and hub builds. Links whose target is not part of the build are left untouched, as are external URLs and anchors.
10+
11+
### Documentation
12+
- Full documentation rewrite with a linked page index, a frontmatter reference, CLI option tables matching the binary, and corrected examples (versioned builds require `source()`; sidebar search matches from one character).
13+
- New `docs-writing` agent skill alongside `docsmith-development`; both install via `npx skills add MrPunyapal/docsmith/resources/boost/skills` or automatically through Laravel Boost.
14+
15+
## 0.3.0 � 2026-08-22
716

817
### Features
918
- **Private remote sources** — sync from private Git repositories by adding `'token' => '${ENV_VAR}'` (and optionally `'username'`) to a `docsmith.sources.php` entry. Tokens resolve from the environment at sync time; without an explicit token, `DOCSMITH_TOKEN` is used for any host and `GITHUB_TOKEN` / `GH_TOKEN` only for github.com hosts (never sent to third-party hosts). Requires [mrpunyapal/git-reader](https://github.com/MrPunyapal/git-reader) 0.2.0.

0 commit comments

Comments
 (0)