From fe4dfb51b6b90727995384f5e549b846e9121fc4 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Fri, 14 Sep 2018 17:14:03 +0300 Subject: [PATCH] Added initial docs-nav.js --- docs/docs-nav.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/docs-nav.json diff --git a/docs/docs-nav.json b/docs/docs-nav.json new file mode 100644 index 0000000000..8934736c03 --- /dev/null +++ b/docs/docs-nav.json @@ -0,0 +1,30 @@ +{ + "items": [{ + "text": "Getting Started", + "items": [{ + "text": "From Startup Templates", + "items": [{ + "text": "ASP.NET Core MVC", + "path": "Getting-Started-AspNetCore-MVC-Template.md" + }] + },{ + "text": "From Empty Projects", + "items": [{ + "text": "With ASP.NET Core Web Application", + "path": "Getting-Started-AspNetCore-Application.md" + },{ + "text": "With Console Application", + "path": "Getting-Started-Console-Application.md" + }] + }] + },{ + "text": "Tutorials", + "items": [{ + "text": "Application Development", + "items": [{ + "text": "With ASP.NET Core MVC", + "path": "Tutorials/AspNetCore-Mvc/Part-I.md" + }] + }] + }] +} \ No newline at end of file