Composables

Composable functions exported by shadcn-docs-nuxt.

useConfig()

Get the config from app.config.ts.

  • main, header, aside, footer and toc can be set from _dir.yml and any page.md file.
const {
  site,
  search,
  header,
  main,
  aside,
  footer,
  toc,
} = useConfig();