diff --git a/projects/wiki.mdx b/projects/wiki.mdx index a977d51..feba4ac 100644 --- a/projects/wiki.mdx +++ b/projects/wiki.mdx @@ -25,12 +25,12 @@ queries, render derived content, and build static sites. ## Repositories -| Repository | Purpose | -| ----------------------------------------------------------------------------- | -------------------------------------------------- | -| [wiki](https://github.com/wazootech/wiki) | CLI, Python package, docs, and core implementation | -| [wiki-template](https://github.com/wazootech/wiki-template) | Generic starter workspace | -| [llm-wiki-template](https://github.com/wazootech/llm-wiki-template) | Agent-oriented wiki starter | -| [wiki-mintlify-template](https://github.com/wazootech/wiki-mintlify-template) | Mintlify docs from a Wiki vault | +| Repository | Purpose | +| -------------------------------------------------------------------------- | -------------------------------------------------- | +| [wiki](https://github.com/wazootech/wiki) | CLI, Python package, docs, and core implementation | +| [generic](https://github.com/wazootech/wiki-templates/tree/main/generic) | Generic starter workspace | +| [llm-wiki](https://github.com/wazootech/wiki-templates/tree/main/llm-wiki) | Agent-oriented wiki starter | +| [mintlify](https://github.com/wazootech/wiki-templates/tree/main/mintlify) | Mintlify docs from a Wiki vault | ## Programmatic integration diff --git a/projects/wiki/templates/index.mdx b/projects/wiki/templates/index.mdx index 2c1e3dd..5a9932e 100644 --- a/projects/wiki/templates/index.mdx +++ b/projects/wiki/templates/index.mdx @@ -9,24 +9,26 @@ assembling every piece by hand. ## Available templates -| Template | Description | -| ------------------------------------------------------------------------------- | ------------------------------------------------------------ | -| [wiki-template](https://github.com/wazootech/wiki-template) | Generic Wiki workspace starter | -| [llm-wiki-template](https://github.com/wazootech/llm-wiki-template) | Agent-oriented wiki with shapes and SPARQL-backed indexes | -| [wiki-mintlify-template](https://github.com/wazootech/wiki-mintlify-template) | Mintlify docs site from a Wiki vault | -| [wiki-holocron-template](https://github.com/wazootech/wiki-holocron-template) | Holocron docs site from a Wiki-compatible vault | -| [wiki-nextjs-template](https://github.com/wazootech/wiki-nextjs-template) | Next.js static site consuming exported JSON-LD | -| [wiki-astro-template](https://github.com/wazootech/wiki-astro-template) | Astro static site consuming exported JSON-LD | -| [wiki-quartz-template](https://github.com/wazootech/wiki-quartz-template) | Quartz publish workflow with Wiki checks | -| [wiki-yasgui-template](https://github.com/wazootech/wiki-yasgui-template) | SPARQL explorer over exported wiki RDF | -| [wiki-wikipedia-template](https://github.com/wazootech/wiki-wikipedia-template) | Wikipedia-style static layout powered by the Wiki Python API | +| Template | Description | +| ---------------------------------------------------------------------------- | ------------------------------------------------------------------ | +| [generic](https://github.com/wazootech/wiki-templates/tree/main/generic) | Generic Wiki workspace starter | +| [quartz](https://github.com/wazootech/wiki-templates/tree/main/quartz) | Quartz publish workflow with Wiki checks | +| [llm-wiki](https://github.com/wazootech/wiki-templates/tree/main/llm-wiki) | Agent-oriented wiki with shapes and SPARQL-backed indexes | +| [yasgui](https://github.com/wazootech/wiki-templates/tree/main/yasgui) | SPARQL explorer over exported wiki RDF | +| [wikipedia](https://github.com/wazootech/wiki-templates/tree/main/wikipedia) | Wikipedia-style static layout powered by the Wiki Python API | +| [mintlify](https://github.com/wazootech/wiki-templates/tree/main/mintlify) | Mintlify docs site from a Wiki vault | +| [holocron](https://github.com/wazootech/wiki-templates/tree/main/holocron) | Holocron docs site from a Wiki-compatible vault | +| [astro](https://github.com/wazootech/wiki-templates/tree/main/astro) | Astro static site consuming exported JSON-LD | +| [nextjs](https://github.com/wazootech/wiki-templates/tree/main/nextjs) | Next.js static site consuming exported JSON-LD | +| [camunda](https://github.com/wazootech/wiki-templates/tree/main/camunda) | Camunda BPMN/DMN governance knowledge base with SHACL shapes | +| [cocoindex](https://github.com/wazootech/wiki-templates/tree/main/cocoindex) | CocoIndex incremental sidecar for Wiki memory, RAG, and provenance | ## Which template should you choose? -- Choose **wiki-template** for a normal semantic wiki. -- Choose **llm-wiki-template** for agent-maintained knowledge bases. -- Choose **wiki-mintlify-template** if you want docs hosted on Mintlify. -- Choose **wiki-yasgui-template** if you want to inspect wiki RDF with SPARQL. +- Choose **generic** for a normal semantic wiki. +- Choose **llm-wiki** for agent-maintained knowledge bases. +- Choose **mintlify** if you want docs hosted on Mintlify. +- Choose **yasgui** if you want to inspect wiki RDF with SPARQL. ## Related