diff --git a/daprdocs/layouts/partials/hooks/body-end.html b/daprdocs/layouts/partials/hooks/body-end.html new file mode 100644 index 000000000..a3b699544 --- /dev/null +++ b/daprdocs/layouts/partials/hooks/body-end.html @@ -0,0 +1,24 @@ +{{ with .Site.Params.algolia_docsearch }} + + + + + + +{{ end }} \ No newline at end of file diff --git a/daprdocs/layouts/partials/hooks/head-end.html b/daprdocs/layouts/partials/hooks/head-end.html new file mode 100644 index 000000000..e25d67d4b --- /dev/null +++ b/daprdocs/layouts/partials/hooks/head-end.html @@ -0,0 +1,3 @@ +{{ with .Site.Params.algolia_docsearch }} + +{{ end }} \ No newline at end of file