- 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
- [[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)

@ -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)

Loading…
Cancel
Save