diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..400b9c795 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,28 @@ + + +## Documentation ++ [Development](docs/dev/) + + [Quick Start](docs/dev/quick_start.md) + + [Docker Compose](docs/dev/docker.md) + + [Debugging](docs/dev/debugging.md) ++ [Production](docs/production/) + + [Docker Compose](docs/production/README.md) + + [Kubernetes](kube/README.md) + + [Stress Test](docs/production/stress_test.md) ++ [Server](docs/server_features.md) ++ [Clients](docs/client_features.md) ++ Ion SDKs + + [SDK - Javascript](https://github.com/pion/ion-sdk-js) + + [SDK - Flutter](https://github.com/pion/ion-sdk-flutter) ++ Open-Source ION Clients + + [Ion Web App](https://github.com/pion/ion-app-web) + + [Ion Flutter App](https://github.com/pion/ion-app-flutter) ++ Other Ion Projects + + [Ion Load Tool](https://github.com/pion/ion-load-tool) + + ++ [Glossary / Definitions](docs/glossary.md) ++ [Frequently Asked Questions](docs/faq.md) + +## Architecture +![arch](https://github.com/pion/ion/raw/master/docs/imgs/arch.png)