Skip to content

Commit

Permalink
Update search index page identifier to include configured source dire…
Browse files Browse the repository at this point in the history
…ctory prefix
  • Loading branch information
caendesilva committed Dec 14, 2023
1 parent 76c1c3e commit 0b1f7cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DocumentationSearchIndex extends InMemoryPage
*/
public function __construct()
{
parent::__construct('search.json', [
parent::__construct(DocumentationPage::sourceDirectory().'/search.json', [
'navigation' => ['hidden' => true],
]);
}
Expand Down

0 comments on commit 0b1f7cc

Please sign in to comment.