mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-29 01:03:36 +00:00
Merge pull request #13 from Microsoft/eduprovision
provision the edu docset
This commit is contained in:
@ -61,6 +61,16 @@
|
|||||||
"type_mapping": {
|
"type_mapping": {
|
||||||
"Conceptual": "Content"
|
"Conceptual": "Content"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"docset_name": "education",
|
||||||
|
"build_output_subfolder": "education",
|
||||||
|
"locale": "en-us",
|
||||||
|
"version": 0,
|
||||||
|
"open_to_public_contributors": "false",
|
||||||
|
"type_mapping": {
|
||||||
|
"Conceptual": "Content"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notification_subscribers": ["brianlic@microsoft.com"],
|
"notification_subscribers": ["brianlic@microsoft.com"],
|
||||||
|
1
education/TOC.md
Normal file
1
education/TOC.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# [Education](index.md)
|
24
education/docfx.json
Normal file
24
education/docfx.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"files": ["**/**.md"],
|
||||||
|
"exclude": ["**/obj/**"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": ["**/images/**", "**/*.json"],
|
||||||
|
"exclude": ["**/obj/**"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"globalMetadata": {
|
||||||
|
"ROBOTS": "INDEX, FOLLOW"
|
||||||
|
},
|
||||||
|
"externalReference": [
|
||||||
|
],
|
||||||
|
"template": "op.html",
|
||||||
|
"dest": "edu"
|
||||||
|
}
|
||||||
|
}
|
5
education/index.md
Normal file
5
education/index.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Education Overview
|
||||||
|
---
|
||||||
|
|
||||||
|
# Education Overview
|
Reference in New Issue
Block a user