diff --git a/docs/docs.json b/docs/docs.json index 05f74cb2..a6eed795 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -210,6 +210,10 @@ ] } ] + }, + { + "tab": "Changelog", + "href": "https://github.com/semantica-agi/semantica/releases" } ] }, diff --git a/docs/index.md b/docs/index.md index d5be90ff..492d1a7d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -263,7 +263,7 @@ Semantica was designed for domains where every decision must be explainable and - [Core Concepts](concepts) — The mental model behind the API - [API Reference](reference/context) — Exact module, class, and method details - [Cookbook](cookbook) — Domain notebooks for real-world use cases -- [Changelog](changelog) — Release history +- [Changelog](https://github.com/semantica-agi/semantica/releases) — Release history ## Full Capabilities diff --git a/docs/quickstart.md b/docs/quickstart.md index 9f3a92bd..ce9c41d6 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -5,7 +5,7 @@ icon: "rocket" --- - **v0.5.0** — Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. What's new → + **v0.5.0** — Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. What's new → This guide walks you through the end-to-end pipeline for building your first knowledge graph. Start here after installation. An LLM API key is optional: pattern-based extraction works out of the box.