Magnus Henoch
179253a2fc
Fix documentation formatting ( #8079 )
...
The Markdown dialect used when publishing the documentation to the web
site is much more sensitive than Github-flavoured Markdown. In
particular, it requires an empty line before code blocks (unless the
code block starts right after a heading), otherwise the code block
gets formatted in-line with the previous paragraph. Likewise for
bullet-point lists.
2019-07-15 09:55:18 -07:00
Jonathan Wei
74960e82bf
Add more Apache branding to docs ( #7515 )
2019-04-19 15:52:26 -07:00
David Lim
f7bbee2e65
Front Matter header needs to be on the first line for md to be rendered properly by jekyll ( #6733 )
2018-12-13 11:47:20 -08:00
Vadim Ogievetsky
da4836f38c
Added titles and harmonized docs to improve usability and SEO ( #6731 )
...
* added titles and harmonized docs
* manually fixed some titles
2018-12-12 20:42:12 -08:00
David Lim
afb239b17a
add missing license headers, in particular to MD files; clean up RAT … ( #6563 )
...
* add missing license headers, in particular to MD files; clean up RAT exclusions
* revert inadvertent doc changes
* docs
* cr changes
* fix modified druid-production.svg
2018-11-13 09:38:37 -08:00
Nathan Hartwell
ea30c05355
Adding ParserSpec for Influx Line Protocol ( #5440 )
...
* Adding ParserSpec for Influx Line Protocol
* Addressing PR feedback
- Remove extraneous TODO
- Better handling of parse errors (e.g. invalid timestamp)
- Handle sub-millisecond timestamps
* Adding documentation for Influx parser
* Fixing docs
2018-03-26 14:28:46 -07:00