Skip to content

Commit 902142b

Browse files
Add theme definitions table to Data Guides (#235)
* Add data theme definitions table to /guides - Added `theme-definitions.json` with structured descriptions of all data themes (based on the [Definitions Proposal](https://lf-overturemaps.atlassian.net/wiki/spaces/PROJ/pages/353927169/Definitions+Proposal)) - Added `theme-definitions.mdx` page under /guides to display the themes table - Introduced `ThemesTable` React component for rendering and styling the table Note: Theme definitions are still incomplete and may contain errors. * Update theme definitions - Fix license name formatting - Update address definition (GERSified, coverage, quality) - Correct any fields transferred incorrectly from the wiki - Render merging summary as list * update theme definitions table structure, styles, and data * clean up structure and links * Fix fetch path for theme definitions JSON file * update styles --------- Co-authored-by: Dana Bauer <[email protected]>
1 parent 626a236 commit 902142b

File tree

3 files changed

+1586
-2
lines changed

3 files changed

+1586
-2
lines changed

docs/guides/index.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
---
2-
title: Data Guides
2+
id: index
3+
slug: /guides/
4+
title: Guides
5+
sidebar_label: Overview
6+
description: Overture Maps data theme documentation
37
---
48

59
import DocCardList from '@theme/DocCardList';
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
611

7-
<DocCardList />
12+
13+
14+
15+
## Data Theme Guides
16+
17+
**<a href={useBaseUrl('/theme-definitions-table.html')} target="_blank">View Theme Definitions Table →</a>**
18+
19+
<DocCardList />

0 commit comments

Comments
 (0)