--- import SingleLayout from '@layouts/SingleLayout.astro' import { getConfig } from '@libs/config' import BsThemes from '@layouts/partials/BsThemes.astro' import ExamplesMain from '@layouts/partials/ExamplesMain.astro' export function getStaticPaths() { return [ { params: { version: getConfig().docs_version } } ] } ---
Download examples Download source code