Skip to content

Commit f6c1e0a

Browse files
author
dend
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/azure-docs-sdk-node of branch master
1 parent 9af8997 commit f6c1e0a

File tree

6 files changed

+619
-2
lines changed

6 files changed

+619
-2
lines changed

.openpublishing.publish.config.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@
3131
}
3232
],
3333
"notification_subscribers": [],
34+
"sync_notification_subscribers": [],
3435
"branches_to_filter": [],
35-
"need_preview_pull_request": true,
3636
"git_repository_branch_open_to_public_contributors": "master",
3737
"skip_source_output_uploading": false,
3838
"need_preview_pull_request": true,
39+
"contribution_branch_mappings": {},
3940
"dependent_repositories": [
4041
{
4142
"path_to_root": "_themes",
@@ -44,7 +45,9 @@
4445
"branch_mapping": {}
4546
}
4647
],
48+
"branch_target_mapping": {},
4749
"need_generate_pdf_url_template": false,
50+
"targets": {},
4851
"need_generate_pdf": false,
4952
"need_generate_intellisense": false,
5053
"dependent_packages": [
@@ -82,4 +85,4 @@
8285
"DiffFolder": [
8386
"docs-ref-autogen/overview/azure"
8487
]
85-
}
88+
}

ThirdPartyNotices

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##Legal Notices
2+
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
3+
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
4+
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
5+
[LICENSE-CODE](LICENSE-CODE) file.
6+
7+
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
8+
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
9+
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10+
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
11+
12+
Privacy information can be found at https://privacy.microsoft.com/en-us/
13+
14+
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
15+
or trademarks, whether by implication, estoppel or otherwise.

breadcrumb/toc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
- name: Docs
3+
href: /
4+
homepage: /
5+
items:

docs-ref-autogen/BoundingBox.yml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
### YamlMime:UniversalReference
2+
items:
3+
- uid: azure-atlas-javscript-sdk.BoundingBox
4+
name: BoundingBox
5+
fullName: BoundingBox
6+
children:
7+
- azure-atlas-javscript-sdk.BoundingBox.Array
8+
- azure-atlas-javscript-sdk.BoundingBox.constructor
9+
langs:
10+
- typeScript
11+
type: class
12+
summary: >-
13+
The definition of a
14+
GeoJSON bounding box.
15+
extends:
16+
name: Array<number>
17+
- uid: azure-atlas-javscript-sdk.BoundingBox.Array
18+
name: Array
19+
fullName: Array
20+
children: []
21+
langs:
22+
- typeScript
23+
type: property
24+
summary: ''
25+
syntax:
26+
content: static ArrayConstructor Array
27+
return:
28+
type:
29+
- ArrayConstructor
30+
- uid: azure-atlas-javscript-sdk.BoundingBox.constructor
31+
name: BoundingBox
32+
children: []
33+
type: constructor
34+
langs:
35+
- typeScript
36+
summary: Constructs a bounding box.
37+
syntax:
38+
content: >-
39+
new BoundingBox(southwestPosition: Position, northeastPosition:
40+
Position)
41+
parameters:
42+
- id: southwestPosition
43+
type:
44+
- '@azure-atlas-javscript-sdk.Position'
45+
description: The southwestern most position of the bounding box.
46+
- id: northeastPosition
47+
type:
48+
- '@azure-atlas-javscript-sdk.Position'
49+
description: |
50+
The northeastern most position of the bounding box.

0 commit comments

Comments
 (0)