From 5ccc2c50d55c0805e4628d36c24ceaad125c16c1 Mon Sep 17 00:00:00 2001 From: Brandon Waselnuk Date: Fri, 11 Apr 2025 14:24:39 -0700 Subject: [PATCH 1/4] updated themes page --- themes.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes.mdx b/themes.mdx index a61c7e42..a515923a 100644 --- a/themes.mdx +++ b/themes.mdx @@ -10,10 +10,14 @@ We offer pre-built themes so you can differentiate the look and feel of your doc ## Configuration -You can configure the theme in the `docs.json` file. +You can configure the theme in the `docs.json` file by referencing the theme name. For example, to use the `maple` theme, you can add the following to your `docs.json` file: + +The `maple` theme is currently used for our documentation. + + ```json { "theme": "maple" @@ -24,6 +28,8 @@ For example, to use the `maple` theme, you can add the following to your `docs.j There are a variety of themes to choose from. +Each theme has its own unique set of component placements and styles. +
From 6b7558e74ab0767ab193a26e41485418752f9ac2 Mon Sep 17 00:00:00 2001 From: Brandon Waselnuk Date: Fri, 18 Apr 2025 11:24:44 -0700 Subject: [PATCH 2/4] Update themes.mdx Co-authored-by: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> --- themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.mdx b/themes.mdx index a515923a..56f1f691 100644 --- a/themes.mdx +++ b/themes.mdx @@ -10,7 +10,7 @@ We offer pre-built themes so you can differentiate the look and feel of your doc ## Configuration -You can configure the theme in the `docs.json` file by referencing the theme name. +You can configure the theme in the `docs.json` file by setting the `theme` property. For example, to use the `maple` theme, you can add the following to your `docs.json` file: From e167916ef0e6c777d13d298c97f82afd90fb0a82 Mon Sep 17 00:00:00 2001 From: Brandon Waselnuk Date: Fri, 18 Apr 2025 11:28:11 -0700 Subject: [PATCH 3/4] quick language fix --- themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.mdx b/themes.mdx index 56f1f691..54c7a9d8 100644 --- a/themes.mdx +++ b/themes.mdx @@ -28,7 +28,7 @@ The `maple` theme is currently used for our documentation. There are a variety of themes to choose from. -Each theme has its own unique set of component placements and styles. +Each theme has its own unique set of layouts and styles.
From 5991abcfceae5a5871f014555db43424540b661d Mon Sep 17 00:00:00 2001 From: Ruhan Date: Wed, 23 Apr 2025 16:54:48 -0700 Subject: [PATCH 4/4] Chaned text to be clear and callout --- themes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes.mdx b/themes.mdx index 54c7a9d8..76d91eff 100644 --- a/themes.mdx +++ b/themes.mdx @@ -6,7 +6,7 @@ description: "Customize the appearance of your documentation" import { ThemeCard } from "/snippets/theme-card.mdx"; -We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand. +We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand and product motives. ## Configuration @@ -14,9 +14,9 @@ You can configure the theme in the `docs.json` file by setting the `theme` prope For example, to use the `maple` theme, you can add the following to your `docs.json` file: - + The `maple` theme is currently used for our documentation. - + ```json {