Merge pull request #5448 from atom/iz-add-upgrading-package-to-index

Add Upgrading your package guide to docs index
This commit is contained in:
Daniel Hengeveld
2015-02-08 10:06:20 -08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -25,5 +25,6 @@
### Upgrading to 1.0 APIs
* [Upgrading Your Package](upgrading/upgrading-your-package.md)
* [Upgrading Your UI Theme Or Package Selectors](upgrading/upgrading-your-ui-theme.md)
* [Upgrading Your Syntax Theme](upgrading/upgrading-your-syntax-theme.md)

View File

@@ -1,4 +1,4 @@
# Upgrading your package to 1.0 APIs
# Upgrading Your Package
Atom is rapidly approaching 1.0. Much of the effort leading up to the 1.0 has been cleaning up APIs in an attempt to future proof, and make a more pleasant experience developing packages.