mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
27 lines
804 B
Plaintext
27 lines
804 B
Plaintext
= Apollo Documentation
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
This is the home of Apollo's documentation.
|
|
Below you will find links to tutorial guides on running and using Apollo.
|
|
|
|
== The Basics
|
|
|
|
* <<basics/what-is-apollo#,What is Apollo?>>
|
|
|
|
== Getting Started
|
|
|
|
* <<getting-started/running-apollo#,Getting and running Apollo>>
|
|
* <<getting-started/development-environment#,Setting up a development environment>>
|
|
|
|
== Authoring plugins for Apollo
|
|
|
|
* <<plugins/creating-a-plugin#,Creating a plugin>>
|
|
* <<plugins/client-messages#,Reacting to server events>>
|
|
* <<plugins/shared-code#,Writing a plugin that exports shared code>>
|
|
* <<plugins/testing#,Adding automated tests to your plugin>>
|
|
|
|
== References and Developer Resources
|
|
|
|
* Apollo API Documentation[TODO]
|
|
* Plugin API Documentation[TODO]
|