diff --git a/config/docs/index.json b/config/docs/index.json index 5fb7897..ed132e0 100644 --- a/config/docs/index.json +++ b/config/docs/index.json @@ -74,6 +74,26 @@ "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" } + } } } }, @@ -81,4 +101,4 @@ "title": "", "description": "" } -} \ No newline at end of file +} diff --git a/en/table_of_contents.wiki b/en/table_of_contents.wiki index a9406df..67992b4 100644 --- a/en/table_of_contents.wiki +++ b/en/table_of_contents.wiki @@ -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) diff --git a/jp/table_of_contents.wiki b/jp/table_of_contents.wiki index a9406df..67992b4 100644 --- a/jp/table_of_contents.wiki +++ b/jp/table_of_contents.wiki @@ -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)