Skip to content

Commit

Permalink
updated the table of contents to include globalization, testing, and …
Browse files Browse the repository at this point in the history
…appendices
  • Loading branch information
rmarscher authored and raisinbread committed May 26, 2011
1 parent 70c042d commit 282ae49
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
22 changes: 21 additions & 1 deletion config/docs/index.json
Expand Up @@ -74,11 +74,31 @@
"06_auth/simple-auth-user.wiki": { "title": "Creating a user in M, V, C" },
"06_auth/simple-authentication.wiki": { "title": "Simple Authentication" }
}
},
"07_globalization": {
"title": "Globalization",
"contents": {
"07_globalization/globalization.wiki": { "title": "Globalization Tutorial" }
}
},
"10_testing": {
"title": "Testing",
"contents": {
"10_testing/testing.wiki": { "title": "Lithium's Unit Testing Framework" }
}
},
"appendices": {
"title": "Appendices",
"contents": {
"appendices/faq.wiki": { "title": "FAQ" },
"appendices/integrating_zend_framework.wiki": { "title": "Integrating Zend Framework" },
"appendices/using_in_external_applications.wiki": { "title": "Using Lithium in external applications" }
}
}
}
},
"jp": {
"title": "",
"description": ""
}
}
}
3 changes: 3 additions & 0 deletions en/table_of_contents.wiki
Expand Up @@ -49,6 +49,9 @@ This quickstart covers a basic application with 1 or 2 views, 1 controller, and
* Requests
* JSON Response
### Testing
* Testing
### Accessing the cloud
* Quickstart
* Deploying (Image on EC2, Image for Rackspace, Image for Azure)
Expand Down
3 changes: 3 additions & 0 deletions jp/table_of_contents.wiki
Expand Up @@ -49,6 +49,9 @@ This quickstart covers a basic application with 1 or 2 views, 1 controller, and
* Requests
* JSON Response
### Testing
* Testing
### Accessing the cloud
* Quickstart
* Deploying (Image on EC2, Image for Rackspace, Image for Azure)
Expand Down

0 comments on commit 282ae49

Please sign in to comment.