Skip to content

Commit bad86b2

Browse files
committed
use sentence case in headers
1 parent b04eb6d commit bad86b2

File tree

6 files changed

+45
-45
lines changed

6 files changed

+45
-45
lines changed

articles/planetary-computer/TOC.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
href: whats-new.md
99
- name: STAC overview
1010
href: stac-overview.md
11-
- name: Supported Data Types
11+
- name: Supported data types
1212
href: supported-data-types.md
1313
expanded: true
14-
- name: Deploy & Setup
14+
- name: Deploy & setup
1515
items:
1616
- name: Get started with Microsoft Planetary Computer Pro
1717
href: get-started-planetary-computer.md
@@ -33,43 +33,43 @@
3333
href: create-stac-collection.md
3434
- name: Ingest Data
3535
items:
36-
- name: Ingestion Overview
36+
- name: Ingestion overview
3737
href: ingestion-overview.md
38-
- name: Ingestion Sources
38+
- name: Ingestion sources
3939
href: ingestion-source.md
4040
- name: Setup an ingestion source using managed identity through the UI
4141
href: setup-ingestion-credentials-managed-identity.md
4242
- name: Set up ingestion source using SAS tokens
4343
href: setup-ingestion-credentials-sas-tokens.md
44-
- name: Ingest data using the Web Interface
44+
- name: Ingest data using the web interface
4545
href: ingest-via-web-interface.md
4646
- name: Create a STAC item
4747
href: create-stac-item.md
4848
- name: Add a STAC Item to a collection
4949
href: add-stac-item-to-collection.md
50-
- name: Bulk Ingest data
50+
- name: Bulk ingest data
5151
href: bulk-ingestion-api.md
5252
- name: Configure Collections for Visualization
5353
items:
5454
- name: Collection configuration overview
5555
href: collection-configuration-concept.md
56-
- name: Configure Collections for Visualization
56+
- name: Configure collections for visualization
5757
href: configure-collection-web-interface.md
58-
- name: Mosaic Configuration
58+
- name: Mosaic configuration
5959
href: mosaic-configurations-for-collections.md
60-
- name: Render Configuration
60+
- name: Render configuration
6161
href: render-configuration.md
62-
- name: Tile Settings
62+
- name: Tile settings
6363
href: tile-settings.md
6464
- name: Queryables
6565
href: queryables-for-explorer-custom-search-filter.md
66-
- name: Supported Color Maps
66+
- name: Supported color maps
6767
href: supported-colormaps.md
6868
- name: Visualize assets
6969
href: visualize-assets.md
70-
- name: Build and Use Applications
70+
- name: Build and use applications
7171
items:
72-
- name: Build Applications
72+
- name: Build applications
7373
href: build-applications-with-planetary-computer-pro.md
7474
- name: Use the explorer
7575
href: use-explorer.md
@@ -83,11 +83,11 @@
8383
href: /rest/api/planetarycomputer
8484
- name: Working with Data Cubes
8585
items:
86-
- name: Data cube Overview
86+
- name: Data cube overview
8787
href: data-cube-overview.md
88-
- name: Get Started with Data Cubes
88+
- name: Get Started with data cubes
8989
href: data-cube-quickstart.md
90-
- name: Visualize Data Cubes
90+
- name: Visualize data cubes
9191
href: visualize-assets.md
92-
- name: Get a Collection SAS Token
92+
- name: Get a collection SAS token
9393
href: get-collection-sas-token.md

articles/planetary-computer/build-applications-with-planetary-computer-pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Microsoft Planetary Computer Pro offers APIs and connectors that enable develope
2424

2525
Planetary Computer Pro supports multiple integration approaches depending on your application's requirements. You can build applications that access Planetary Computer Pro's data and services in several ways:
2626

