Verschlanke Dokumentation auf Bedienung und leite Einstieg direkt dorthin
This commit is contained in:
@@ -32,10 +32,7 @@ useSeoMeta({
|
||||
})
|
||||
|
||||
const headline = computed(() => findPageHeadline(navigation?.value, page.value?.path))
|
||||
|
||||
const links = computed(() => {
|
||||
return [...(toc?.bottom?.links || [])].filter(Boolean)
|
||||
})
|
||||
const links = computed(() => [...(toc?.bottom?.links || [])].filter(Boolean))
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user