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 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 :
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments