diff --git a/README.md b/README.md index 992f54b..f9a0193 100644 --- a/README.md +++ b/README.md @@ -2,53 +2,52 @@ ## Contents -- [Application Architecture Using Arcane](#application-architecture-using-arcane) - - [Contents](#contents) - - [Overview](#overview) - - [Slides](#slides) - - [Implementations](#implementations) - - [Features](#features) - - [Overview](#overview-1) - - [Screen(s)](#screens) - - [State Management](#state-management) - - [Feature API](#feature-api) - - [Services](#services) - - [Service Provider](#service-provider) - - [Example Service](#example-service) - - [Logging](#logging) - - [Creating a Logging Interface](#creating-a-logging-interface) - - [Registering Logging Interfaces](#registering-logging-interfaces) - - [When, Where, What, and How to Log Events](#when-where-what-and-how-to-log-events) - - [Secrets and Configuration](#secrets-and-configuration) - - [Secrets](#secrets) - - [Accessing Secrets](#accessing-secrets) - - [Configuration](#configuration) - - [Dependency Injection](#dependency-injection) - - [HTTP Client](#http-client) - - [Client Interface](#client-interface) - - [Dio Helper](#dio-helper) - - [Interceptors](#interceptors) - - [Authorization Interceptor](#authorization-interceptor) - - [Connectivity Interceptor](#connectivity-interceptor) - - [Routing](#routing) - - [Defining Available Routes](#defining-available-routes) - - [Redirection Handling](#redirection-handling) - - [The Router](#the-router) - - [Using the Router](#using-the-router) - - [Redirecting Upon Logout](#redirecting-upon-logout) - - [App Scaffolding](#app-scaffolding) - - [AppScaffoldShell](#appscaffoldshell) - - [AppScaffold](#appscaffold) - - [Theming and Styling](#theming-and-styling) - - [Defining the Theme and Theme Parts](#defining-the-theme-and-theme-parts) - - [Defining the Application Colors](#defining-the-application-colors) - - [Applying the Theme](#applying-the-theme) - - [Authentication](#authentication) - - [Authentication Interfaces](#authentication-interfaces) - - [Registering Authentication Interfaces](#registering-authentication-interfaces) - - [Logging in and out](#logging-in-and-out) - - [Logging In](#logging-in) - - [Logging Out](#logging-out) +- [Contents](#contents) +- [Overview](#overview) + - [Slides](#slides) + - [Implementations](#implementations) +- [Features](#features) + - [Overview](#overview-1) + - [Screen(s)](#screens) + - [State Management](#state-management) + - [Feature API](#feature-api) +- [Services](#services) + - [Service Provider](#service-provider) + - [Example Service](#example-service) +- [Logging](#logging) + - [Creating a Logging Interface](#creating-a-logging-interface) + - [Registering Logging Interfaces](#registering-logging-interfaces) + - [When, Where, What, and How to Log Events](#when-where-what-and-how-to-log-events) +- [Secrets and Configuration](#secrets-and-configuration) + - [Secrets](#secrets) + - [Accessing Secrets](#accessing-secrets) + - [Configuration](#configuration) +- [Dependency Injection](#dependency-injection) +- [HTTP Client](#http-client) + - [Client Interface](#client-interface) + - [Dio Helper](#dio-helper) + - [Interceptors](#interceptors) + - [Authorization Interceptor](#authorization-interceptor) + - [Connectivity Interceptor](#connectivity-interceptor) +- [Routing](#routing) + - [Defining Available Routes](#defining-available-routes) + - [Redirection Handling](#redirection-handling) + - [The Router](#the-router) + - [Using the Router](#using-the-router) + - [Redirecting Upon Logout](#redirecting-upon-logout) +- [App Scaffolding](#app-scaffolding) + - [AppScaffoldShell](#appscaffoldshell) + - [AppScaffold](#appscaffold) +- [Theming and Styling](#theming-and-styling) + - [Defining the Theme and Theme Parts](#defining-the-theme-and-theme-parts) + - [Defining the Application Colors](#defining-the-application-colors) + - [Applying the Theme](#applying-the-theme) +- [Authentication](#authentication) + - [Authentication Interfaces](#authentication-interfaces) + - [Registering Authentication Interfaces](#registering-authentication-interfaces) + - [Logging in and out](#logging-in-and-out) + - [Logging In](#logging-in) + - [Logging Out](#logging-out) ## Overview