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
86 changes: 0 additions & 86 deletions docs/DESIGN-E.md

This file was deleted.

133 changes: 0 additions & 133 deletions docs/DESIGN.md

This file was deleted.

38 changes: 17 additions & 21 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# docs/ — Knowcap marketing content
# docs/ — Knowcap website assets

Everything humans read in this repo. Mirrors the `docs/` pattern from the main `knowcap` repo, but here the content is brand + research + campaigns instead of architecture + governance + ops.
Website-specific assets only. All knowledge docs (brand, strategy, research, content) migrated to the **claude-knowcap brain** 2026-06-11.

## Layout
→ [claude-knowcap/knowledge/](https://github.com/Knowcap-V2/claude-knowcap/tree/main/knowledge)

| Folder | What |
|---|---|
| [`brand/`](./brand/) | DNA — VISION, POSITIONING, MOAT, STRATEGY, PRODUCT, personas, decisions, design explorations, legacy positioning |
| [`research/`](./research/) | Audits (SEO + GEO), competitor breakdowns, raw data CSVs |
| [`campaigns/`](./campaigns/) | StratDev agency briefs, paid-ad copy, landing-page experiments |
| [`content-pipeline/`](./content-pipeline/) | Blog drafts pre-publish, ideas, video briefs, marketing content plan |
| [`strategy/`](./strategy/) | GTM strategy + June 2026 GTM game plan |
| [`DESIGN.md`](./DESIGN.md) | Primary design system (cream + Space Grotesk) |
| [`DESIGN-E.md`](./DESIGN-E.md) | /e variant design system (brass + midnight forensic dossier) |

## What's NOT here
## What's still here

- The live Next.js website code → `../app/`
- Shipped blog posts (Markdown rendered by Next.js) → `../app/content/blog/`
- Engineer docs (architecture, ops, governance, proposals) → [`Knowcap-V2/knowcap/docs/`](https://github.com/Knowcap-V2/knowcap/tree/main/docs)
| What | Where |
|---|---|
| Live Next.js website code | `../app/` |
| Shipped blog posts | `../app/content/blog/` |

## Cross-links
## What moved to claude-knowcap brain

- `feat()` PRs in the main `knowcap` repo cite `docs/brand/VISION.md` via the full GitHub URL pattern: `https://github.com/Knowcap-V2/knowcap-marketing/blob/main/docs/brand/VISION.md`
- `docs/research/competitors/read.ai/positioning.md` cites Knowcap's brand DNA via full URLs above
- `docs/campaigns/meta-paid-sprint.md` cites `docs/brand/legacy/` and `docs/content-pipeline/video/` via relative paths
| Was here | Now at |
|---|---|
| `brand/` (VISION, MOAT, POSITIONING, STRATEGY, PRODUCT, personas, decisions, design-explorations) | `knowledge/strategies/` · `knowledge/people/` · `knowledge/decisions/` · `knowledge/product/` |
| `research/` (audits, competitors, data) | `knowledge/topics/research/` |
| `campaigns/` | `knowledge/strategies/campaigns/` |
| `content-pipeline/` | `knowledge/content-and-features/content-pipeline/` |
| `strategy/` | `knowledge/strategies/` |
| `DESIGN.md`, `DESIGN-E.md` | `knowledge/product/` |
Loading