Graylog2 / documentation

Archived Graylog documentation. See https://docs.graylog.org/ for the new documentation.
http://archivedocs.graylog.org/
Other
146 stars 248 forks source link

Fix URLHaus Feed Type indenting #1179

Closed danotorrey closed 3 years ago

danotorrey commented 3 years ago

Fix the indenting, which was done improperly by @danotorrey in attempt to fix the PR check failure. https://github.com/Graylog2/documentation/pull/1173#issuecomment-866854748

It looks like Sphinx did not like the varied indent that was originally coded in #1173

Warning: Definition list ends without a blank line; unexpected unindent.

I attempted to fix it in https://github.com/Graylog2/documentation/pull/1178/commits/1cd2b0756e3de1a78de02e6b81165d500e05553f, but I actually made the indent correct.

This was the best I could do to fix it.

image

danotorrey commented 3 years ago

@waab76 Please let me know if there is a better way to format the indent. I think the original idea was for the Feed Type choices to be indented further, but I don't see a way for that to work in a way that is approved by the PR checks.