Skip to content

awork Developer Docs created with Fern

Notifications You must be signed in to change notification settings

awork-io/developer-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Developer Documentation

This README provides guidance on how to work with awork's Developer Documentation.

Introduction

awork uses Fern to generate and publish the Developer Docs. They API reference is based on an OpenAPI spec.

Project Structure

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.

Previewing the Docs

fern docs dev

Publishing the Docs

To publish the docs to Fern, run the following command.

fern generate --docs --log-level debug

Fern Documentation

https://buildwithfern.com/learn/api-definition/introduction/what-is-an-api-definition

Icons from https://fontawesome.com/search.