diff --git a/site/content/docs/index.md b/site/content/docs/index.md index bf465937..6d5a827f 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -168,12 +168,12 @@ Any frontmatter attribute that you add will automatically get indexed and be usa ### Adding filters -Sometimes contextual search is not enough. Let's add a filter. To do so, add a title to your `content/my-incredible-dataset/index.md` like so: +Sometimes contextual search is not enough. Let's add a filter. To do so, lets add a new metadata field called "groups", add it to your `content/my-incredible-dataset/index.md` like so: ``` --- -title: 'My incredible dataset' +groups: ['Incredible'] --- # My Incredible Dataset @@ -190,6 +190,23 @@ This is my incredible dataset. /> ``` +Also add it to your `content/my-awesome-dataset/index.md` like so: + +``` +--- +title: 'My awesome dataset' +groups: ['Awesome'] +--- + +# My Awesome Dataset + +Built with PortalJS + +## Table + +