Skip to content

Commit 7e8a9a2

Browse files
committed
Add Microsoft StaffHub.
1 parent b7888ef commit 7e8a9a2

File tree

7 files changed

+118
-0
lines changed

7 files changed

+118
-0
lines changed

staffhub/docfx.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": ["**/*.md"],
6+
"src": "docs-conceptual",
7+
"version": "staffhub-ps",
8+
"dest": "staffhub",
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"README.md",
13+
"LICENSE",
14+
"LICENSE-CODE",
15+
"ThirdPartyNotices"]
16+
},
17+
{
18+
"files": ["toc.yml"],
19+
"src": "docs-conceptual",
20+
"version": "staffhub-ps",
21+
"dest": "staffhub/staffhub-ps"
22+
},
23+
{
24+
"files": ["**/*.md"],
25+
"src": "staffhub-ps",
26+
"version": "staffhub-ps",
27+
"dest": "module"
28+
},
29+
{
30+
"files": ["toc.yml"],
31+
"src": "staffhub-ps",
32+
"version": "staffhub-ps",
33+
"dest": "module/staffhub-ps"
34+
}
35+
],
36+
"resource": [
37+
{
38+
"files": [
39+
"**/*.png",
40+
"**/*.jpg"
41+
],
42+
"exclude": [
43+
"**/obj/**",
44+
"**/includes/**"
45+
]
46+
}
47+
],
48+
"versions": {
49+
"staffhub-ps": {
50+
"dest": "staffhub-ps"
51+
}
52+
},
53+
"overwrite": [],
54+
"externalReference": [],
55+
"globalMetadata": {
56+
"author" : "kenwith",
57+
"ms.author" : "kenwith",
58+
"ms.date" : "01/01/2018",
59+
"ms.topic" : "reference",
60+
"ms.service" : "staffhub-powershell",
61+
"ms.devlang" : "powershell"
62+
},
63+
"fileMetadata": {},
64+
"template": [],
65+
"dest": "staffhub-ps"
66+
}
67+
}

staffhub/docs-conceptual/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Microsoft StaffHub cmdlet reference
2+
3+
Welcome to the Microsoft StaffHub cmdlet help references. The Microsoft StaffHub cmdlets provide the command line interface for service administration and management.
4+
5+
Here you will find all of the Microsoft StaffHub PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
6+
7+
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.

staffhub/docs-conceptual/intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Microsoft StaffHub cmdlet reference
2+
3+
Welcome to the Microsoft StaffHub cmdlet help references. The Microsoft StaffHub cmdlets provide the command line interface for service administration and management.
4+
5+
Here you will find all of the Microsoft StaffHub PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
6+
7+
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.

staffhub/docs-conceptual/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#My overview
2+
3+
This is an overview page

staffhub/docs-conceptual/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Overview
2+
href: index.md
3+
items:
4+
- name: Introduction
5+
href: intro.md

staffhub/mapping/monikerMapping.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"staffhub-ps": {
3+
"conceptualToc": "docs-conceptual/toc.yml",
4+
"conceptualTocUrl": "/powershell/staffhub/staffhub-ps/toc.json",
5+
"referenceTocUrl": "/powershell/module/staffhub-ps/toc.json",
6+
"packageRoot": "staffhub-ps",
7+
"modules": {
8+
"staffhub": {}
9+
}
10+
}
11+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
Module Name: staffhub
3+
Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4+
title: staffhub
5+
Locale: en-US
6+
---
7+
8+
# Microsoft StaffHub Module
9+
## Description
10+
The following cmdlet references are for Microsoft StaffHub.
11+
12+
## Microsoft StaffHub Cmdlets
13+
### [cmdlet](cmdlet.md)
14+
{{Manually Enter cmdlet Description Here}}
15+
16+
EXAMPLE: DELETE FROM HERE DOWN
17+
### [Connect-MicrosoftTeams](Connect-MicrosoftTeams.md)
18+
{{Manually Enter Connect-MicrosoftTeams Description Here}}

0 commit comments

Comments
 (0)