From 39f6c7326e52e2cd33cbcde88043b2f00583b2b3 Mon Sep 17 00:00:00 2001 From: Simon G Date: Thu, 4 Jul 2019 17:20:34 +0200 Subject: [PATCH] - add sidebar --- _Sidebar.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..e62e6da --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,12 @@ +- [[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]] +- Detailed documentation + - [[Lifestyles|Lifestyles]] \ No newline at end of file