27-
[ ![Diagram illustrating how to build applications with Microsoft Planetary Computer Pro, showing integration points, APIs, and supported workflows.](media/build-apps-diagram.png) ](media/build_apps_diagram.png#lightbox)
27+
[ ![Diagram illustrating how to build applications with Microsoft Planetary Computer Pro, showing integration points, APIs, and supported workflows.](media/build-apps-diagram.png) ](media/build-apps-diagram.png#lightbox)
2828

2929
### Direct API integration
3030

articles/planetary-computer/get-collection-sas-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SAS Token Generation in Microsoft Planetary Computer Pro
2+
title: SAS token Generation in Microsoft Planetary Computer Pro
33
description: See how to retrieve a sas token to access collection-level assets.
44
author: tanyamarton
55
ms.author: tanyamarton
@@ -8,7 +8,7 @@ ms.topic: quickstart
88
ms.date: 04/29/2025
99
#customer intent: help customers get a sas token for a collection.
1010
---
11-
# Quickstart: Request a STAC collection SAS Token
11+
# Quickstart: Request a STAC collection SAS token
1212

1313
In this quickstart, you will retrieve a collection-level SAS token that can be used by other applications to access STAC collection assets in a managed storage account within a Microsoft Planetary Computer Pro GeoCatalog resource.
1414

articles/planetary-computer/index.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ landingContent:
5252
url: manage-access.md
5353
- linkListType: tutorial
5454
links:
55-
- text: Using the Microsoft Planetary Computer Pro APIs to Ingest and Visualize Data
55+
- text: Use the Microsoft Planetary Computer Pro APIs to ingest and visualize data
5656
url: api-tutorial.md
5757

5858

@@ -67,13 +67,13 @@ landingContent:
6767
url: create-stac-collection.md
6868

6969
# Card
70-
- title: Ingest Data
70+
- title: Ingest data
7171
linkLists:
7272
- linkListType: concept
7373
links:
74-
- text: Ingestion Overview
74+
- text: Ingestion overview
7575
url: ingestion-overview.md
76-
- text: Ingestion Sources
76+
- text: Ingestion sources
7777
url: ingestion-source.md
7878
- linkListType: how-to-guide
7979
links:
@@ -89,39 +89,39 @@ landingContent:
8989
url: ingest-via-web-interface.md
9090
- text: Add a STAC Item to a collection
9191
url: add-stac-item-to-collection.md
92-
- text: Bulk Ingest data
92+
- text: Bulk ingest data
9393
url: bulk-ingestion-api.md
9494

9595
# Card
96-
- title: Configure Collections for Visualization
96+
- title: Configure collections for visualization
9797
linkLists:
9898
- linkListType: concept
9999
links:
100-
- text: Collection Configuration
100+
- text: Collection configuration
101101
url: collection-configuration-concept.md
102102
- linkListType: quickstart
103103
links:
104-
- text: Configure Collections for Visualization
104+
- text: Configure collections for visualization
105105
url: configure-collection-web-interface.md
106106
- linkListType: concept
107107
links:
108-
- text: Mosaic Configuration
108+
- text: Mosaic configuration
109109
url: mosaic-configurations-for-collections.md
110-
- text: Render Configuration
110+
- text: Render configuration
111111
url: render-configuration.md
112-
- text: Tile Settings
112+
- text: Tile settings
113113
url: tile-settings.md
114-
- text: Queryables for Custom Search
114+
- text: Queryables for custom search
115115
url: queryables-for-explorer-custom-search-filter.md
116-
- text: Supported Color Maps
116+
- text: Supported color maps
117117
url: supported-colormaps.md
118118

119119
# Card
120-
- title: Build and Use Applications
120+
- title: Build and use applications
121121
linkLists:
122122
- linkListType: concept
123123
links:
124-
- text: Build Applications
124+
- text: Build applications
125125
url: build-applications-with-planetary-computer-pro.md
126126
- linkListType: quickstart
127127
links:
@@ -139,25 +139,25 @@ landingContent:
139139
url: azure-batch.md
140140
- linkListType: reference
141141
links:
142-
- text: API Reference Guide
142+
- text: API reference guide
143143
url: /rest/api/planetarycomputer
144144

145145
# Card
146-
- title: Working with Data Cubes
146+
- title: Working with data cubes
147147
linkLists:
148148
- linkListType: concept
149149
links:
150-
- text: Data cube Overview
150+
- text: Data cube overview
151151
url: data-cube-overview.md
152152
- linkListType: quickstart
153153
links:
154-
- text: Get Started with Data Cubes
154+
- text: Get started with data cubes
155155
url: data-cube-quickstart.md
156156
- linkListType: how-to-guide
157157
links:
158-
- text: Visualize Data Cubes
158+
- text: Visualize data cubes
159159
url: visualize-assets.md
160160
- linkListType: quickstart
161161
links:
162-
- text: Get a Collection SAS Token
162+
- text: Get a collection SAS token
163163
url: get-collection-sas-token.md

articles/planetary-computer/render-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Render Settings for Data Visualization in Microsoft Planetary Computer Pro
2+
title: Configure render settings for data visualization in Microsoft Planetary Computer Pro
33
description: Learn the step-by-step process to configure render settings for visualizing geospatial data using the Microsoft Planetary Computer Pro data explorer and Tiler API.
44
author: 777arc
55
ms.author: marclichtman
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 04/24/2025 # <-- UPDATE DATE ON PUBLISH
99
---
1010

11-
# How-To: Configure Render Settings for Visualizing Data in Microsoft Planetary Computer Pro
11+
# How-To: Configure render settings for visualizing data in Microsoft Planetary Computer Pro
1212

1313
To visualize geospatial data using the Microsoft Planetary Computer Pro data explorer or the Tiler API, you must define **render configurations** for your SpatioTemporal Asset Catalog (STAC) collections. A render configuration specifies how the data assets within your STAC items should be combined, processed, and styled to create map tiles.
1414

articles/planetary-computer/stac-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: STAC Framework in Microsoft Planetary Computer Pro
2+
title: STAC framework in Microsoft Planetary Computer Pro
33
description: This article provides an overview of the SpatioTemporal Asset Catalog (STAC) specification and how it's used by Microsoft Planetary Computer Pro.
44
author: beharris
55
ms.author: brentharris
@@ -9,7 +9,7 @@ ms.date: 04/09/2025
99
#customer intent: As an Microsoft Planetary Computer Pro user, I want to understand the STAC Specification.
1010
---
1111

12-
# STAC Overview for Microsoft Planetary Computer Pro
12+
# STAC overview for Microsoft Planetary Computer Pro
1313

1414
This article provides an overview of the SpatioTemporal Asset Catalog (STAC) specification and how it's used by Microsoft Planetary Computer Pro.
1515

0 commit comments

Comments
 (0)