Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/Azure/azure…
Browse files Browse the repository at this point in the history
…-event-hubs-node of branch live
  • Loading branch information
amarzavery committed May 25, 2018
1 parent cae3de0 commit 2bb9072
Show file tree
Hide file tree
Showing 7 changed files with 678 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"docsets_to_publish": [],
"docsets_to_publish": [
{
"docset_name": "event-hubs-js",
"build_source_folder": "client/docs",
"build_output_subfolder": "event-hubs-js",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content",
"UniversalReference": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"base_path": "javascript",
"site_name": "Docs"
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
Expand Down
5 changes: 5 additions & 0 deletions client/docs/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

- name: Docs
href: /
homepage: /
items:
52 changes: 52 additions & 0 deletions client/docs/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"src": "docs-ref-autogen",
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
},
{
"files": [
"**/*.yml"
],
"src": "breadcrumb",
"dest": "breadcrumb",
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "~/breadcrumb/toc.yml"
},
"fileMetadata": {},
"template": [],
"dest": "_site"
}
}
50 changes: 50 additions & 0 deletions client/docs/docs-ref-autogen/BoundingBox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
### YamlMime:UniversalReference
items:
- uid: azure-atlas-javscript-sdk.BoundingBox
name: BoundingBox
fullName: BoundingBox
children:
- azure-atlas-javscript-sdk.BoundingBox.Array
- azure-atlas-javscript-sdk.BoundingBox.constructor
langs:
- typeScript
type: class
summary: >-
The definition of a
GeoJSON bounding box.
extends:
name: Array<number>
- uid: azure-atlas-javscript-sdk.BoundingBox.Array
name: Array
fullName: Array
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: static ArrayConstructor Array
return:
type:
- ArrayConstructor
- uid: azure-atlas-javscript-sdk.BoundingBox.constructor
name: BoundingBox
children: []
type: constructor
langs:
- typeScript
summary: Constructs a bounding box.
syntax:
content: >-
new BoundingBox(southwestPosition: Position, northeastPosition:
Position)
parameters:
- id: southwestPosition
type:
- '@azure-atlas-javscript-sdk.Position'
description: The southwestern most position of the bounding box.
- id: northeastPosition
type:
- '@azure-atlas-javscript-sdk.Position'
description: |
The northeastern most position of the bounding box.
Loading

0 comments on commit 2bb9072

Please sign in to comment.