mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 00:38:18 +00:00
Add initial draft of docs build
This commit is contained in:
committed by
Gary Tierney
parent
8c50d3e091
commit
4d0d2b1bc0
@@ -0,0 +1,26 @@
|
||||
= Apollo Documentation
|
||||
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
||||
|
||||
This is the home of Apollo's documentation.
|
||||
Below you will find various links
|
||||
|
||||
== 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]
|
||||
Reference in New Issue
Block a user