diff --git a/docs/src/pages/guides/index.astro b/docs/src/pages/guides/index.astro index 9a7dff6..b0e858c 100644 --- a/docs/src/pages/guides/index.astro +++ b/docs/src/pages/guides/index.astro @@ -13,16 +13,16 @@ import Link from "../../components/Link.astro";

diff --git a/docs/src/pages/guides/theming.astro b/docs/src/pages/guides/theming.astro index 5bde22f..d44e746 100644 --- a/docs/src/pages/guides/theming.astro +++ b/docs/src/pages/guides/theming.astro @@ -593,8 +593,8 @@ const colorTextOnAccent = "#ffffff";

To find out more about each component, please see the respective component API docs. Or visit the - integration guide for an in-depth look - at how to use Cally with existing components. + usage guide for an in-depth look at how to + use Cally with existing components.

diff --git a/docs/src/pages/guides/integration.astro b/docs/src/pages/guides/usage.astro similarity index 99% rename from docs/src/pages/guides/integration.astro rename to docs/src/pages/guides/usage.astro index 1569726..7a6df85 100644 --- a/docs/src/pages/guides/integration.astro +++ b/docs/src/pages/guides/usage.astro @@ -7,7 +7,7 @@ import Heading from "../../components/Heading.astro"; import Link from "../../components/Link.astro"; --- - + -

Integrating with other components

+

Usage with existing components

Let's build a date range picker

diff --git a/docs/src/pages/index.astro b/docs/src/pages/index.astro index de75b54..5d00d73 100644 --- a/docs/src/pages/index.astro +++ b/docs/src/pages/index.astro @@ -35,10 +35,8 @@ const tagline = "Small, feature-rich calendar components"; logical properties, RTL support

  • - Themeable - CSS - parts - and custom properties to offer flexibility and power + Themeable - CSS parts and custom properties to offer flexibility + and power
  • Composable - impose no DOM specific structure, play well with @@ -156,11 +154,10 @@ const tagline = "Small, feature-rich calendar components";

    For a detailed look at each component, check out the respective component API docs. The - theming guide to explains how to style the - components to match your designs. And the - integration guide explains how to compose - Cally's components to build a date/range picker using your own or third-party - components. + guides section offers walkthroughs on + theming, + framework integration, and + usage with existing components.