Commit 217e958 1 parent bcb91b8 commit 217e958 Copy full SHA for 217e958
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ Microsoft patterns & practices
3
3
4
4
http://aka.ms/architecture
5
5
6
+ ## Understanding the local build process
7
+
8
+ Some of the markdown files are generated from data stored in json files.
9
+ This is primarily to avoid human error for pages that still require some HTML.
10
+ The process that converts the json to markdown uses a utility script located in the ` build ` folder.
11
+ To run the build script, navigate to the root folder of this repository.
12
+
13
+ ``` bash
14
+ npm install
15
+ node .\b uild\b uild.js
16
+ ```
17
+
6
18
## Legal Notices
7
19
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
8
20
in this repository under the [ Creative Commons Attribution 4.0 International Public License] ( https://creativecommons.org/licenses/by/4.0/legalcode ) ,
You can’t perform that action at this time.
0 commit comments