[examples/learn,docs,#910][m]: add conclusions at the end of each tutorial, add page title to each tutorial page, fix hydration error re modified metadata field

This commit is contained in:
João Demenech
2023-06-02 18:52:56 -03:00
parent 95fd8e72df
commit c80b283201
7 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
<NextSeo title="Creating new datasets - PortalJS" />
# Creating new datasets
So far, the PortalJS app we created only has a single page displaying a dataset. Data catalogs and data portals generally showcase many different datasets.
@@ -63,4 +65,6 @@ From the browser, access http://localhost:3000. You should see the following:
<img src="/assets/docs/datasets-index-page.png" />
<DocsPagination prev="/docs" next="/docs/searching-datasets" />
At this point, the app has multiple datasets, and users can find and navigate to any dataset they want. In the next lesson, you are gonna learn how to improve this experience with search.
<DocsPagination prev="/docs" next="/docs/searching-datasets" />