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:
@@ -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">
|
||||
Reference in New Issue
Block a user