capitalise Graphics Kit in docs
This commit is contained in:
parent
7431cda546
commit
6c2dc4d31e
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ The `SEO` component adds essential metadata to pages.
|
|||
|
||||
## Using with ArchieML docs
|
||||
|
||||
With the graphics kit, you'll likely get many of your text values from an ArchieML doc...
|
||||
With the Graphics Kit, you'll likely get many of your text values from an ArchieML doc...
|
||||
|
||||
```yaml
|
||||
# ArchieML doc
|
||||
|
|
@ -74,7 +74,7 @@ shareImgAlt: Alt text for share image.
|
|||
/>
|
||||
```
|
||||
|
||||
> **Note:** For _reasons_, we can't document the value of `VITE_BASE_URL` below. It's `import` + `.meta.env.BASE_URL` (concatenate all that) in the graphics kit and other Vite-based rigs.
|
||||
> **Note:** For _reasons_, we can't document the value of `VITE_BASE_URL` below. It's `import` + `.meta.env.BASE_URL` (concatenate all that) in the Graphics Kit and other Vite-based rigs.
|
||||
|
||||
<Canvas of={SEOStories.Demo} />
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue