Skip to content

Commit

Permalink
doc(package): update article list
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 17, 2015
1 parent 06659a8 commit 663f6b1
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,39 +91,43 @@
"articles": [
{
"title": "What is Aurelia?",
"href": "doc/article/en-US/what-is-aurelia.html"
"href": "doc/article/en-US/what-is-aurelia.md"
},
{
"title": "Getting Started",
"href": "doc/article/en-US/getting-started.html"
"href": "doc/article/en-US/getting-started.md"
},
{
"title": "A Production Setup",
"href": "doc/article/en-US/a-production-setup.html"
"href": "doc/article/en-US/a-production-setup.md"
},
{
"title": "Creating Components",
"href": "doc/article/en-US/creating-components.html"
"href": "doc/article/en-US/creating-components.md"
},
{
"title": "App Configuration and Startup",
"href": "doc/article/en-US/app-configuration-and-startup.html"
"href": "doc/article/en-US/app-configuration-and-startup.md"
},
{
"title": "Bundling Your App for Deploy",
"href": "doc/article/en-US/bundling-your-app-for-deploy.md"
},
{
"title": "Cheat Sheet",
"href": "doc/article/en-US/cheat-sheet.html"
"href": "doc/article/en-US/cheat-sheet.md"
},
{
"title": "Getting Help",
"href": "doc/article/en-US/getting-help.html"
"href": "doc/article/en-US/getting-help.md"
},
{
"title": "Technical Benefits",
"href": "doc/article/en-US/technical-benefits.html"
"href": "doc/article/en-US/technical-benefits.md"
},
{
"title": "Business Advantages",
"href": "doc/article/en-US/business-advantages.html"
"href": "doc/article/en-US/business-advantages.md"
}
]
}
Expand Down

0 comments on commit 663f6b1

Please sign in to comment.