#docfx — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #docfx, aggregated by home.social.
-
Aptivi Development Toolkit (ADT) and modern GitHub Pages deployment workflow rollout for our projects is finished!
#ADT #Aptivi #GitHub #DocFX #dotnet #csharp #programming #TechNews #TechUpdates
-
Our sincere apology regarding API docs deployment glitches causing outdated pages and Aptivi design to appear.
#Aptivi #Branding #Website #TechNews #TechUpdates #dotnet #csharp #programming #Nitrocid #DocFX
-
Mobile experience made better thanks to improvements made to our sites!
#Aptivi #Blogging #Website #Computers #Laptops #TechNews #TechUpdates #DocFX #csharp #programming #dotnet #Blazor #Razor
https://officialaptivi.wordpress.com/2026/01/16/mobile-experience-made-better-with-our-sites/
-
Mobile experience made better thanks to improvements made to our sites!
#Aptivi #Blogging #Website #Computers #Laptops #TechNews #TechUpdates #DocFX #csharp #programming #dotnet #Blazor #Razor
https://officialaptivi.wordpress.com/2026/01/16/mobile-experience-made-better-with-our-sites/
-
Mobile experience made better thanks to improvements made to our sites!
#Aptivi #Blogging #Website #Computers #Laptops #TechNews #TechUpdates #DocFX #csharp #programming #dotnet #Blazor #Razor
https://officialaptivi.wordpress.com/2026/01/16/mobile-experience-made-better-with-our-sites/
-
Mobile experience made better thanks to improvements made to our sites!
#Aptivi #Blogging #Website #Computers #Laptops #TechNews #TechUpdates #DocFX #csharp #programming #dotnet #Blazor #Razor
https://officialaptivi.wordpress.com/2026/01/16/mobile-experience-made-better-with-our-sites/
-
Feeling like I should be able to publish the new API documentation site for @xunit in the next day or two.
The last big issue to resolve is dealing with DocFX's `uid` collisions when trying to have more than one version of an API documented on the site at a time. Should be a fairly mechanical YML + JSON transformation after `docfx metadata`. #DotNet #DocFX
-
Does anyone know of a good blog plugin for #DocFX?
I wanna be able to have it build a simple blog feed similar to how e.g. jekyll does things. Preferably complete with an RSS feed and everything.
I guess the worst case here is I could just embed another markdown blog engine into docfx. Hrm.
-
RenovateBot is a wonderful piece of software. 👏🏆
In about 5 minutes, I added a custom manager that can pick up the latest #docfx release from nuget and plop it into the Dockerfile for our docfx-action project. Delightful that it was so simple & well-documented.
-
New blog post: "How to Set Up Netlify Deploys for Docfx using GitHub Actions"
https://seankilleen.com/2024/02/how-to-set-up-netlify-deploys-for-docfx-using-github-actions/
-
Use #docfx? Ever wish you had Netlify deployment previews for your site?
It's doable via @github actions!
Here's our workflow: https://github.com/nunit/docs/blob/master/.github/workflows/build-process.yml#L71C2-L103
General steps:
* Create a GitHub environment for the deployment
* Push the built files to a Netlify deploy
* Get the URL for the deployment
* Post/update a sticky comment. -
@lananovikova @chrischinchilla This looks very interesting. Could it be a replacement for #DocFX that we are using to document #dotnet based libraries and frameworks?
https://dotnet.github.io/docfx -
Latest #OSS fun: the #nunit docs now have a sample project we pull code from for the #docfx docs. Ensures the examples are more reliable, allows us to use our own analyzers & tooling to refactor, lets us check our samples in CI, makes it easier to build out real samples in the future. Very happy about this!
-
A fun little bit of #oss hacking tonight! #docfx released a new version that runs as a #dotnet global tool. I was able to update the #nunit docs docfx-action #github action to drastically simplify it. It now is based on the #dotnet #ubuntu container with a small tool install. Then I updated the NUnit docs #devcontainer to be based on that, plus our node tooling.
Simpler, faster, nicer. Feels good.
-
I discovered some new (albeit very faint) sign of life in #DocFX
https://github.com/dotnet/docfx/issues/7050#issuecomment-1343308898
But it could just be yet another wishful misinterpretation like the many times before in the last few years.
#dotnet #documentation #nuget #FOSS @bot -
The situation with writing #documentation for #dotnet libraries or frameworks is surprisingly bad.
Previously we had #docfx and it looked promising at first but it has long become a dumpster fire: https://github.com/dotnet/docfx/issues/7050#issuecomment-1333562523
AFAIK there is currently not a single all-in-the-box solution for #dotnet documentation right now. You are forced to build your own.