-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
New doc fixes #6156
New doc fixes #6156
Conversation
👍 |
@@ -31,7 +31,7 @@ There will be 24 segments for this datasource, one segment per hour in the input | |||
|
|||
Running a COUNT(*) query on this datasource shows that there are 39,244 rows: | |||
|
|||
``` | |||
```bash |
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.
Maybe using sql
here would be better.
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.
hm, it's not purely SQL, and it shows the output from a shell, so I'll keep this as bash for now
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.
Okay, this also makes sense. 😅
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.
yeah, I think there's some ambiguity in how to classify it, in the end I decided to go with "bash" because I can say that all parts of that snippet are "shell text" but I can't say that all parts are "sql".
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.
Indeed, thanks for explaining this.
Fixes some broken links and tags code blocks with
json
andbash
where appropriate in the new tutorial/quickstart/api/configuration docs