--- import { getGlossaryEntryAsideData, getGlossaryPortalLinks, hrefOfGlossaryEntry, slugOfGlossaryEntry, } from "../lib/glossary"; const { currentEntry, allEntries = [], } = Astro.props; const currentSlug = slugOfGlossaryEntry(currentEntry); const { displayFamily, displayDomain, displayLevel, showNoyau, showSameFamily, fondamentaux, sameFamilyTitle, sameFamilyEntries, relationSections, contextualTheory, } = getGlossaryEntryAsideData(currentEntry, allEntries); const portalLinks = getGlossaryPortalLinks(); ---