Skip to content

Commit bfc3a78

Browse files
author
Akki Parekh
committed
2 parents bc6d46f + 61223b2 commit bfc3a78

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ See [`docs/GOOD_FIRST_ISSUES.md`](docs/GOOD_FIRST_ISSUES.md) for full specs and
514514
- [x] 11 documentation output modes
515515
- [x] Video Intake Guard (URL validation + tech classification + transcript check)
516516
- [x] `npm run demo` one-command demo
517-
- [ ] `npm run preview` — local browser preview of generated docs (in review, [PR #6](https://github.com/AnkitParekh007/devdocs-forge-agent/pull/6))
517+
- [ ] `npm run preview` — local browser preview of generated docs (planned — previous PR closed, open for contribution)
518518
- [ ] Ollama provider (local LLMs)
519519
- [ ] OpenRouter provider
520520
- [ ] Browser UI (React or Angular)

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Want to work on something? Open an issue!
2222
| Video Intake Guard (URL validation + tech classification) | ✅ Done |
2323
| Transcript Intake Agent (clipboard, paste, file import) | ✅ Done |
2424
| One-command demo (`npm run demo`) | ✅ Done |
25-
| `npm run preview` — local browser doc preview | 🔄 In review ([PR #6](https://github.com/AnkitParekh007/devdocs-forge-agent/pull/6)) |
25+
| `npm run preview` — local browser doc preview | Planned — previous PR closed, open for contribution |
2626

2727
---
2828

website/docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: What's done, what's next, and what's planned for devdocs-forge-agen
2727

2828
## In progress / good first issues
2929

30-
- [ ] **`npm run preview`** — local browser preview of generated docs ([PR #6](https://github.com/AnkitParekh007/devdocs-forge-agent/pull/6))
30+
- [ ] **`npm run preview`** — local browser preview of generated docs (planned — previous PR closed, open for contribution)
3131
- [ ] **Ollama provider** — local LLM support ([#1](https://github.com/AnkitParekh007/devdocs-forge-agent/issues/1))
3232
- [ ] **OpenRouter provider** — access to 200+ models ([#2](https://github.com/AnkitParekh007/devdocs-forge-agent/issues/2))
3333
- [ ] **Mermaid diagram mode** — architecture diagrams from transcripts ([#3](https://github.com/AnkitParekh007/devdocs-forge-agent/issues/3))

website/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function HeroSection() {
1313
<div className={styles.gridBg} />
1414
<div className={styles.heroLayout}>
1515
<div className={styles.heroLeft}>
16-
<div className={styles.heroBadge}>v0.1.0 · CLI MVP · MIT · Local-first</div>
16+
<div className={styles.heroBadge}>v0.1.1 · CLI MVP · MIT · Local-first</div>
1717
<h1 className={styles.heroTitle}>
1818
<span className={styles.heroGradient}>DevDocs Forge Agent</span>
1919
</h1>
@@ -112,7 +112,7 @@ function HeroSection() {
112112
/* ── 2. Trust strip ────────────────────────────────────────── */
113113
const TRUST_ITEMS = [
114114
{ icon: '⚖️', label: 'MIT License' },
115-
{ icon: '✅', label: '54 tests passing' },
115+
{ icon: '✅', label: '82 tests passing' },
116116
{ icon: '🚫', label: 'No YouTube scraping' },
117117
{ icon: '🤖', label: '4 AI providers' },
118118
{ icon: '🖥️', label: 'Local-first' },

0 commit comments

Comments
 (0)