diff --git a/.vscode/settings.json b/.vscode/settings.json index 281d281..fb7494f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.stylelint": true + "source.fixAll.stylelint": "explicit" } } diff --git a/src/404.webc b/src/404.webc index 6daadb4..56eb52e 100644 --- a/src/404.webc +++ b/src/404.webc @@ -24,7 +24,7 @@ description: Page not found
  • Check the ceiling: Diamonds are often found on the ceiling of caves
  • - If you're looking for Diamond UI, try the docs. + If you're looking for Diamond UI, try the docs.

    @@ -47,7 +47,7 @@ description: Page not found - +

    Documentation

    Guidance on how to get started and use Diamond UI on your next project.

    diff --git a/src/about.webc b/src/about.webc index 8e0656a..8f86b3e 100644 --- a/src/about.webc +++ b/src/about.webc @@ -27,8 +27,8 @@ description: The origin story of Diamond UI

    I am re-using it! Interface styles can be grouped into four categories: - content, controls, canvas - and composition. + content, controls, canvas + and composition.

    @@ -56,7 +56,7 @@ description: The origin story of Diamond UI - +

    Documentation

    Guidance on how to get started and use Diamond UI on your next project.

    diff --git a/src/data/siteLinks.json b/src/data/siteLinks.json index 1d4a9de..dc97c9a 100644 --- a/src/data/siteLinks.json +++ b/src/data/siteLinks.json @@ -4,8 +4,8 @@ "href": "/" }, { - "label": "Docs", - "href": "/docs/" + "label": "Guide", + "href": "/guide/" }, { "label": "About", diff --git a/src/docs/apply-diamond-ui/dark-mode-hero.webp b/src/guide/apply-diamond-ui/dark-mode-hero.webp similarity index 100% rename from src/docs/apply-diamond-ui/dark-mode-hero.webp rename to src/guide/apply-diamond-ui/dark-mode-hero.webp diff --git a/src/docs/apply-diamond-ui/hero-content.webp b/src/guide/apply-diamond-ui/hero-content.webp similarity index 100% rename from src/docs/apply-diamond-ui/hero-content.webp rename to src/guide/apply-diamond-ui/hero-content.webp diff --git a/src/docs/apply-diamond-ui/hero-with-eyebrow.webp b/src/guide/apply-diamond-ui/hero-with-eyebrow.webp similarity index 100% rename from src/docs/apply-diamond-ui/hero-with-eyebrow.webp rename to src/guide/apply-diamond-ui/hero-with-eyebrow.webp diff --git a/src/docs/apply-diamond-ui/hero-with-two-controls.webp b/src/guide/apply-diamond-ui/hero-with-two-controls.webp similarity index 100% rename from src/docs/apply-diamond-ui/hero-with-two-controls.webp rename to src/guide/apply-diamond-ui/hero-with-two-controls.webp diff --git a/src/docs/apply-diamond-ui/hero.webp b/src/guide/apply-diamond-ui/hero.webp similarity index 100% rename from src/docs/apply-diamond-ui/hero.webp rename to src/guide/apply-diamond-ui/hero.webp diff --git a/src/docs/apply-diamond-ui/index.webc b/src/guide/apply-diamond-ui/index.webc similarity index 91% rename from src/docs/apply-diamond-ui/index.webc rename to src/guide/apply-diamond-ui/index.webc index 3ae8343..866eb97 100644 --- a/src/docs/apply-diamond-ui/index.webc +++ b/src/guide/apply-diamond-ui/index.webc @@ -4,18 +4,18 @@ title: Apply Diamond UI description: Designs can be broken up using the four Cs to separate component responsibilities. tags: ['docs', 'Workflow'] icon: layers -previous: /docs/composition/ -next: /docs/storybook-example/ +previous: /guide/composition/ +next: /guide/storybook-example/ date: 2024-10-01 ---