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
This commit is contained in:
Eric 2023-05-12 10:50:14 -05:00 committed by GitHub
parent 9e8698c779
commit 9db9eca551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,5 @@
You can also run `./generate -h` for information about the other options available (overwrite and
specifying destination)
<meta name="pageOrderInSection" value="450">