{
  $schema: "./node_modules/@pagesmith/docs/schemas/pagesmith-config.schema.json",
  name: "My Docs",
  title: "My Docs",
  description: "Documentation built with @pagesmith/docs",
  origin: "https://example.com",
  contentDir: "./content",
  outDir: "./dist",
  copyright: {
    projectName: "My Docs",
    startYear: 2026,
    endYear: null,
  },
  footerLinks: [
    { label: "Guide", path: "/guide" },
    { label: "Reference", path: "/reference" },
  ],
  search: {
    enabled: true,
  },
}
