Skip to content

This project demonstrates how we can add docisfy in a ASP.NET Core 3.0 application and serve documentation site.

License

Notifications You must be signed in to change notification settings

bharatdwarkani/docsify-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsify-dotnet-core

Docsify is a magical documentation site generator - https://docsify.js.org. Docsify converts markdown files to static SEO friendly html pages.

This project demonstrates how we can add docisfy in a ASP.NET Core 3.0 application and serve documentation site.

Requirements

Visual Studio 2019 / VS Code ASP.NET Core 3.0 SDK

How to run?

Just open Visual studio and run project, documentation site will be up and running.

How to host?

You can host this site any where in Linux/Windows/Azure/AWS server wherever ASP.NET Core runs.

How to add documentation

Open this folder wwwroot and add your documentation files in .md(markdown) format. https://github.com/bharatdwarkani/docsify-dotnet-core/tree/develop/src/DocsWebSite/wwwroot/docs
_sidebar.md file contains the master index of your navigation menu.

Screenshot

Docs Site

How to customize

You can customize layout of your site by altering this file https://github.com/bharatdwarkani/docsify-dotnet-core/blob/develop/src/DocsWebSite/Views/Home/Index.cshtml
You can find more documentation on customization here - https://docsify.js.org/#/configuration
You can also directly link your docs from git repo - check out this guide - https://docsify.js.org/#/configuration?id=repo

About

This project demonstrates how we can add docisfy in a ASP.NET Core 3.0 application and serve documentation site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published