-
Notifications
You must be signed in to change notification settings - Fork 74
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
DOCSP-46667-Repetitive-file-path-query-natural-language #711
Conversation
✅ Deploy Preview for docs-compass ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a couple of non-blocking nits!
config/redirects
Outdated
@@ -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 |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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
@@ -15,6 +15,9 @@ jobs: | |||
- name: checkout | |||
uses: actions/checkout@master | |||
|
|||
- name: Install docutils |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
DESCRIPTION
updates /query-with-natural-language/query-with-natural-language -> /query-with-natural-language, adds a redirect for this path, and adds dependency for vale checks
STAGING
https://deploy-preview-711--docs-compass.netlify.app/query-with-natural-language/
Mut output:
JIRA
https://jira.mongodb.org/browse/DOCSP-46667
BUILD LOG
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?