Skip to content

Commit c8d359f

Browse files
committed
fix(montandon-landing-page): add getting started section
1 parent e79c7e3 commit c8d359f

6 files changed

Lines changed: 434 additions & 98 deletions

File tree

.changeset/fast-carrots-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
'Getting started' section added in Montandon Landing page along with steps to generate API token for Montandon.

app/src/views/MontandonLandingPage/i18n.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,24 @@
33
"strings": {
44
"montandonPageTitle": "Montandon - The Global Crisis Data Bank",
55
"montandonHeading": "Montandon - The Global Crisis Data Bank",
6-
"montandonHeadingDescription": "Montandon is the world’s largest disaster database—a global public good with applications far beyond IFRC. Montandon integrates three key types of data: 1) forecasted and recorded natural hazards; 2) impact data on these hazards; and 3) operational response data (where available). Montandon contains more than 2 million of records about hazards and their impacts for hundreds of thousands of events.",
6+
"montandonHeadingDescription": "Montandon is the world’s largest disaster database — a global public good with applications far beyond IFRC. Montandon integrates three key types of data: 1) forecasted and recorded natural hazards; 2) impact data on these hazards; and 3) operational response data (where available). Montandon contains more than 2 million of records about hazards and their impacts for hundreds of thousands of events.",
7+
8+
"sourcePopupTitle": "Source Data",
9+
"stacIdLabel": "ID",
10+
"stacIdValue": "stac-fastapi",
11+
"stacVersionLabel": "STAC Version",
12+
"stacVersionValue": "1.0.0",
13+
"validLabel": "Valid",
14+
"validValue": "Yes",
15+
"stacLocationText": "The STAC metadata file is located at",
16+
17+
"sharePopupTitle": "Share",
18+
"emailLabel": "Email",
19+
"shareUrlLabel": "Share the URL of this page:",
720

821
"videoTitle": "IFRC GO Platform: Mapping global crises' historical data with Montandon",
922

10-
"resources": "Resources",
11-
"visitGithub": "GitHub",
12-
"goWiki": "GO Wiki",
13-
"apiDescription": "OpenAPI service description",
14-
"apiDocumentation": "OpenAPI service documentation",
23+
"gettingStartedGuide": "Getting Started Guide",
1524

1625
"blogPosts": "Blog Posts",
1726
"leveragingDataBlogPostTitle": "Leveraging data to learn from past disasters",
@@ -21,6 +30,18 @@
2130
"contactText": "Please get in contact with the team in case interested to collaborate or learn more",
2231

2332
"accessAPILabel": "Access the Montandon API",
24-
"exploreRadiantEarthLabel": "Explore data in STAC browser"
33+
"exploreRadiantEarthLabel": "Explore data in STAC browser",
34+
35+
"guideGetYourToken": "1. Get your token.",
36+
"guideVisitAccountPage": "Visit the Account page on GO: {goAccountPageLink} (you must be logged in).",
37+
"goAccountPageLinkButtonTitle": "GO Account Page",
38+
"guideGenerateNewToken": "Generate a new token in the Montandon section.",
39+
"guideSaveToken": "Copy and save the generated token, as you will not be able to view it again.",
40+
"guideExploreData": "2. Explore data and use cases",
41+
"guideMontandonNotebooks": "Access data and explore the API through Montandon Notebooks: {montandonNotebookLink}",
42+
"montandonNotebooksLinkButtonTitle": "Link to Montandon Notebooks",
43+
"guideStacBrowser": "Browse data sources using the Montandon STAC Browser: {montandonStacBrowserLink}",
44+
"montandonStacBrowserLinkButtonTitle": "Link to Montandon STAC browser"
45+
2546
}
2647
}

0 commit comments

Comments
 (0)