diff options
author | Chris Swithinbank | 2023-05-11 16:41:55 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-11 16:41:55 +0200 |
commit | c14e2600fa1d205bbe286403fabc97373f3fe0a2 (patch) | |
tree | d72647fecd45cb08c77f5f02cb44a39ad68dba48 | |
parent | 0a575186d0d07df41a5bd4ed82c486db72a6e614 (diff) | |
download | IT.starlight-c14e2600fa1d205bbe286403fabc97373f3fe0a2.tar.gz IT.starlight-c14e2600fa1d205bbe286403fabc97373f3fe0a2.tar.bz2 IT.starlight-c14e2600fa1d205bbe286403fabc97373f3fe0a2.zip |
Add description frontmatter to several docs pages
-rw-r--r-- | docs/src/content/docs/getting-started.md | 1 | ||||
-rw-r--r-- | docs/src/content/docs/guides/i18n.md | 1 | ||||
-rw-r--r-- | docs/src/content/docs/index.mdx | 1 | ||||
-rw-r--r-- | docs/src/content/docs/reference/configuration.md | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/content/docs/getting-started.md b/docs/src/content/docs/getting-started.md index 01466a24..b157bc83 100644 --- a/docs/src/content/docs/getting-started.md +++ b/docs/src/content/docs/getting-started.md @@ -1,5 +1,6 @@ --- title: Getting Started +description: Learn how to start building your next documentation site with Starlight by Astro. --- :::caution[Work in progress] diff --git a/docs/src/content/docs/guides/i18n.md b/docs/src/content/docs/guides/i18n.md index 4765f77d..13fe9e3f 100644 --- a/docs/src/content/docs/guides/i18n.md +++ b/docs/src/content/docs/guides/i18n.md @@ -1,5 +1,6 @@ --- title: Internationalization (i18n) +i18n: Learn how to configure your Starlight site to support multiple languages. --- Starlight provides built-in support for multilingual sites, including routing, fallback content, and full right-to-left (RTL) language support. diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index f2407820..f040d1c4 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -1,5 +1,6 @@ --- title: Welcome, world +description: Starlight helps you build beautiful, high-performance documentation websites with Astro. --- :::caution[Work in progress] diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index d58b6f11..ae0809da 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -1,5 +1,6 @@ --- title: Configuration Reference +description: An overview of all the configuration options Starlight supports. --- ## Configure the `starlight` integration |