Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ASP.NET Core SDK - DocFX Documentation

The code in the /docfx folder is used to generate the documentation for the Sitecore ASP.NET Core SDK. The documentation is generated using DocFX.

Building the documentation locally

You can build and run this documentation locally by running the following commands

First time setup

dotnet tool update -g docfx

Subsequent runs

⚠️ Ensure you are in the /docfx folder

Run the documentation local server

docfx docfx.json --serve

You will then be able to access the documentation site at http://localhost:8080

Build the documentation

docfx docfx.json