8000 GitHub - lumenCodes/docs: Documentation for all active NUnit projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lumenCodes/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUnit Documentation

This repository serves the content that is found at http://docs.nunit.org.

NUnit Documentation Build Process

How to Build these docs locally

Linting Locally

  • Install markdownlint: npm install markdownlint-cli -g
  • Open the root of the project (/, not /docs)
  • Run markdownlint docs/**/*.md

We'd love your contributions! See The contributing guide for how to get involved.

How the Docs are Built and Deployed

  • We build the docs via the GitHub actions located in ./github/workflows.
  • The workflow uses a container with docfx installed; the container builds the docs.
  • The workflow then uses another container to push the results to the gh-pages branch, using a personal access token that is stored in the repository's settings.
  • GitHub serves the outputted site from the gh-pages branch, and the DNS of docs.nunit.org points there.

About

Documentation for all active NUnit projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%
0