This is a better looking version of what Java and C# have had for a long time (kudos to the author for that!), is that the inspiration for this tool? https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html https://dotnet.github.io/docfx/ I saw the author mentioned in another comment that they found themselves peeping inside type declaration files “too often”. While I do often use sites generated…
– Source: Hacker News
/
9 months ago
Actually, we use it for OptiTune, it’s called “docfx” https://dotnet.github.io/docfx/.
Source:
over 2 years ago
We would really prefer to use a somewhat generic pre-made tool for this (such as DocFX) compared to rolling our own solution. We can roll our own solution… But would prefer not to so that we can minimize development and maintenance overhead.
Source:
over 2 years ago
I use docfx from microsoft to generate documentation for all my oss libraries.
Source:
almost 3 years ago
My best guess would be that there’s a CI/CD pipeline in GitHub that utilizes DocFX to convert the Markdown files to HTML. The constructed HTML files are then placed in an Azure Storage account that configured for Static Website Hosting combined with Azure CDN.
Source:
about 3 years ago
For those of you who are new to DocFX, DocFX is static site generator from source code files and markdown. It is mainly used for documentation, however it is important to mention that it is flexible to be used for many different purposes. Some use it for blogging, profile site,… Really its up to you to define what to use it for. For more information on DocFX you can visit their official website.
– Source: dev.to
/
over 3 years ago
It depends on what tool you want to use. DocFx generates the overview.
Source:
over 3 years ago