<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Marek Węglarz</title>
    <description>The latest articles on DEV Community by Marek Węglarz (@neuroxiq).</description>
    <link>https://dev.to/neuroxiq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1205420%2Fdada5f59-a86e-43af-9b8c-4ceefdc8bf92.jpeg</url>
      <title>DEV Community: Marek Węglarz</title>
      <link>https://dev.to/neuroxiq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neuroxiq"/>
    <language>en</language>
    <item>
      <title>DNDocs</title>
      <dc:creator>Marek Węglarz</dc:creator>
      <pubDate>Wed, 08 Nov 2023 23:12:46 +0000</pubDate>
      <link>https://dev.to/neuroxiq/dndocs-3k6g</link>
      <guid>https://dev.to/neuroxiq/dndocs-3k6g</guid>
      <description>&lt;h2&gt;
  
  
  Free online documentation hosting platform
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hcvlqfPK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/NeuroXiq/DNDocs/assets/19374897/4a4f0d7b-4903-4b92-b82b-db6073d9ece4" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hcvlqfPK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/NeuroXiq/DNDocs/assets/19374897/4a4f0d7b-4903-4b92-b82b-db6073d9ece4" alt="image" width="800" height="485"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/NeuroXiq/DNDocs"&gt;DNDocs - Github&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dndocs.com"&gt;DNDocs.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some time ago I started to develop project for fun - DNDocs.&lt;br&gt;
This website allows to host documentation for .NET Core projects using nuget packages for API Explorer and markdown files cloned from github repository. I tries to make hostin .NET API explorer as simple as possible, so it is possible to host docs in one minute.&lt;/p&gt;

&lt;p&gt;Basically usage is as following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open &lt;a href="https://dndocs.com"&gt;https://dndocs.com&lt;/a&gt; and signin with Github account&lt;/li&gt;
&lt;li&gt;Create a project with Nuget Package Name&lt;/li&gt;
&lt;li&gt;Rebuild Project&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Docfx API explorer is hosted online.&lt;/p&gt;

&lt;h2&gt;
  
  
  Motivation
&lt;/h2&gt;

&lt;p&gt;Looking on github C# repositories lots of them did  not have any documentation online. To take a look on basic project structure&lt;br&gt;
and what methods are exposed we needed to open open each .cs file just to simply look what functions and methods are there.&lt;br&gt;
Also there was not any website that allows to just simply generate and host documentation for .NET Core project online.&lt;/p&gt;

&lt;h2&gt;
  
  
  Solution: DNDocs
&lt;/h2&gt;

&lt;p&gt;DNDocs allows to host API Explorer in one minute.&lt;/p&gt;

&lt;p&gt;Url to documentation can be shared in any form, for example:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Put dndocs API Explorer URL to github project README &lt;/li&gt;
&lt;li&gt;Generate shields.io badge with Project API Explorer, for example: &lt;a href="https://dndocs.com/d/arctium/api/Arctium.Standards.Connection.Tls.Tls13.API.Tls13ClientConfig.html"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XfvnfewP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://img.shields.io/badge/API%2520Docs-DNDocs-190088%3Flogo%3Dreadme%26logoColor%3Dwhite" alt="Static Badge" width="129" height="20"&gt;&lt;/a&gt; &lt;em&gt;(look below in this document for 'shields.io badge informations' to see how to generate exactly same badge)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Or anything other&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If You have a small or medium size .NET Core project - try DNdocs! \&lt;br&gt;
DNdocs can be used as a &lt;em&gt;default project documentation&lt;/em&gt; or &lt;em&gt;temporary documentation&lt;/em&gt; for projects that does not have  any documentation yet. \&lt;/p&gt;

&lt;p&gt;any ideas for improvements are welcome.&lt;/p&gt;

</description>
      <category>documentation</category>
      <category>webdev</category>
      <category>dotnet</category>
      <category>docfx</category>
    </item>
  </channel>
</rss>
