This repository contains the documentation website for Unity Tools for Azure DevOps. A collection of tools and tasks for working with Unity based projects on Azure DevOps. The website is built using Docusaurus 2, a modern static website generator.
Branch | Description | Status |
---|---|---|
main | The main branch is build and deployed to www.unitydevops.com | |
development | This branch contains latest in development features, fixes and changes and is merged to main once stable. |
Found and fixed a bug or improved on something? Contributions are welcome! Please target your pull request
against the development
branch.
npm install
npm run start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The website is deployed via CI/CD when a pull request to the main
branch has been merged.