Skip to content

DOCSP-46667-Repetitive-file-path-query-natural-language #711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/vale-tdbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: checkout
uses: actions/checkout@master

- name: Install docutils
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[non-blocker] just checking this belongs in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup! it's to stop the vale checks from automatically failing

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perf thanks for the confirm!

run: sudo apt-get install -y docutils

- id: files
uses: masesgroup/retrieve-changed-files@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[non-blocker] just a heads up we want to make sure the file ends with a newline!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not showing it in github 😿 but i have added one

2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/manage-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Interact with Your Data
Manage Views </views>
Manage Documents </documents>
Query </query/filter>
Query with Natural Language </query-with-natural-language/query-with-natural-language>
Query with Natural Language </query-with-natural-language>
Manage Indexes </indexes>
Analyze Data Schema </schema>
View Performance </performance>
Expand Down
Loading