import { C as createVNode, F as Fragment, _ as __astro_tag_component__ } from './prerender_DM8EEygr.mjs'; import { c as $$CardGrid, d as $$Card } from './Code_CMImcOzu.mjs'; import 'clsx'; const frontmatter = { "title": "Welcome to Starlight", "description": "Get started building your docs site with Starlight.", "template": "splash", "hero": { "tagline": "Congrats on setting up a new Starlight project!", "image": { "file": "../../assets/houston.webp" }, "actions": [{ "text": "Example Guide", "link": "/guides/example/", "icon": "right-arrow" }, { "text": "Read the Starlight docs", "link": "https://starlight.astro.build", "icon": "external", "variant": "minimal" }] } }; function getHeadings() { return [{ "depth": 2, "slug": "next-steps", "text": "Next steps" }]; } function _createMdxContent(props) { const {Fragment: Fragment$1} = props.components || ({}); if (!Fragment$1) _missingMdxReference("Fragment"); return createVNode(Fragment, { children: [createVNode(Fragment$1, { "set:html": "

Next steps

Section titled “Next steps”
\n" }), createVNode($$CardGrid, { stagger: true, children: [createVNode($$Card, { title: "Update content", icon: "pencil", "set:html": "

Edit src/content/docs/index.mdx to see this page change.

" }), createVNode($$Card, { title: "Change page layout", icon: "document", "set:html": "

Delete template: splash in src/content/docs/index.mdx to display a\nsidebar on this page.

" }), createVNode($$Card, { title: "Add new content", icon: "add-document", "set:html": "

Add Markdown or MDX files to src/content/docs to create new pages.

" }), createVNode($$Card, { title: "Configure your site", icon: "setting", "set:html": "

Edit your sidebar and other config in astro.config.mjs.

" }), createVNode($$Card, { title: "Read the docs", icon: "open-book", "set:html": "

Learn more in the Starlight Docs.

" })] })] }); } function MDXContent(props = {}) { const {wrapper: MDXLayout} = props.components || ({}); return MDXLayout ? createVNode(MDXLayout, { ...props, children: createVNode(_createMdxContent, { ...props }) }) : _createMdxContent(props); } function _missingMdxReference(id, component) { throw new Error("Expected " + ("component" ) + " `" + id + "` to be defined: you likely forgot to import, pass, or provide it."); } const url = "src/content/docs/index.mdx"; const file = "C:/Users/Harun/OneDrive/Desktop/my pc desktop/src/content/docs/index.mdx"; const Content = (props = {}) => MDXContent({ ...props, components: { Fragment: Fragment, ...props.components, }, }); Content[Symbol.for('mdx-component')] = true; Content[Symbol.for('astro.needsHeadRendering')] = !Boolean(frontmatter.layout); Content.moduleId = "C:/Users/Harun/OneDrive/Desktop/my pc desktop/src/content/docs/index.mdx"; __astro_tag_component__(Content, 'astro:jsx'); export { Content, Content as default, file, frontmatter, getHeadings, url };