Merge pull request #14283 from backstage/freben/vocab
just getting rid of vale warnings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Plugin A
|
||||
|
||||
This is a description of Plugin A. This file exists to prove that glob'd
|
||||
This is a description of Plugin A. This file exists to prove that glob formed
|
||||
includes using the `*include` syntax work as expected.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Plugin B
|
||||
|
||||
This is a description of Plugin B. This file exists to prove that glob'd
|
||||
This is a description of Plugin B. This file exists to prove that glob formed
|
||||
includes using the `*include` syntax work as expected.
|
||||
|
||||
@@ -23,7 +23,7 @@ import { PageTheme } from './types';
|
||||
*
|
||||
* How to add a shape:
|
||||
*
|
||||
* 1. Get the svg shape from figma, should be ~1400 wide, ~400 high
|
||||
* 1. Get the SVG shape from figma, should be ~1400 wide, ~400 high
|
||||
* and only the white-to-transparent mask, no colors.
|
||||
* 2. Run it through https://jakearchibald.github.io/svgomg/
|
||||
* 3. Run that through https://github.com/tigt/mini-svg-data-uri
|
||||
@@ -62,7 +62,7 @@ export const colorVariants: Record<string, string[]> = {
|
||||
* @remarks
|
||||
*
|
||||
* As the background shapes and colors are decorative, we place them onto the
|
||||
* page as a css background-image instead of an html element of its own.
|
||||
* page as a CSS `background-image` instead of an HTML element of its own.
|
||||
*/
|
||||
export function genPageTheme(props: {
|
||||
colors: string[];
|
||||
|
||||
Reference in New Issue
Block a user