-
Notifications
You must be signed in to change notification settings - Fork 33
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
[DOC] Ensure PPL docs have consistent look #926
Conversation
Signed-off-by: Lantao Jin <[email protected]>
Signed-off-by: Lantao Jin <[email protected]>
Signed-off-by: Lantao Jin <[email protected]>
docs/ppl-lang/ppl-dedup-command.md
Outdated
@@ -1,6 +1,6 @@ | |||
# PPL dedup command | |||
## PPL dedup command |
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.
We are inconsistently using back ticks for commands. Let's use a back tick dedup
docs/ppl-lang/ppl-grok-command.md
Outdated
@@ -1,4 +1,4 @@ | |||
## PPL Correlation Command | |||
## PPL Grok Command |
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.
should be lower case and include back ticks grok
docs/ppl-lang/ppl-join-command.md
Outdated
@@ -1,10 +1,115 @@ | |||
## PPL Join Command |
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.
Missing back ticks and lowercase join
docs/ppl-lang/ppl-lookup-command.md
Outdated
@@ -1,20 +1,18 @@ | |||
## PPL Lookup Command |
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.
lookup
as lowercase
docs/ppl-lang/ppl-rare-command.md
Outdated
@@ -1,11 +1,11 @@ | |||
## PPL rare Command |
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.
Missing back ticks rare
docs/ppl-lang/ppl-top-command.md
Outdated
@@ -1,6 +1,6 @@ | |||
## PPL top Command |
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.
missing back ticks top
@@ -1,6 +1,6 @@ | |||
## PPL trendline Command |
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.
missing back ticks trendline
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.
Left comments around using capitalization and back ticks.
Signed-off-by: Lantao Jin <[email protected]>
Done. Thanks @brijos |
@LantaoJin can u plz use this pr to also fix the hyper-link issue here ? |
Signed-off-by: Lantao Jin <[email protected]>
* refactor ppl docs to keep consistent look Signed-off-by: Lantao Jin <[email protected]> * remove auto generated file Signed-off-by: Lantao Jin <[email protected]> * minor updates Signed-off-by: Lantao Jin <[email protected]> * address comments Signed-off-by: Lantao Jin <[email protected]> * fix hyper-link issue Signed-off-by: Lantao Jin <[email protected]> --------- Signed-off-by: Lantao Jin <[email protected]>
Description
Main updates:
Renamed functions/ppl-lambda.md -> functions/ppl-collection.md
Move lambda functions to functions/ppl-json.md
Refactor ppl-join-command.md, ppl-lookup-command.md, ppl-subquery-command.md
Related Issues
Resolves #925
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.