Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Apr 21, 2024
1 parent 8f781fc commit a75d0b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@

# doki

> A modern .NET Documentation Framework
Doki is a .NET code documentation framework that allows you to generate documentation from your codebase.

It uses the XML documentation comments in your code to generate documentation in various formats, such as Markdown,
Blazor, and more.

> **Note:** Doki is still in preview. Currently, only the Markdown output is available.
## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/Doki/Doki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>Doki</PackageId>
<Authors>david@vollmers.org</Authors>
<Copyright>David Vollmers</Copyright>
<Description>A modern .NET Documentation Framework</Description>
<Description>A modern .NET Code Documentation Framework</Description>
<PackageProjectUrl>https://github.com/DavidVollmers/doki</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit a75d0b8

Please sign in to comment.