-
Notifications
You must be signed in to change notification settings - Fork 88
Description
I've written a Visual Studio custom debugging visualizer for expression trees (and other types in System.Linq.Expressions.Expression).
I would like to expose links to the documentation at https://github.com/IronLanguages/dlr/tree/master/Docs from within the visualizer's context menu, much like I already link to the standard Microsoft documentation. Specifically, to expr-tree-spec
and dlr-overview
. Currently, the files are stored as PDFs and Word documents, which means it's impossible to link within these files, only to the files themselves.
Are there any plans to move this documentation to Microsoft Docs? Or, perhaps to the wiki section on this repo? Or some other globally available host? Presumably it would be easier to work with these files in Markdown; I would be willing to carry out this conversion.
If the documentation is moved to the wiki, what guarantees would I have that the headings -- required for deep linking -- would remain the same?