Skip to content

Commit 25fb907

Browse files
authored
DOCSP-46667: Repetitive file path: query natural language (#711)
* query natural language * redirect * vale checks * slash * newline * newline 2... * newline back
1 parent 5f67be7 commit 25fb907

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

.github/workflows/vale-tdbx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: checkout
1616
uses: actions/checkout@master
1717

18+
- name: Install docutils
19+
run: sudo apt-get install -y docutils
20+
1821
- id: files
1922
uses: masesgroup/retrieve-changed-files@v2
2023
with:

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ raw: docs/compass/ -> ${base}/current/
1616

1717
# DOCSP-44185 - Cmd line options redirect
1818
[*]: docs/compass/${version}/command-line-options/ -> ${base}/current/settings/command-line-options/
19+
20+
# Repetitive file paths
21+
[*]: docs/compass/${version}/query-with-natural-language/query-with-natural-language/ -> ${base}/${version}/query-with-natural-language/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ toc_landing_pages = [
2121
"/instance",
2222
"/config-file",
2323
"/query/filter",
24-
"/query-with-natural-language/query-with-natural-language",
24+
"/query-with-natural-language",
2525
"/query/queries",
2626
"/documents",
2727
"/schema",

source/manage-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Interact with Your Data
5353
Manage Views </views>
5454
Manage Documents </documents>
5555
Query </query/filter>
56-
Query with Natural Language </query-with-natural-language/query-with-natural-language>
56+
Query with Natural Language </query-with-natural-language>
5757
Manage Indexes </indexes>
5858
Analyze Data Schema </schema>
5959
View Performance </performance>

0 commit comments

Comments
 (0)