This README provides guidance on how to work with awork's Developer Documentation.
awork uses Fern to generate and publish the Developer Docs. They API reference is based on an OpenAPI spec.
The live OpenAPI specification is available at: https://api.awork.com/openapi/v1
The project follows this structure:
fern/
├── docs.yml // The main Fern configuration goes here.
├── apis/
│ └── v1/
│ ├── summary.mdx // Documentation of API v1.
│ └── openapi/
│ └── openapi.yml // OpenAPI spec of API v1.
├── pages
│ ├── api // All API reference pages go here.
│ └── introduction.mdx
├── assets // All image files and other assets go here.
fern docs devTo publish the docs to Fern, run the following command.
fern generate --docs --log-level debughttps://buildwithfern.com/learn/api-definition/introduction/what-is-an-api-definition
Icons from https://fontawesome.com/search.