https://github.com/redtide/wiki-x-air
Behringer XAIR Digital Mixers Documentation
https://github.com/redtide/wiki-x-air
behringer documentation-website xair
Last synced: about 2 months ago
JSON representation
Behringer XAIR Digital Mixers Documentation
- Host: GitHub
- URL: https://github.com/redtide/wiki-x-air
- Owner: redtide
- Created: 2019-05-16T23:52:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T21:13:03.000Z (about 2 years ago)
- Last Synced: 2025-02-07T17:36:47.798Z (3 months ago)
- Topics: behringer, documentation-website, xair
- Homepage: https://redtide.github.io/wiki-x-air/
- Size: 28 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-AIR Manual (Unofficial Wiki)
Backup of old online wiki of Behringer X-Air manual, converted to markdown.
Built with [MKDocs][1] using [Material theme][2].
## Installation
Requires Python, then:
```
pip install mkdocs-material
```## Run
To view the site locally:
```
mkdocs serve
```The site should be available at
[1]: https://www.mkdocs.org
[2]: https://github.com/squidfunk/mkdocs-material