From 9db9eca5517410d70960befa484294b37d3532db Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 12 May 2023 10:50:14 -0500 Subject: [PATCH] Add required meta tag to docs page (#11662) Changes: - Added the required `pageOrderInSection` meta tag to `adding-new-ui-components.md` I just guessed what the `pageOrderInSection` value should be. This PR is just to fix the website deploy script caused by this page not having the required meta tag. FYI: @jacobshandling --- docs/Contributing/adding-new-UI-components.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Contributing/adding-new-UI-components.md b/docs/Contributing/adding-new-UI-components.md index c5155a172f..27afb46246 100644 --- a/docs/Contributing/adding-new-UI-components.md +++ b/docs/Contributing/adding-new-UI-components.md @@ -10,3 +10,5 @@ You can also run `./generate -h` for information about the other options available (overwrite and specifying destination) + + \ No newline at end of file