diff options
author | Chris Swithinbank | 2023-05-23 16:30:12 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-23 16:30:12 +0200 |
commit | 3faddcdd4bd23b0101a106bfacd785f65f5c7dfe (patch) | |
tree | a4787215f4e70854b739223522acb2ee4169be69 | |
parent | 4da9cbd7e643c97acbf4c2016aefb8f712bc9869 (diff) | |
download | IT.starlight-3faddcdd4bd23b0101a106bfacd785f65f5c7dfe.tar.gz IT.starlight-3faddcdd4bd23b0101a106bfacd785f65f5c7dfe.tar.bz2 IT.starlight-3faddcdd4bd23b0101a106bfacd785f65f5c7dfe.zip |
Tweak getting started docs
-rw-r--r-- | docs/src/content/docs/getting-started.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/getting-started.mdx b/docs/src/content/docs/getting-started.mdx index f031be2d..3da26d59 100644 --- a/docs/src/content/docs/getting-started.mdx +++ b/docs/src/content/docs/getting-started.mdx @@ -47,7 +47,7 @@ This will create a new project directory with all the necessary files and config Starlight supports authoring content in Markdown and MDX. -Adding new pages is done by adding a new `.md` or `.mdx` file to `src/content/docs/`. For example, `src/content/docs/hello-world.md` will be available on your site at `/hello-world`. +You can add new pages by creating `.md` or `.mdx` files in `src/content/docs/`. For example, `src/content/docs/hello-world.md` will be available on your site at `/hello-world`. All Starlight pages share a common set of frontmatter properties you can set to control how the page appears: |