From c190ecb81ea607c9e2d68cd74262d321567876cc Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Sat, 23 May 2026 11:36:58 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20review=20follow-ups=20=E2=80=94?= =?UTF-8?q?=20naming=20consistency,=20extras=20snippet,=20nav=20card=20ord?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - installation.md: revert card title back to "Getting Started" to match the Tip text that already links to it by that name - getting-started.md: restore pip install semantica[all] code block that was removed in the original PR; users need the copy-paste snippet even when the Installation guide is the canonical reference; also standardize link text to "Installation" (was "Installation guide") - index.md: add Installation card as first entry in "Start Here" CardGroup so the prose ("install first, then open Quickstart") is backed by an actual card to click - quickstart.md: standardize link text to "Installation" (was "Installation guide") --- docs/getting-started.md | 8 +++++++- docs/index.md | 3 +++ docs/installation.md | 2 +- docs/quickstart.md | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index bf40fda6..64575b12 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -35,7 +35,13 @@ icon: "rocket" pip install semantica ``` -For virtual environments, extras, and platform-specific setup, see the full [Installation guide](installation). +With all optional dependencies: + +```bash +pip install semantica[all] +``` + +For virtual environments and platform-specific setup, see the full [Installation](installation). Verify: diff --git a/docs/index.md b/docs/index.md index bde45049..b80b7807 100644 --- a/docs/index.md +++ b/docs/index.md @@ -184,6 +184,9 @@ pip install semantica==0.5.0 If you're new to Semantica, install first and then open [Quickstart](quickstart). Use [Core Concepts](concepts) or [API Reference](reference/context) when you need more context or exact details. + + Get Semantica installed in under a minute. + Build a complete knowledge graph pipeline in 5 minutes. diff --git a/docs/installation.md b/docs/installation.md index 1955d9a8..b1cf5cb4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -181,7 +181,7 @@ Install the [Microsoft Visual C++ Redistributable](https://aka.ms/vs/17/release/ ## Next Steps - + Understand what Semantica does before you build. diff --git a/docs/quickstart.md b/docs/quickstart.md index 9b6e499d..00767e6c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,7 +8,7 @@ icon: "rocket" **v0.5.0** — Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. [What's new →](index#whats-new) -This guide walks you through the end-to-end pipeline for building your first knowledge graph in 5 minutes. Start here after installation. If you still need setup help, see the [Installation guide](installation). You need Python 3.8+ and nothing else to start. An LLM API key is optional; pattern-based extraction works out of the box. +This guide walks you through the end-to-end pipeline for building your first knowledge graph in 5 minutes. Start here after installation. If you still need setup help, see [Installation](installation). You need Python 3.8+ and nothing else to start. An LLM API key is optional; pattern-based extraction works out of the box. ---