Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/MicrosoftDo…
Browse files Browse the repository at this point in the history
…cs/azure-docs-sdk-node of branch master
  • Loading branch information
dend committed Jun 13, 2018
1 parent 9af8997 commit f6c1e0a
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"need_preview_pull_request": true,
"git_repository_branch_open_to_public_contributors": "master",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes",
Expand All @@ -44,7 +45,9 @@
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"targets": {},
"need_generate_pdf": false,
"need_generate_intellisense": false,
"dependent_packages": [
Expand Down Expand Up @@ -82,4 +85,4 @@
"DiffFolder": [
"docs-ref-autogen/overview/azure"
]
}
}
15 changes: 15 additions & 0 deletions ThirdPartyNotices
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
##Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
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
[LICENSE-CODE](LICENSE-CODE) file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.
5 changes: 5 additions & 0 deletions breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

- name: Docs
href: /
homepage: /
items:
50 changes: 50 additions & 0 deletions 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 f6c1e0a

Please sign in to comment.