From 5594305cd84e2f08a5a45f031f0be07dee6a6c58 Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Tue, 30 Jun 2026 12:51:58 +0100 Subject: [PATCH 1/2] Move coding agent menu to under home --- .../ROOT/pages/{get-started => }/configure-coding-agent.adoc | 0 home/modules/ROOT/pages/get-started/index.adoc | 2 +- home/modules/ROOT/pages/get-started/overview.adoc | 2 +- home/modules/ROOT/partials/nav.adoc | 3 ++- 4 files changed, 4 insertions(+), 3 deletions(-) rename home/modules/ROOT/pages/{get-started => }/configure-coding-agent.adoc (100%) diff --git a/home/modules/ROOT/pages/get-started/configure-coding-agent.adoc b/home/modules/ROOT/pages/configure-coding-agent.adoc similarity index 100% rename from home/modules/ROOT/pages/get-started/configure-coding-agent.adoc rename to home/modules/ROOT/pages/configure-coding-agent.adoc diff --git a/home/modules/ROOT/pages/get-started/index.adoc b/home/modules/ROOT/pages/get-started/index.adoc index e169fd1ef..54f0b2339 100644 --- a/home/modules/ROOT/pages/get-started/index.adoc +++ b/home/modules/ROOT/pages/get-started/index.adoc @@ -38,7 +38,7 @@ Learn to write TypeQL queries for writing and reading data. Combine simple queries into query pipelines and functions. **** -.xref:{page-version}@home::get-started/configure-coding-agent.adoc[] +.xref:{page-version}@home::configure-coding-agent.adoc[] [.clickable] **** Configure your AI coding agent to write valid TypeQL. diff --git a/home/modules/ROOT/pages/get-started/overview.adoc b/home/modules/ROOT/pages/get-started/overview.adoc index 4c546393f..535ef4e73 100644 --- a/home/modules/ROOT/pages/get-started/overview.adoc +++ b/home/modules/ROOT/pages/get-started/overview.adoc @@ -60,6 +60,6 @@ include::{page-version}@home::page$get-started/data.adoc[tag=match-insert1] . Use your loaded schema and data to write aggregation queries, compose query pipelines, and create functions in xref:{page-version}@home::get-started/query-composition.adoc[] -. Optional: xref:{page-version}@home::get-started/configure-coding-agent.adoc[] +. Optional: xref:{page-version}@home::configure-coding-agent.adoc[] .. Install `typeql-check` from your package manager (the same channels as TypeDB Console). .. Drop `typedb-skills/typeql.md` into your coding agent so it can write TypeQL for you. diff --git a/home/modules/ROOT/partials/nav.adoc b/home/modules/ROOT/partials/nav.adoc index b3c9f7d95..bdb596bca 100644 --- a/home/modules/ROOT/partials/nav.adoc +++ b/home/modules/ROOT/partials/nav.adoc @@ -21,4 +21,5 @@ ** xref:{page-version}@home::get-started/schema.adoc[] ** xref:{page-version}@home::get-started/data.adoc[] ** xref:{page-version}@home::get-started/query-composition.adoc[] -** xref:{page-version}@home::get-started/configure-coding-agent.adoc[] + +* xref:{page-version}@home::configure-coding-agent.adoc[] From ece8faccbea4fbffba4cbc029bb68591720506ac Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Tue, 30 Jun 2026 13:45:50 +0100 Subject: [PATCH 2/2] Move coding agent menu to under home --- home/modules/ROOT/pages/get-started/index.adoc | 6 ------ home/modules/ROOT/pages/index.adoc | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/modules/ROOT/pages/get-started/index.adoc b/home/modules/ROOT/pages/get-started/index.adoc index 54f0b2339..ae31b5d5a 100644 --- a/home/modules/ROOT/pages/get-started/index.adoc +++ b/home/modules/ROOT/pages/get-started/index.adoc @@ -37,10 +37,4 @@ Learn to write TypeQL queries for writing and reading data. **** Combine simple queries into query pipelines and functions. **** - -.xref:{page-version}@home::configure-coding-agent.adoc[] -[.clickable] -**** -Configure your AI coding agent to write valid TypeQL. -**** -- diff --git a/home/modules/ROOT/pages/index.adoc b/home/modules/ROOT/pages/index.adoc index 860edb2f9..744f90ba6 100644 --- a/home/modules/ROOT/pages/index.adoc +++ b/home/modules/ROOT/pages/index.adoc @@ -33,4 +33,10 @@ Get up and running with TypeDB, from setup to queries, without installing a thin **** Choose and install the right TypeDB distribution and applications for your needs. **** + +.xref:{page-version}@home::configure-coding-agent.adoc[] +[.clickable] +**** +Configure your AI coding agent to write valid TypeQL. +**** --