Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Added a Markdown Generator:
generate documentations in 'markdown' format
The main reason is that some builds break with markdown files that include html.
The thrift --help is now with a generator 'markdown' option:
markdown (MARKDOWN): suffix: Create files/links with/out 'md|html' default None noescape: Do not escape with html-entities in doc text.
Some Markdown Generator Results Available at:
- a direct view of a 'md' files
- a view of docs-generators:
- mkdocs build - https://swc-db.readthedocs.io/en/latest/use/thriftclient/
- GitHub Jekyll theme build - https://kashirin-alex.github.io/swc-db/use/thriftclient/#the-swc-db-thrift-modules
Note:
-- the t_markdown_generator.cc is mostly based on the t_html_generator.cc, while both can be improved by using structured template for populating data by the specific-structure
Attachments
Issue Links
- links to