File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
- name : checkout
16
16
uses : actions/checkout@master
17
17
18
+ - name : Install docutils
19
+ run : sudo apt-get install -y docutils
20
+
18
21
- id : files
19
22
uses : masesgroup/retrieve-changed-files@v2
20
23
with :
Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ raw: docs/compass/ -> ${base}/current/
16
16
17
17
# DOCSP-44185 - Cmd line options redirect
18
18
[*]: 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/
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ toc_landing_pages = [
21
21
" /instance" ,
22
22
" /config-file" ,
23
23
" /query/filter" ,
24
- " /query-with-natural-language/query-with-natural-language " ,
24
+ " /query-with-natural-language" ,
25
25
" /query/queries" ,
26
26
" /documents" ,
27
27
" /schema" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Interact with Your Data
53
53
Manage Views </views>
54
54
Manage Documents </documents>
55
55
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>
57
57
Manage Indexes </indexes>
58
58
Analyze Data Schema </schema>
59
59
View Performance </performance>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments