diff --git a/docs/Makefile b/docs/Makefile index d7a5ebd..45fa538 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,7 +7,7 @@ DOCKERRUN=docker container run \ -t \ -v `pwd`:/app \ ${CONTAINER}:${TAG} -DOCSDEST?=../../../sites/nystudio107/web/docs/recipe +DOCSDEST?=../../../sites/nystudio107/web/docs/twig-profiler .PHONY: docker build dev fix install lint clean npm diff --git a/docs/docs/.vitepress/config.js b/docs/docs/.vitepress/config.js index fdf68ae..48cc420 100644 --- a/docs/docs/.vitepress/config.js +++ b/docs/docs/.vitepress/config.js @@ -14,9 +14,9 @@ module.exports = { docsDir: 'docs/docs', docsBranch: 'v1', algolia: { - appId: '', - apiKey: '', - indexName: '' + appId: 'V60OC8MPVK', + apiKey: 'f0f7f91f8388d5b8d8c7f78dbcc4ea97', + indexName: 'nystudio107-twig-profiler' }, editLinks: true, editLinkText: 'Edit this page on GitHub',