diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 2a640c3a31..a03214bfee 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -17,9 +17,11 @@
{{ partial "sidebar.html" . }}
{{ partial "version-banner.html" . }}
diff --git a/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html b/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html
new file mode 100644
index 0000000000..5b3c1e910e
--- /dev/null
+++ b/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html
@@ -0,0 +1 @@
+{{/* Placeholder file to override. Used to add custom HTML elements to the bottom of the right sidebar. */}}
diff --git a/layouts/partials/hooks/custom-right-sidebar-elements-top.html b/layouts/partials/hooks/custom-right-sidebar-elements-top.html
new file mode 100644
index 0000000000..0b94eb68a3
--- /dev/null
+++ b/layouts/partials/hooks/custom-right-sidebar-elements-top.html
@@ -0,0 +1 @@
+{{/* Placeholder file to override. Used to add custom HTML elements to the top of the right sidebar. */}}