onefuzz/docs/README.md
George Pollard 1c679e48fe
More documentation (#2095)
Create an index (README) for the `docs` folder, and add a basic architecture diagram.
2022-06-30 00:37:48 +00:00

38 lines
755 B
Markdown

# OneFuzz Documentation
A brief index of the documentation follows:
## For Users
First steps:
* [Getting Started](getting-started.md)
* [Frequently Asked Questions](FAQ.md)
* [Known Issues](known-issues.md)
* [Terminology](terminology.md) of OneFuzz
Guides:
* [Migrating Regions](migrating-regions.md)
Integrations and customizations:
* [Custom Analysis](custom-analysis.md)
* [Custom Images](custom-images.md)
* [Notifications](notifications.md)
* [Webhooks](webhooks.md)
* [Webhook Events](webhook_events.md)
## For Contributors
Guides:
* [Architecture Overview](overview.md)
* [Comms Channels](comms-channels.md)
* [Understanding Tasks](tasks.md)
Policies:
* [Supported Platforms](supported-platforms.md)
* [Versioning](versioning.md)