Skip to content

Commit

Permalink
Merge branch 'develop' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 15, 2022
2 parents 22fa147 + f394ec4 commit 0432c41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0432c41

Please sign in to comment.