You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/scripts/index_search_content.js

4 lines
140 B

const { indexDocsContent } = require('@hashicorp/react-search/tools')
indexDocsContent({ frontmatterKeys: ['page_title', 'description'] })