Getting Started
Documentation Search
Documentation Search provides a custom Statamic search provider focused on making it easier to index documentation-heavy websites where each entry may have multiple sections that should be indexed separately.
Documentation Search may be installed in a Statamic site by running the following command from the root of the project:
1composer require stillat/documentation-search
Documentation Search provides a few configuration files that can be used to configure how sections are identified or customize the indexer's template path. It is recommended that these configuration files be published into your site's project. This can be done by running the following command from the root of your project:
1php artisan vendor:publish --tag=documentation-search-config