diff --git a/Home.md b/Home.md index 8a82dea..7a79f8d 100644 --- a/Home.md +++ b/Home.md @@ -2,16 +2,17 @@ Welcome to the Lightweight IOC Container wiki! ## Table of Contents -- [[Install Lightweight IOC Container|Install-Lightweight-IOC-Container]] - - [[NuGet|Install-Lightweight-IOC-Container#NuGet]] - - [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - - [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - - [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] -- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] - - [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]] - - [[Register types with the container|Simple-Usage-of-Lightweight-IOC-Container#Register-types-with-the-container]] - - [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]] - - [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] +- [Install Lightweight IOC Container](Install-Lightweight-IOC-Container) + - [NuGet](Install-Lightweight-IOC-Container#NuGet) + - [PackageManager](Install-Lightweight-IOC-Container#PackageManager) + - [.NET CLI](Install-Lightweight-IOC-Container#NET-CLI) + - [Using source code](Install-Lightweight-IOC-Container#Using-source-code) +- [Usage](Simple-Usage-of-Lightweight-IOC-Container) + - [Instantiate container](Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container) + - [Register types with the container](Simple-Usage-of-Lightweight-IOC-Container#Register-types-with-the-container) + - [Resolving instances](Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances) + - [Disposing Container](Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container) +- [Advanced usage](Advanced-Usage-of-Lightweight-IOC-Container) - Detailed documentation - - [[Lifestyles|Lifestyles]] + - [Lifestyles](Lifestyles) - [`RegistrationFactory`](RegistrationFactory) diff --git a/_Sidebar.md b/_Sidebar.md index 367616d..853d46e 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,15 +1,16 @@ -- [[Home|Home]] - - [[Table of contents|Home#table-of-contents]] -- [[Install Lightweight IOC Container|Install-Lightweight-IOC-Container]] - - [[NuGet|Install-Lightweight-IOC-Container#NuGet]] - - [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - - [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - - [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] -- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] - - [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]] - - [[Register types with the container|Simple-Usage-of-Lightweight-IOC-Container#Register-types-with-the-container]] - - [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]] - - [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] +- [Home](Home) + - [Table of contents](Home#table-of-contents) +- [Install Lightweight IOC Container](Install-Lightweight-IOC-Container) + - [NuGet](Install-Lightweight-IOC-Container#NuGet) + - [PackageManager](Install-Lightweight-IOC-Container#PackageManager) + - [.NET CLI](Install-Lightweight-IOC-Container#NET-CLI) + - [Using source code](Install-Lightweight-IOC-Container#Using-source-code) +- [Usage](Simple-Usage-of-Lightweight-IOC-Container) + - [Instantiate container](Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container) + - [Register types with the container](Simple-Usage-of-Lightweight-IOC-Container#Register-types-with-the-container) + - [Resolving instances](Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances) + - [Disposing Container](Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container) +- [Advanced usage](Advanced-Usage-of-Lightweight-IOC-Container) - Detailed documentation - - [[Lifestyles|Lifestyles]] + - [Lifestyles](Lifestyles) - [`RegistrationFactory`](RegistrationFactory)