# developer-docs **Repository Path**: mirrors_Asana/developer-docs ## Basic Information - **Project Name**: developer-docs - **Description**: Documentation generator for the Asana API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
> **_NOTE:_** This repository has been archived and is no longer being maintained. Asana's API documentation is available at [https://developers.asana.com/docs](https://developers.asana.com/docs). To access up-to-date versions of Asana's OpenAPI Specifications, visit the [openapi](https://github.com/asana/openapi) repository. # OpenAPI Spec The Asana OpenAPI spec is currently used to generate our documentation. You can also use it to generate mock servers, client code, and many other things. You can read more about OpenAPI specs [here](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md). ~The up-to-date Asana OpenAPI spec is in this repository. Here's a [link](https://github.com/Asana/developer-docs/blob/master/defs/asana_oas.yaml).~ See [openapi](https://github.com/asana/openapi) for up-to-date OpenAPI Specifications. If you find any issues or have any suggestions for our OpenAPI spec. Please create an issue in this repo or create a PR with the changes! # Development *Commands should be run from the root of this repository.* ## Requirements You must be running macOS, and have [homebrew](https://brew.sh/) available. You can install all dependencies for building locally by running the following: ``` shell ./bin/configure ``` This will install the following: - [asdf: a version manager used for other dependencies](https://asdf-vm.com/) note: it will *not* be added to your `$PATH`, but used by the scripts in this repo - asdf will install (defined:in [`.tool-versions`](.tool-versions)) - node - python - ruby - [maven: java package manager for swagger](https://maven.apache.org/) - [swagger](https://github.com/swagger-api/swagger-codegen) ## Local Development To build once: ``` shell make ``` To reset the working directory: ``` shell make clean ``` To build continouously upon changes and launch the local web server: ``` shell ./bin/watch_and_serve_local_dev ``` Documentation will be accessible here (also included in the build output): -