[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="Searching datasets - PortalJS" />
# Searching datasets
Typing out every link in the index page will get cumbersome eventually, and as the portal grows, finding the datasets you are looking for on the index page will become harder and harder, for that we will need search functionality.
@@ -102,4 +104,6 @@ You now have a filter in your page with all possible values automatically added
![](https://i.imgur.com/p2miSdg.png)
In the next lesson, you are gonna learn how to display metadata on the dataset page.
<DocsPagination prev="/docs/creating-new-datasets" next="/docs/showing-metadata" />