Skip to content

Commit ba577a6

Browse files
committed
Change indexed version to v9 and v11
1 parent 3077512 commit ba577a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/index-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const indexBlog = async () =>
5050

5151
const indexDocs = async () => {
5252
// TODO get active versions from global config
53-
const ACTIVE_VERSIONS = ['v9', 'v10'];
53+
const ACTIVE_VERSIONS = ['v9', 'v11'];
5454
const docContentDir = getContentDir('documentation');
5555

5656
const docDirs = await readdir(docContentDir);

0 commit comments

Comments
 (0)