diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9fff4833..48d510c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,9 @@ on: branches: [main] paths: - 'docs/**' + - 'semantica/**' - 'mkdocs.yml' + - 'requirements-docs.txt' - 'CHANGELOG.md' - 'RELEASE.md' workflow_dispatch: diff --git a/mkdocs.yml b/mkdocs.yml index e14b1aae..0368b770 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,12 @@ site_name: Semantica site_description: Open Source Framework for Semantic Intelligence & Knowledge Engineering -site_url: https://semantica.dev +site_url: https://hawksight-ai.github.io/semantica/ repo_url: https://github.com/Hawksight-AI/semantica repo_name: Hawksight-AI/semantica edit_uri: edit/main/docs/ # Copyright -copyright: Copyright © 2024 Hawksight AI +copyright: Copyright © 2025 Hawksight AI # Theme Configuration theme: @@ -116,6 +116,7 @@ nav: - Graph Store: reference/graph_store.md - Ingest: reference/ingest.md - Knowledge Graph: reference/kg.md + - LLMs: reference/llms.md - Normalize: reference/normalize.md - Ontology: reference/ontology.md - Parse: reference/parse.md @@ -130,9 +131,12 @@ nav: - Visualization: reference/visualization.md - Guides: - concepts.md + - deep-dive.md - modules.md + - glossary.md - use-cases.md - examples.md + - Code Examples: CodeExamples.md - learning-more.md - Cookbook: cookbook.md - Resources: