From 61747b3e228178fbeef81cdce5e0a80a9dadc2e9 Mon Sep 17 00:00:00 2001 From: codeunitone Date: Tue, 27 Jun 2017 08:34:48 +0200 Subject: [PATCH] Update README.MD fixing location of docfx.json --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d46b5899..0654ce3a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ One way you can build the HTML files is by using DocFX, which is an open source By default the files will be saved in the folder *c:/output*. The output folder is set in the NAVdocfx.json file. If you want to change this folder, do the following: - a. In the folder *[clone path]\nav-content\articles\*, open the NAVdocfx.json file in your editor. + a. In the folder *[clone path]\nav-content\dynamics-nav-app\*, open the NAVdocfx.json file in your editor. b. Set the "dest:" parameter to your output folder, and save the changes. 3. Go to your desktop and open a command prompt. @@ -41,7 +41,7 @@ One way you can build the HTML files is by using DocFX, which is an open source 4. Run the following command: ``` - docfx "[clone path]\nav-content\articles\NAVdocfx.json"' + docfx "[clone path]\nav-content\dynamics-nav-app\NAVdocfx.json"' ``` The files are generated as .html files and stored in the specified output.