https://github.com/dinomite-studios/unity-azure-pipelines-tasks-docs
Source code for www.unitydevops.com
https://github.com/dinomite-studios/unity-azure-pipelines-tasks-docs
azure-devops devops documentation unity unity3d
Last synced: 26 days ago
JSON representation
Source code for www.unitydevops.com
- Host: GitHub
- URL: https://github.com/dinomite-studios/unity-azure-pipelines-tasks-docs
- Owner: Dinomite-Studios
- License: mit
- Created: 2020-12-31T18:23:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T14:03:54.000Z (5 months ago)
- Last Synced: 2024-12-12T15:19:55.842Z (5 months ago)
- Topics: azure-devops, devops, documentation, unity, unity3d
- Language: TypeScript
- Homepage: https://www.unitydevops.com
- Size: 4.43 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Tools for Azure DevOps Documentation
[](https://www.unitydevops.com)
This repository contains the documentation website for [Unity Tools for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=DinomiteStudios.64e90d50-a9c0-11e8-a356-d3eab7857116). A collection of tools and tasks for working with Unity based projects on Azure DevOps. The website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Branches
| Branch | Description | Status |
| ----------- | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| main | The main branch is build and deployed to [www.unitydevops.com](https://www.unitydevops.com) |  |
| development | This branch contains latest in development features, fixes and changes and is merged to `main` once stable. |  |## 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
```console
npm install
```### Local Development
```console
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
```console
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.