diff --git a/app/api/docs/$$.mjs b/app/api/docs/$$.mjs
index d632ea3c..d7b45a0e 100644
--- a/app/api/docs/$$.mjs
+++ b/app/api/docs/$$.mjs
@@ -13,7 +13,7 @@ import redirects from '../../lib/docs-redirects.mjs'
const arcdown = new Arcdown({
pluginOverrides: {
markdownItToc: {
- containerClass: 'toc mbe2 mis-2',
+ containerClass: 'toc mbe2 mis-2 leading2',
listType: 'ul',
},
},
diff --git a/app/docs/md/routing/lifecycle.md b/app/docs/md/routing/lifecycle.md
index 860bc408..973bcf7b 100644
--- a/app/docs/md/routing/lifecycle.md
+++ b/app/docs/md/routing/lifecycle.md
@@ -8,8 +8,7 @@ The journey of an HTTP request through Enhance isn't complicated, but it's helpf
-${doc.title}
` : ''} ${doc.html}
- On this page
- ${doc.tocHtml}
-
+
Enhance apps are designed with deployment in mind.
When you're ready to launch, we've got you covered with
diff --git a/app/elements/landing/no-js-required.mjs b/app/elements/landing/no-js-required.mjs
index 798e45f7..78f798ad 100644
--- a/app/elements/landing/no-js-required.mjs
+++ b/app/elements/landing/no-js-required.mjs
@@ -282,7 +282,7 @@ export default function NoJsRequired({ html }) {
+
No need for a full page render to update one element
diff --git a/app/elements/landing/ssr-web-components.mjs b/app/elements/landing/ssr-web-components.mjs
index 3a2a042c..6eff565e 100644
--- a/app/elements/landing/ssr-web-components.mjs
+++ b/app/elements/landing/ssr-web-components.mjs
@@ -43,7 +43,7 @@ export default function SSRWebComponents({ html }) {