- update toc and sidebar

master
Simon Gockner 7 years ago
parent 09581a16a1
commit 85b844f2c1
  1. 23
      Home.md
  2. 27
      _Sidebar.md

@ -2,16 +2,17 @@ Welcome to the Lightweight IOC Container wiki!
## Table of Contents ## Table of Contents
- [[Install Lightweight IOC Container|Install-Lightweight-IOC-Container]] - [Install Lightweight IOC Container](Install-Lightweight-IOC-Container)
- [[NuGet|Install-Lightweight-IOC-Container#NuGet]] - [NuGet](Install-Lightweight-IOC-Container#NuGet)
- [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - [PackageManager](Install-Lightweight-IOC-Container#PackageManager)
- [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - [.NET CLI](Install-Lightweight-IOC-Container#NET-CLI)
- [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] - [Using source code](Install-Lightweight-IOC-Container#Using-source-code)
- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] - [Usage](Simple-Usage-of-Lightweight-IOC-Container)
- [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-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]] - [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]] - [Resolving instances](Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances)
- [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] - [Disposing Container](Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container)
- [Advanced usage](Advanced-Usage-of-Lightweight-IOC-Container)
- Detailed documentation - Detailed documentation
- [[Lifestyles|Lifestyles]] - [Lifestyles](Lifestyles)
- [`RegistrationFactory`](RegistrationFactory) - [`RegistrationFactory`](RegistrationFactory)

@ -1,15 +1,16 @@
- [[Home|Home]] - [Home](Home)
- [[Table of contents|Home#table-of-contents]] - [Table of contents](Home#table-of-contents)
- [[Install Lightweight IOC Container|Install-Lightweight-IOC-Container]] - [Install Lightweight IOC Container](Install-Lightweight-IOC-Container)
- [[NuGet|Install-Lightweight-IOC-Container#NuGet]] - [NuGet](Install-Lightweight-IOC-Container#NuGet)
- [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - [PackageManager](Install-Lightweight-IOC-Container#PackageManager)
- [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - [.NET CLI](Install-Lightweight-IOC-Container#NET-CLI)
- [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] - [Using source code](Install-Lightweight-IOC-Container#Using-source-code)
- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] - [Usage](Simple-Usage-of-Lightweight-IOC-Container)
- [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-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]] - [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]] - [Resolving instances](Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances)
- [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] - [Disposing Container](Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container)
- [Advanced usage](Advanced-Usage-of-Lightweight-IOC-Container)
- Detailed documentation - Detailed documentation
- [[Lifestyles|Lifestyles]] - [Lifestyles](Lifestyles)
- [`RegistrationFactory`](RegistrationFactory) - [`RegistrationFactory`](RegistrationFactory)

Loading…
Cancel
Save