You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Don't show banner on home page since it has its own
9
+
const showBanner =route.path!=='/'
10
+
</script>
11
+
12
+
<template>
13
+
<Layout>
14
+
<template #doc-before>
15
+
<divv-if="showBanner"class="construction-banner">
16
+
<divclass="custom-block warning">
17
+
<pclass="custom-block-title">⚠️ DOCUMENTATION UNDER CONSTRUCTION ⚠️</p>
18
+
<p><strong>This documentation is being written from scratch.</strong> What you see here is essentially placeholder content and should not be trusted as accurate. Expect significant changes and updates.</p>
0 commit comments