From 7545f04c4641b0dde4ff6e447e04fef38fdfc561 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Mon, 21 Apr 2025 17:01:09 -0400 Subject: [PATCH] remove all references to /docs/installation (#872) --- docs/_layouts/component.njk | 2 +- docs/docs/components/icon.md | 4 ++-- docs/docs/customizing.md | 4 ++-- docs/docs/layout.njk | 2 +- docs/docs/patterns/index.njk | 2 +- docs/index.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_layouts/component.njk b/docs/_layouts/component.njk index 88169d2f8..aa4ca0fa9 100644 --- a/docs/_layouts/component.njk +++ b/docs/_layouts/component.njk @@ -255,7 +255,7 @@ {# Importing #}

Importing

- The autoloader is the recommended way to import components. If you prefer to do it manually, use one of the following code snippets. + The autoloader is the recommended way to import components. If you prefer to do it manually, use one of the following code snippets.

diff --git a/docs/docs/components/icon.md b/docs/docs/components/icon.md index cd0ae2968..3f5c1b82e 100644 --- a/docs/docs/components/icon.md +++ b/docs/docs/components/icon.md @@ -17,7 +17,7 @@ Not sure which icon to use? [Find the perfect icon over at Font Awesome!](https: The default icon library is Font Awesome Free, which comes with two icon families: `classic` and `brands`. Use the `family` attribute to set the icon family. -Many Font Awesome Pro icon families have variants such as `thin`, `light`, `regular`, and `solid`. Font Awesome Pro users can [provide their kit code](/docs/installation/#using-font-awesome-kit-codes) to unlock additional families, including `sharp` and `duotone`. For these icon families, use the `variant` attribute to set the variant. +Many Font Awesome Pro icon families have variants such as `thin`, `light`, `regular`, and `solid`. Font Awesome Pro users can [provide their kit code](/docs/#using-font-awesome-kit-codes) to unlock additional families, including `sharp` and `duotone`. For these icon families, use the `variant` attribute to set the variant. ```html {.example} @@ -641,4 +641,4 @@ If you want to change the icons Web Awesome uses internally, you can register an resolver: name => `/path/to/custom/icons/${name}.svg` }); -``` +``` \ No newline at end of file diff --git a/docs/docs/customizing.md b/docs/docs/customizing.md index e05e8050d..88f20a6a2 100644 --- a/docs/docs/customizing.md +++ b/docs/docs/customizing.md @@ -10,7 +10,7 @@ You can customize the look and feel of Web Awesome at a high level with themes. Web Awesome uses [themes](/docs/themes) to apply a cohesive look and feel across the entire library. Themes are built with a collection of predefined CSS custom properties, which we call [design tokens](/docs/tokens), and there are many premade themes you can choose from. -To use a theme, simply add a link to the theme's stylesheet to the `` of your page. For example, you can replace the link to `default.css` in the [installation code](/docs/installation/#quick-start-autoloading-via-cdn) with this snippet to use the *Awesome* theme: +To use a theme, simply add a link to the theme's stylesheet to the `` of your page. For example, you can replace the link to `default.css` in the [installation code](/docs/#quick-start-autoloading-via-cdn) with this snippet to use the *Awesome* theme: ```html @@ -197,7 +197,7 @@ For example, we can give all outlined callouts a thick left border, regardless o