1
0
mirror of synced 2025-12-23 21:07:12 -05:00

REST new user guidance (#29642)

This commit is contained in:
Sarah Edwards
2022-08-23 12:31:01 -07:00
committed by GitHub
parent 0906274b75
commit d2a2113c11
9 changed files with 1040 additions and 377 deletions

View File

@@ -132,6 +132,7 @@ function throughDirectory(directory) {
!directory.includes('rest/guides') &&
!directory.includes('rest/overview') &&
!file.includes('index.md') &&
!file.includes('quickstart.md') &&
!file.includes('README.md')
) {
return contentFiles.push(absolute)