Skip to content
Open
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
12 changes: 6 additions & 6 deletions projects/wiki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
32 changes: 17 additions & 15 deletions projects/wiki/templates/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename generic template to something friendlier like welcome, hello-world, etc.

| [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

Expand Down