From ed51dea6c99be705d9b05b4f61a46675268e5ad5 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Tue, 18 Dec 2018 11:52:33 +0300 Subject: [PATCH] Added empty autofac integration document. --- docs/en/Autofac-Integration.md | 3 +++ docs/en/Index.md | 4 +--- docs/en/docs-nav.json | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 docs/en/Autofac-Integration.md diff --git a/docs/en/Autofac-Integration.md b/docs/en/Autofac-Integration.md new file mode 100644 index 0000000000..355313235f --- /dev/null +++ b/docs/en/Autofac-Integration.md @@ -0,0 +1,3 @@ +## Autofac Integration + +TODO \ No newline at end of file diff --git a/docs/en/Index.md b/docs/en/Index.md index 443579e40e..18df429102 100644 --- a/docs/en/Index.md +++ b/docs/en/Index.md @@ -1,7 +1,5 @@ # ABP Documentation -## Table of Contents - * Getting Started * From Startup Templates * [ASP.NET Core MVC Template](Getting-Started-AspNetCore-MVC-Template.md) @@ -13,7 +11,7 @@ * [With ASP.NET Core MVC](Tutorials/AspNetCore-Mvc/Part-I.md) * Fundamentals * [Dependency Injection](Dependency-Injection.md) - * AutoFac Integration + * [AutoFac Integration](Autofac-Integration.md) * [Virtual File System](Virtual-File-System.md) * [Localization](Localization.md) * [Exception Handling](Exception-Handling.md) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index fa8ec3552e..1060a715fc 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -49,7 +49,8 @@ "path": "Dependency-Injection.md", "items": [ { - "text": "AutoFac Integration" + "text": "AutoFac Integration", + "path": "Autofac-Integration.md" } ] },