Skip to content

augment-solutions/deep-wikis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep-wikis

Source of truth for the published Deep Wiki site. Each subdirectory under src/content/wikis/<slug>/ is one repository's wiki, generated by the auggie-deep-wiki skill.

This repository is wired to a Vercel project. Every push to main triggers an Astro build that rebuilds the unified site (landing page + one route per wiki).

How wikis land here

The skill's publish_git.py clones this repo, writes a new content entry under src/content/wikis/<slug>/index.mdx, commits, and pushes. A re-run for the same slug overwrites only that subdir, so every push is idempotent at the per-wiki level.

src/content/wikis/
├── pallets-click/index.mdx
├── reference-lapack-lapack/index.mdx
└── …                                # one directory per published wiki

Running locally

npm install
npm run dev          # http://localhost:4321
npm run build        # produces dist/

Do not hand-edit src/content/wikis/*

Wiki entries are agent-generated. Manual edits will be clobbered the next time the skill publishes the same slug. If you need to fix generated content, rerun the skill against the same repo and let it regenerate the entry.

Vercel configuration (one-time)

  1. Create a Vercel project from this repo (defaults work — Astro is detected automatically).
  2. No environment variables required for the build.
  3. Production branch: main.

About

Unified Astro site that aggregates Deep Wikis generated by the auggie-deep-wiki skill. Auto-deploys to Vercel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages