You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TUTORIAL.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Tutorial: Building a Bookstore Metadata Browser
2
2
3
-
This tutorial walks you through adapting the Universal Metadata Browser Template to create a **Bookstore Metadata Briwser** - a complete example that demonstrates all the key concepts you'll need for your own domain.
3
+
This tutorial walks you through adapting the Universal Metadata Browser Template to create a **Bookstore Metadata Browser** - a complete example that demonstrates all the key concepts you'll need for your own domain.
4
4
5
5
## 🎯 What We're Building
6
6
7
-
By the end of this tutorial, you'll have a fully functional portal that can:
7
+
By the end of this tutorial, you'll have a fully functional browser that can:
8
8
9
9
- Import book metadata from JSON files
10
10
- Search books by title, author, genre, and publisher
@@ -27,7 +27,7 @@ By the end of this tutorial, you'll have a fully functional portal that can:
27
27
5.[Configuring Search and Navigation](#5-configuring-search-and-navigation)
28
28
6.[Customizing the Frontend](#6-customizing-the-frontend)
29
29
7.[Adding Sample Data](#7-adding-sample-data)
30
-
8.[Testing Your Portal](#8-testing-your-portal)
30
+
8.[Testing Your Browser](#8-testing-your-browser)
31
31
32
32
---
33
33
@@ -37,7 +37,7 @@ By the end of this tutorial, you'll have a fully functional portal that can:
0 commit comments