diff --git a/error-handling.md b/error-handling.md new file mode 100644 index 0000000..454e5f5 --- /dev/null +++ b/error-handling.md @@ -0,0 +1,5 @@ +# Error Handling + + +## Overview +Tba. diff --git a/navigation.js b/navigation.js index 52a7b5c..6201c38 100644 --- a/navigation.js +++ b/navigation.js @@ -18,6 +18,7 @@ module.exports = { 'Configuration & Env': 'configuration', Application: 'application', // 'App Lifecycle': 'app-lifecycle', + 'Error Handling': 'error-handling', // Development: 'development', Deployment: 'deployment', // Bootstrappers: 'bootstrappers'