Skip to content

Dinomite-Studios/unity-azure-pipelines-tasks-docs

Repository files navigation

Unity Tools for Azure DevOps Documentation

Documentation

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.

Branches

Branch Description Status
main The main branch is build and deployed to www.unitydevops.com Build Status
development This branch contains latest in development features, fixes and changes and is merged to main once stable. Build Status

Contributions

Found and fixed a bug or improved on something? Contributions are welcome! Please target your pull request against the development branch.

Development Instructions

Installation

npm install

Local Development

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.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

The website is deployed via CI/CD when a pull request to the main branch has been merged.