Documentation Export - JSON format #2238
|
Hi, Just wondering what can be done with the documentation JSON file that gets exported? More specifically, is there something that can read the JSON file and create human readable output, like a site or md generator? I see the Thanks for any information. |
Answered by
carsakiller
Jul 29, 2023
Replies: 1 comment 1 reply
|
The exported JSON should contain all the info that the language server has on a specific variable. Other than the current Markdown output, there isn't a tool that I know of that is able to convert this JSON output into a website. I would like to make a static site generator for it, but it is not a priority right now and is a while away. |
1 reply
Answer selected by
Rolln-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The exported JSON should contain all the info that the language server has on a specific variable. Other than the current Markdown output, there isn't a tool that I know of that is able to convert this JSON output into a website. I would like to make a static site generator for it, but it is not a priority right now and is a while away.