From fa0c4cb14a28248a1430d717ebbfdf742831d386 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 10:10:08 -0500 Subject: [PATCH 1/7] query natural language --- snooty.toml | 2 +- source/manage-data.txt | 2 +- .../query-with-natural-language.txt | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename source/{query-with-natural-language => }/query-with-natural-language.txt (100%) diff --git a/snooty.toml b/snooty.toml index c561d6bac..499f6c9fb 100644 --- a/snooty.toml +++ b/snooty.toml @@ -21,7 +21,7 @@ toc_landing_pages = [ "/instance", "/config-file", "/query/filter", - "/query-with-natural-language/query-with-natural-language", + "/query-with-natural-language", "/query/queries", "/documents", "/schema", diff --git a/source/manage-data.txt b/source/manage-data.txt index f281111fa..0576f69bd 100644 --- a/source/manage-data.txt +++ b/source/manage-data.txt @@ -53,7 +53,7 @@ Interact with Your Data Manage Views Manage Documents Query - Query with Natural Language + Query with Natural Language Manage Indexes Analyze Data Schema View Performance diff --git a/source/query-with-natural-language/query-with-natural-language.txt b/source/query-with-natural-language.txt similarity index 100% rename from source/query-with-natural-language/query-with-natural-language.txt rename to source/query-with-natural-language.txt From 0ee6bb852de248141423956a25b750573d359c45 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 10:21:16 -0500 Subject: [PATCH 2/7] redirect --- config/redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/redirects b/config/redirects index 17bbcfa51..a99194b09 100644 --- a/config/redirects +++ b/config/redirects @@ -16,3 +16,6 @@ raw: docs/compass/ -> ${base}/current/ # DOCSP-44185 - Cmd line options redirect [*]: docs/compass/${version}/command-line-options/ -> ${base}/current/settings/command-line-options/ + +# Repetitive file paths +[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language -> ${base}/${version}/query-with-natural-language \ No newline at end of file From 7323afb980537998813ba7d5e5bbc599d007f04f Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 10:25:23 -0500 Subject: [PATCH 3/7] vale checks --- .github/workflows/vale-tdbx.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/vale-tdbx.yml b/.github/workflows/vale-tdbx.yml index f7df49600..a7b24de9d 100644 --- a/.github/workflows/vale-tdbx.yml +++ b/.github/workflows/vale-tdbx.yml @@ -15,6 +15,9 @@ jobs: - name: checkout uses: actions/checkout@master + - name: Install docutils + run: sudo apt-get install -y docutils + - id: files uses: masesgroup/retrieve-changed-files@v2 with: From 0d8bfb88caec189c5960c4a002da66ed4a5453db Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 11:37:23 -0500 Subject: [PATCH 4/7] slash --- config/redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index a99194b09..c10f9d8e4 100644 --- a/config/redirects +++ b/config/redirects @@ -18,4 +18,4 @@ raw: docs/compass/ -> ${base}/current/ [*]: docs/compass/${version}/command-line-options/ -> ${base}/current/settings/command-line-options/ # Repetitive file paths -[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language -> ${base}/${version}/query-with-natural-language \ No newline at end of file +[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/ \ No newline at end of file From b6cb81c9c980239dc7754d8e3fd295a4eefae960 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 11:52:27 -0500 Subject: [PATCH 5/7] newline --- config/redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index c10f9d8e4..9d8a19f0c 100644 --- a/config/redirects +++ b/config/redirects @@ -18,4 +18,4 @@ raw: docs/compass/ -> ${base}/current/ [*]: docs/compass/${version}/command-line-options/ -> ${base}/current/settings/command-line-options/ # Repetitive file paths -[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/ \ No newline at end of file +[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/ From 19a53e7b8a25ff9c3a4bd984cf5102be2b7f3d83 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 11:54:14 -0500 Subject: [PATCH 6/7] newline 2... --- config/redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/config/redirects b/config/redirects index 9d8a19f0c..5907bcda0 100644 --- a/config/redirects +++ b/config/redirects @@ -19,3 +19,4 @@ raw: docs/compass/ -> ${base}/current/ # Repetitive file paths [*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/ + From 5330151dc1828308a6d8b140475c8f54e078f8c8 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 22 Jan 2025 11:57:30 -0500 Subject: [PATCH 7/7] newline back --- config/redirects | 1 - 1 file changed, 1 deletion(-) diff --git a/config/redirects b/config/redirects index 5907bcda0..9d8a19f0c 100644 --- a/config/redirects +++ b/config/redirects @@ -19,4 +19,3 @@ raw: docs/compass/ -> ${base}/current/ # Repetitive file paths [*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/ -