mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
Point to 1.5.x rc branch
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user