Point to 1.5.x rc branch

This commit is contained in:
Vincent (Wen Yu) Ge
2024-02-13 19:10:05 -05:00
parent dfd0d06ebb
commit a3babb0076
10 changed files with 22 additions and 10 deletions

View File

@@ -74,6 +74,10 @@ function getExamples(version: string) {
return import.meta.glob('$appwrite/docs/examples/1.4.x/**/*.md', {
as: 'raw'
});
case '1.5.x':
return import.meta.glob('$appwrite/docs/examples/1.5.x/**/*.md', {
as: 'raw'
});
}
}