1
0
mirror of synced 2025-12-22 11:26:57 -05:00

RAI content: adding new article type & required reviewer (#44733)

This commit is contained in:
Vanessa
2023-10-26 07:32:19 +10:00
committed by GitHub
parent 84df2b9edb
commit e01cf4b25d
4 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ const layoutNames = [
false,
]
const guideTypes = ['overview', 'quick_start', 'tutorial', 'how_to', 'reference']
const guideTypes = ['overview', 'quick_start', 'tutorial', 'how_to', 'reference', 'rai']
export const schema = {
type: 'object',