mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
docs: update API references to include 1.6.x
This commit is contained in:
@@ -101,6 +101,11 @@ function getExamples(version: string) {
|
||||
query: '?raw',
|
||||
import: 'default'
|
||||
});
|
||||
case '1.6.x':
|
||||
return import.meta.glob('$appwrite/docs/examples/1.6.x/**/*.md', {
|
||||
query: '?raw',
|
||||
import: 'default'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user