|
1 |
| -# Summary |
| 1 | +# Table of contents |
2 | 2 |
|
3 | 3 | * [Introduction](README.md)
|
4 | 4 |
|
|
20 | 20 |
|
21 | 21 | ## For Newbies
|
22 | 22 |
|
23 |
| -* [60 Minute Quick Start](quick-start/60-minute-quick-start/README.md) |
24 |
| - * [Installing ColdBox](quick-start/60-minute-quick-start/installing-coldbox.md) |
25 |
| - * [My First ColdBox Application](quick-start/60-minute-quick-start/my-first-coldbox-application.md) |
26 |
| - * [My First Handler & View](quick-start/60-minute-quick-start/my-first-handler-and-view.md) |
27 |
| - * [Linking Events Together](quick-start/60-minute-quick-start/linking-events-together.md) |
28 |
| - * [Working With Event Handlers](quick-start/60-minute-quick-start/working-with-event-handlers.md) |
29 |
| - * [Adding A Layout](quick-start/60-minute-quick-start/adding-a-layout.md) |
30 |
| - * [Adding A Model](quick-start/60-minute-quick-start/adding-a-model.md) |
31 |
| - * [RESTFul Data](quick-start/60-minute-quick-start/restful-data.md) |
32 |
| - * [Next Steps](quick-start/60-minute-quick-start/next-steps.md) |
| 23 | +* [60 Minute Quick Start](for-newbies/60-minute-quick-start/README.md) |
| 24 | + * [Installing ColdBox](for-newbies/60-minute-quick-start/installing-coldbox.md) |
| 25 | + * [My First ColdBox Application](for-newbies/60-minute-quick-start/my-first-coldbox-application.md) |
| 26 | + * [My First Handler & View](for-newbies/60-minute-quick-start/my-first-handler-and-view.md) |
| 27 | + * [Linking Events Together](for-newbies/60-minute-quick-start/linking-events-together.md) |
| 28 | + * [Working With Event Handlers](for-newbies/60-minute-quick-start/working-with-event-handlers.md) |
| 29 | + * [Adding A Layout](for-newbies/60-minute-quick-start/adding-a-layout.md) |
| 30 | + * [Adding A Model](for-newbies/60-minute-quick-start/adding-a-model.md) |
| 31 | + * [RESTFul Data](for-newbies/60-minute-quick-start/restful-data.md) |
| 32 | + * [Next Steps](for-newbies/60-minute-quick-start/next-steps.md) |
33 | 33 |
|
34 | 34 | ## Getting Started
|
35 | 35 |
|
36 | 36 | * [Getting Started Guide](getting-started/getting-started-guide.md)
|
37 |
| -* [Installation](getting-started/overview/README.md) |
38 |
| - * [IDE Integration](getting-started/overview/ide-integration.md) |
39 |
| -* [Conventions](the-basics/configuration/conventions.md) |
40 |
| -* [Configuration](the-basics/configuration/README.md) |
41 |
| - * [ColdBox.cfc](the-basics/configuration/coldbox.cfc/README.md) |
42 |
| - * [Configuration Directives](the-basics/configuration/coldbox.cfc/configuration-directives/README.md) |
43 |
| - * [CacheBox](the-basics/configuration/coldbox.cfc/configuration-directives/cachebox.md) |
44 |
| - * [ColdBox](the-basics/configuration/coldbox.cfc/configuration-directives/coldbox.md) |
45 |
| - * [Conventions](the-basics/configuration/coldbox.cfc/configuration-directives/conventions.md) |
46 |
| - * [Environments](the-basics/configuration/coldbox.cfc/configuration-directives/environments.md) |
47 |
| - * [Flash](the-basics/configuration/coldbox.cfc/configuration-directives/flash.md) |
48 |
| - * [InterceptorSettings](the-basics/configuration/coldbox.cfc/configuration-directives/interceptorsettings.md) |
49 |
| - * [Interceptors](the-basics/configuration/coldbox.cfc/configuration-directives/interceptors.md) |
50 |
| - * [Layouts](the-basics/configuration/coldbox.cfc/configuration-directives/layouts.md) |
51 |
| - * [LayoutSettings](the-basics/configuration/coldbox.cfc/configuration-directives/layoutsettings.md) |
52 |
| - * [LogBox](the-basics/configuration/coldbox.cfc/configuration-directives/logbox.md) |
53 |
| - * [Modules](the-basics/configuration/coldbox.cfc/configuration-directives/modules.md) |
54 |
| - * [ModuleSettings](the-basics/configuration/coldbox.cfc/configuration-directives/modulesettings.md) |
55 |
| - * [Settings](the-basics/configuration/coldbox.cfc/configuration-directives/settings.md) |
56 |
| - * [WireBox](the-basics/configuration/coldbox.cfc/configuration-directives/wirebox.md) |
57 |
| - * [Configuration Interceptor](the-basics/configuration/coldbox.cfc/configuration-interceptor.md) |
58 |
| - * [System Settings \(Java Properties and Environment Variables\)](the-basics/configuration/coldbox.cfc/system-settings-java-properties-and-environment-variables.md) |
59 |
| - * [Using Settings](the-basics/configuration/using-settings.md) |
60 |
| - * [Bootstrapper](the-basics/configuration/bootstrapper.md) |
| 37 | +* [Installation](getting-started/installation.md) |
| 38 | +* [Conventions](getting-started/conventions.md) |
| 39 | +* [Configuration](getting-started/configuration/README.md) |
| 40 | + * [ColdBox.cfc](getting-started/configuration/coldbox.cfc/README.md) |
| 41 | + * [Configuration Directives](getting-started/configuration/coldbox.cfc/configuration-directives/README.md) |
| 42 | + * [CacheBox](getting-started/configuration/coldbox.cfc/configuration-directives/cachebox.md) |
| 43 | + * [ColdBox](getting-started/configuration/coldbox.cfc/configuration-directives/coldbox.md) |
| 44 | + * [Conventions](getting-started/configuration/coldbox.cfc/configuration-directives/conventions.md) |
| 45 | + * [Environments](getting-started/configuration/coldbox.cfc/configuration-directives/environments.md) |
| 46 | + * [Flash](getting-started/configuration/coldbox.cfc/configuration-directives/flash.md) |
| 47 | + * [InterceptorSettings](getting-started/configuration/coldbox.cfc/configuration-directives/interceptorsettings.md) |
| 48 | + * [Interceptors](getting-started/configuration/coldbox.cfc/configuration-directives/interceptors.md) |
| 49 | + * [Layouts](getting-started/configuration/coldbox.cfc/configuration-directives/layouts.md) |
| 50 | + * [LayoutSettings](getting-started/configuration/coldbox.cfc/configuration-directives/layoutsettings.md) |
| 51 | + * [LogBox](getting-started/configuration/coldbox.cfc/configuration-directives/logbox.md) |
| 52 | + * [Modules](getting-started/configuration/coldbox.cfc/configuration-directives/modules.md) |
| 53 | + * [ModuleSettings](getting-started/configuration/coldbox.cfc/configuration-directives/modulesettings.md) |
| 54 | + * [Settings](getting-started/configuration/coldbox.cfc/configuration-directives/settings.md) |
| 55 | + * [WireBox](getting-started/configuration/coldbox.cfc/configuration-directives/wirebox.md) |
| 56 | + * [Configuration Interceptor](getting-started/configuration/coldbox.cfc/configuration-interceptor.md) |
| 57 | + * [System Settings \(Java Properties and Environment Variables\)](getting-started/configuration/coldbox.cfc/system-settings-java-properties-and-environment-variables.md) |
| 58 | + * [Using Settings](getting-started/configuration/using-settings.md) |
| 59 | + * [Bootstrapper](getting-started/configuration/bootstrapper.md) |
61 | 60 |
|
62 | 61 | ## The Basics
|
63 | 62 |
|
|
86 | 85 | * [Pathinfo Providers](the-basics/routing/pathinfo-providers.md)
|
87 | 86 | * [Building Routable Links](the-basics/routing/building-routable-links.md)
|
88 | 87 | * [HTML base tag](the-basics/routing/html-base-tag.md)
|
89 |
| -* [Request Context](the-basics/request-context/README.md) |
| 88 | +* [Request Context](the-basics/request-context.md) |
90 | 89 | * [Event Handlers](the-basics/event-handlers/README.md)
|
91 | 90 | * [Composed Properties](the-basics/event-handlers/composed-properties.md)
|
92 | 91 | * [How are events called?](the-basics/event-handlers/how-are-events-called.md)
|
|
216 | 215 |
|
217 | 216 | ## Testing
|
218 | 217 |
|
219 |
| -* [Testing Quick Start](getting-started/overview/testing-an-application.md) |
220 |
| -* [Testing ColdBox Applications](testing/testing/README.md) |
221 |
| - * [Test Harness](testing/testing/test-harness.md) |
222 |
| - * [ColdBox Testing Classes](testing/testing/coldbox-testing-classes.md) |
| 218 | +* [Testing Quick Start](testing/testing-quick-start.md) |
| 219 | +* [Testing ColdBox Applications](testing/testing-coldbox-applications/README.md) |
| 220 | + * [Test Harness](testing/testing-coldbox-applications/test-harness.md) |
| 221 | + * [ColdBox Testing Classes](testing/testing-coldbox-applications/coldbox-testing-classes.md) |
223 | 222 | * Integration Testing
|
224 | 223 | * Test Annotations
|
225 | 224 | * Common Methods
|
|
232 | 231 | * Testing Without Virtual Application
|
233 | 232 | * Rendering Results
|
234 | 233 | * HTTP Method Mocking
|
235 |
| - * [Interceptor Testing](testing/testing/interceptor-testing.md) |
236 |
| - * [Model Object Testing](testing/testing/model-object-testing.md) |
237 |
| - * [Tips & Tricks](testing/testing/tips-and-tricks.md) |
| 234 | + * [Interceptor Testing](testing/testing-coldbox-applications/interceptor-testing.md) |
| 235 | + * [Model Object Testing](testing/testing-coldbox-applications/model-object-testing.md) |
| 236 | + * [Tips & Tricks](testing/testing-coldbox-applications/tips-and-tricks.md) |
238 | 237 |
|
239 | 238 | ## Digging Deeper
|
240 | 239 |
|
|
276 | 275 | * [Proxy Events](digging-deeper/coldbox-proxy/proxy-events.md)
|
277 | 276 | * [Standard Return Types](digging-deeper/coldbox-proxy/standard-return-types.md)
|
278 | 277 | * [Caveats & Gotchas](digging-deeper/coldbox-proxy/caveats-and-gotchas.md)
|
279 |
| -* [Request Context Decorator](the-basics/request-context/request-context-decorator/README.md) |
280 |
| - * [For What Can I Use This?](the-basics/request-context/request-context-decorator/for-what-can-i-use-this.md) |
281 |
| - * [Configuration](the-basics/request-context/request-context-decorator/configuration.md) |
| 278 | +* [Request Context Decorator](digging-deeper/request-context-decorator/README.md) |
| 279 | + * [For What Can I Use This?](digging-deeper/request-context-decorator/for-what-can-i-use-this.md) |
| 280 | + * [Configuration](digging-deeper/request-context-decorator/configuration.md) |
282 | 281 | * [Recipes](digging-deeper/recipes/README.md)
|
283 | 282 | * [Building REST APIs](digging-deeper/recipes/building-rest-apis.md)
|
284 | 283 | * [Application Templates](digging-deeper/recipes/application-templates.md)
|
|
290 | 289 |
|
291 | 290 | ## Architecture Concepts
|
292 | 291 |
|
293 |
| -* [What is MVC](getting-started/overview/what-is-mvc.md) |
294 |
| -* [What is ColdBox](getting-started/overview/what-is-coldbox.md) |
295 |
| -* [How ColdBox Works](getting-started/overview/how-coldbox-works.md) |
296 |
| -* [Testing Concepts](testing/testing/testing-concepts/README.md) |
297 |
| - * [Functional Testing](testing/testing/testing-concepts/functional-testing.md) |
298 |
| - * [Non-Functional Testing](testing/testing/testing-concepts/non-functional-testing.md) |
299 |
| - * [Bugs Cost Money](testing/testing/testing-concepts/bugs-cost-money.md) |
300 |
| - * [Static Testing](testing/testing/testing-concepts/static-testing.md) |
301 |
| - * [Dynamic Testing](testing/testing/testing-concepts/dynamic-testing.md) |
302 |
| - * [Developer Focus](testing/testing/testing-concepts/developer-focus.md) |
303 |
| - * [Testing Vocabulary](testing/testing/testing-concepts/testing-vocabulary.md) |
304 |
| - * [Testing Tools](testing/testing/testing-concepts/testing-tools.md) |
| 292 | +* [What is MVC](architecture-concepts/what-is-mvc.md) |
| 293 | +* [What is ColdBox](architecture-concepts/what-is-coldbox.md) |
| 294 | +* [How ColdBox Works](architecture-concepts/how-coldbox-works.md) |
| 295 | +* [Testing Concepts](architecture-concepts/testing-concepts/README.md) |
| 296 | + * [Functional Testing](architecture-concepts/testing-concepts/functional-testing.md) |
| 297 | + * [Non-Functional Testing](architecture-concepts/testing-concepts/non-functional-testing.md) |
| 298 | + * [Bugs Cost Money](architecture-concepts/testing-concepts/bugs-cost-money.md) |
| 299 | + * [Static Testing](architecture-concepts/testing-concepts/static-testing.md) |
| 300 | + * [Dynamic Testing](architecture-concepts/testing-concepts/dynamic-testing.md) |
| 301 | + * [Developer Focus](architecture-concepts/testing-concepts/developer-focus.md) |
| 302 | + * [Testing Vocabulary](architecture-concepts/testing-concepts/testing-vocabulary.md) |
| 303 | + * [Testing Tools](architecture-concepts/testing-concepts/testing-tools.md) |
305 | 304 |
|
0 commit comments