Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed May 10, 2024
1 parent d9c7acc commit ec8735a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ Sometimes we want to include something that is not on lit.dev in the search inde

```json
{
"relativeUrl": "https://url-to-the-page.com",
"title": "Search Item group title (the text above a group of search results)",
"heading": "Search Item Option Heading Line (defaults to the title of the page if this is empty string but must be defined)",
"text": "A description of the search item's context. Algolia uses this as well to ",
"docType": {
"type": "Colored Tag", // keep this short this is the gray tag to the right of the group title
"tag": "other" // keep this "other". This determines the color and other defaults to gray
},
"isExternal": true // whether or not this is a link external to lit.dev and should have the external link icon
}
"relativeUrl": "https://url-to-the-page.com",
"title": "Search Item group title (the text above a group of search results)",
"heading": "Search Item Option Heading Line (defaults to the title of the page if this is empty string but must be defined)",
"text": "A description of the search item's context. Algolia uses this as well to ",
"docType": {
"type": "Colored Tag", // keep this short this is the gray tag to the right of the group title
"tag": "other" // keep this "other". This determines the color and other defaults to gray
},
"isExternal": true // whether or not this is a link external to lit.dev and should have the external link icon
}
```

### How to administer the Algolia search index
Expand Down

0 comments on commit ec8735a

Please sign in to comment.