From 2d32cb7c506cb6b9e8f4c971a7918a0f8af86b17 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:41:08 -0700 Subject: [PATCH 1/2] docs: update template references to wiki-templates monorepo --- projects/wiki.mdx | 6 +++--- projects/wiki/templates/index.mdx | 28 +++++++++++++++------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/projects/wiki.mdx b/projects/wiki.mdx index a977d51..9835ef7 100644 --- a/projects/wiki.mdx +++ b/projects/wiki.mdx @@ -28,9 +28,9 @@ queries, render derived content, and build static sites. | 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 | +| [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..02ba0e2 100644 --- a/projects/wiki/templates/index.mdx +++ b/projects/wiki/templates/index.mdx @@ -11,22 +11,24 @@ assembling every piece by hand. | 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 | +| [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 From 3b9f678da4766f71bc918e31707e69dc054f7706 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:47:38 -0700 Subject: [PATCH 2/2] style: run prettier to format changed files --- projects/wiki.mdx | 12 ++++++------ projects/wiki/templates/index.mdx | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/projects/wiki.mdx b/projects/wiki.mdx index 9835ef7..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 | -| [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 | +| 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 02ba0e2..5a9932e 100644 --- a/projects/wiki/templates/index.mdx +++ b/projects/wiki/templates/index.mdx @@ -9,19 +9,19 @@ assembling every piece by hand. ## Available templates -| 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 | +| 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?