diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 204979c416..62ffa53977 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -93,6 +93,20 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "smb", + "build_source_folder": "smb", + "build_output_subfolder": "smb", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "op" } ], "notification_subscribers": [ diff --git a/smb/TOC.md b/smb/TOC.md new file mode 100644 index 0000000000..06913f7aef --- /dev/null +++ b/smb/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/smb/docfx.json b/smb/docfx.json new file mode 100644 index 0000000000..033a3552a9 --- /dev/null +++ b/smb/docfx.json @@ -0,0 +1,35 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "smb/**", + "**/includes/**" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "smb/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [], + "dest": "smb" + } +} \ No newline at end of file diff --git a/smb/index.md b/smb/index.md new file mode 100644 index 0000000000..f934a00bb1 --- /dev/null +++ b/smb/index.md @@ -0,0 +1 @@ +# Welcome to smb! \ No newline at end of file