[lldb] Enable markdown support for documentation
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 28 Sep 2020 19:48:22 +0000 (12:48 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 28 Sep 2020 19:51:15 +0000 (12:51 -0700)
commit8b95bd3310c126e76e0714bea6003a9b1aa739fb
tree94beda4dcdb5b84b7079e2ab18ee5ed9f6502181
parent0156914275be5b07155ecefe4dc2d58588265abc
[lldb] Enable markdown support for documentation

This enables support for writing LLDB documentation in markdown in
addition to reStructured text. We already had documentation written in
markdown (StructuredDataPlugins and DarwinLog) which will now also be
available on the website.
lldb/docs/conf.py
lldb/docs/index.rst
lldb/docs/resources/structureddataplugins.md [new file with mode: 0644]
lldb/docs/structured_data/DarwinLog.md [deleted file]
lldb/docs/structured_data/StructuredDataPlugins.md [deleted file]