https://github.com/airframesio/docs
Documentation Website
https://github.com/airframesio/docs
airframes documentation
Last synced: 5 months ago
JSON representation
Documentation Website
- Host: GitHub
- URL: https://github.com/airframesio/docs
- Owner: airframesio
- Created: 2022-02-25T02:07:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T04:56:43.000Z (11 months ago)
- Last Synced: 2025-07-11T08:44:25.120Z (11 months ago)
- Topics: airframes, documentation
- Language: JavaScript
- Homepage: https://docs.airframes.io
- Size: 1.56 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# Documentation Website
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
[](https://github.com/airframesio/docs/graphs/contributors)
[](https://github.com/airframesio/docs/pulse)
[](https://discord.gg/8Ksch7zE)
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.