diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c236f83be..62719af3f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -97,7 +97,8 @@ module.exports = { 'types/point', 'types/polygon' ] - } + }, + 'migrationV2' ], '/samples/': [ 'intro', diff --git a/docs/guide/migrationV2.md b/docs/guide/migrationV2.md new file mode 100644 index 000000000..5281c831a --- /dev/null +++ b/docs/guide/migrationV2.md @@ -0,0 +1 @@ +# 2.x Migration guide