Add a simple documentation index

This commit is contained in:
Matt Colyer 2013-08-19 17:11:17 -07:00
parent 3be3543ad9
commit c38eccf39d

22
docs/index.md Normal file
View File

@ -0,0 +1,22 @@
## Atom Reference
* [API](api/index.html)
## Atom Guides
* [Getting Started](getting-started.html)
* [Configuring Atom](configuring-atom.html)
* Builtin Packages
* [Introduction](built-in-packages/intro.html)
* [Command Panel](built-in-packages/command-panel.html)
* [Markdown Preview](built-in-packages/markdown-preview.html)
* [Wrap Guide](built-in-packages/wrap-guide.html)
* Packages
* [Authoring Packages](packages/authoring-packages.html)
* [Creating a Package](packages/creating_a_package.html)
* [Included Libraries](packages/included_libraries.html)
* [package.json](packages/package_json.html)
* Themes
* [Authoring Themes](themes/authoring-themes.html)