forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize open publishing repository: https://github.com/Azure/azure…
…-event-hubs-node of branch live
- Loading branch information
1 parent
cae3de0
commit 2bb9072
Showing
7 changed files
with
678 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
- name: Docs | ||
href: / | ||
homepage: / | ||
items: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.