Compare commits
2
Commits
046ef92149
...
f7df74c574
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7df74c574 | ||
|
|
0c08a7467f |
+3
-3
@@ -7,7 +7,7 @@ seo:
|
|||||||
|
|
||||||
:ellipsis{right=0px width=75% blur=150px zIndex=60}
|
:ellipsis{right=0px width=75% blur=150px zIndex=60}
|
||||||
|
|
||||||
::u-container{class="min-h-[calc(100vh-var(--ui-header-height))] flex flex-col pt-32 pb-32"}
|
::u-container{class="min-h-[calc(100vh-var(--ui-header-height))] flex flex-col pt-32 pb-32 max-md:pt-[60px] max-md:pb-[60px]"}
|
||||||
:::div{class="grid lg:grid-cols-3 gap-8 items-stretch flex-1"}
|
:::div{class="grid lg:grid-cols-3 gap-8 items-stretch flex-1"}
|
||||||
::::div{class="lg:col-span-2 flex flex-col justify-between"}
|
::::div{class="lg:col-span-2 flex flex-col justify-between"}
|
||||||
:::::div{class="flex flex-col gap-8"}
|
:::::div{class="flex flex-col gap-8"}
|
||||||
@@ -16,11 +16,11 @@ seo:
|
|||||||
<p class="text-lg my-0!">Docs, more docs. Tips and experiments. Build your homelab and your own NAS.</p>
|
<p class="text-lg my-0!">Docs, more docs. Tips and experiments. Build your homelab and your own NAS.</p>
|
||||||
:::::
|
:::::
|
||||||
|
|
||||||
:::::div{class="my-6"}
|
:::::div{class="my-6 pt-[25px] pb-[25px]"}
|
||||||
{.w-full}
|
{.w-full}
|
||||||
:::::
|
:::::
|
||||||
|
|
||||||
:::::div{class="flex items-center gap-3"}
|
:::::div{class="flex flex-col sm:flex-row sm:items-center gap-3"}
|
||||||
::::::u-button{class="text-white font-bold"}
|
::::::u-button{class="text-white font-bold"}
|
||||||
---
|
---
|
||||||
color: primary
|
color: primary
|
||||||
|
|||||||
+3
-3
@@ -7,7 +7,7 @@ seo:
|
|||||||
|
|
||||||
:ellipsis{right=0px width=75% blur=150px zIndex=60}
|
:ellipsis{right=0px width=75% blur=150px zIndex=60}
|
||||||
|
|
||||||
::u-container{class="min-h-[calc(100vh-var(--ui-header-height))] flex flex-col pt-32 pb-32"}
|
::u-container{class="min-h-[calc(100vh-var(--ui-header-height))] flex flex-col pt-32 pb-32 max-md:pt-[60px] max-md:pb-[60px]"}
|
||||||
:::div{class="grid lg:grid-cols-3 gap-8 items-stretch flex-1"}
|
:::div{class="grid lg:grid-cols-3 gap-8 items-stretch flex-1"}
|
||||||
::::div{class="lg:col-span-2 flex flex-col justify-between"}
|
::::div{class="lg:col-span-2 flex flex-col justify-between"}
|
||||||
:::::div{class="flex flex-col gap-8"}
|
:::::div{class="flex flex-col gap-8"}
|
||||||
@@ -16,11 +16,11 @@ seo:
|
|||||||
<p class="text-lg my-0!">De la doc, encore de la doc. Des astuces et des expériences. Construisez votre homelab et votre propre NAS.</p>
|
<p class="text-lg my-0!">De la doc, encore de la doc. Des astuces et des expériences. Construisez votre homelab et votre propre NAS.</p>
|
||||||
:::::
|
:::::
|
||||||
|
|
||||||
:::::div{class="my-6"}
|
:::::div{class="my-6 pt-[25px] pb-[25px]"}
|
||||||
{.w-full}
|
{.w-full}
|
||||||
:::::
|
:::::
|
||||||
|
|
||||||
:::::div{class="flex items-center gap-3"}
|
:::::div{class="flex flex-col sm:flex-row sm:items-center gap-3"}
|
||||||
::::::u-button{class="text-white font-bold"}
|
::::::u-button{class="text-white font-bold"}
|
||||||
---
|
---
|
||||||
color: primary
|
color: primary
|
||||||
|
|||||||
@@ -25,6 +25,11 @@ function getContributors(absoluteFilePath: string): string[] {
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: ['docus'],
|
extends: ['docus'],
|
||||||
components: [
|
components: [
|
||||||
|
// Passing an array here replaces Nuxt's default `~/components` scan
|
||||||
|
// instead of adding to it, so every local override under app/components/
|
||||||
|
// (AppHeaderCenter, AppHeaderBottom, DocsAsideLeftTop, etc.) was silently
|
||||||
|
// ignored in favor of the docus layer's originals. Keep the default scan.
|
||||||
|
'~/components',
|
||||||
// ProseNote/Tip/Warning/Caution are only ever resolved dynamically, by
|
// ProseNote/Tip/Warning/Caution are only ever resolved dynamically, by
|
||||||
// name, from Nuxt Content's MDC tag map (`note` -> `ProseNote`, etc.).
|
// name, from Nuxt Content's MDC tag map (`note` -> `ProseNote`, etc.).
|
||||||
// Nothing statically imports or writes `<ProseNote>` in a template, so
|
// Nothing statically imports or writes `<ProseNote>` in a template, so
|
||||||
|
|||||||
Reference in New Issue
Block a user