Skip to content

Commit 8524ce3

Browse files
author
pcoma55
committed
Fixing links, adding TOC/Index.html content
1 parent 34fc9c1 commit 8524ce3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

articles/planetary-computer/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@
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
51-
href: bulk-ingestion-api.md
50+
- name: Troubleshooting ingestion
51+
href: troubleshooting-ingestion.md
52+
- name: Error codes from ingestion
53+
href: error-codes-ingestion.md
5254
- name: Configure collections for visualization
5355
items:
5456
- name: Collection configuration overview

articles/planetary-computer/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ landingContent:
9292
url: add-stac-item-to-collection.md
9393
- text: Bulk ingest data
9494
url: bulk-ingestion-api.md
95+
- linkListType: reference
96+
links:
97+
- text: Troubleshooting ingestion
98+
url: troubleshooting-ingestion.md
99+
- text: Error codes from ingestion
100+
url: error-codes-ingestion.md
95101

96102
# Card
97103
- title: Configure collections for visualization

articles/planetary-computer/troubleshooting-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Data ingestion workflows fail with specific [error codes](./error-codes-ingestio
3131

3232
## Identifying Errors during Ingestion
3333

34-
For [Single Item Ingestion](./ingestion-overview#single-item-ingestion), if an ingestion error occurs, the API response or user interface returns the error code.
34+
For [Single Item Ingestion](./ingestion-overview.md#single-item-ingestion), if an ingestion error occurs, the API response or user interface returns the error code.
3535

36-
For [Bulk Ingestion](./ingestion-overview/#bulk-ingestion), the errors can be different for each of the individual STAC Items. To see the individual errors, navigate to the Azure portal and locate the **Diagnostic Settings** for your GeoCatalog resource. Here, you can enable **Ingestion Logs.**
36+
For [Bulk Ingestion](./ingestion-overview.md#bulk-ingestion), the errors can be different for each of the individual STAC Items. To see the individual errors, navigate to the Azure portal and locate the **Diagnostic Settings** for your GeoCatalog resource. Here, you can enable **Ingestion Logs.**
3737

3838
[ ![Screenshot of searching for GeoCatalogs in the Azure portal.](media/ingestion-diagnostic-settings.png) ](media/ingestion-diagnostic-settings.png#lightbox)
3939

0 commit comments

Comments
 (0)