When will docs be updated for ver. 2?

I’m new to framework7 and following docs right at the start I bumped into a problem with the following lines of js
var mainView = myApp.addView(’.view-main’, {
dynamicNavbar: true
});

Google chrome complains that “my-app.js:9 Uncaught TypeError: myApp.addView is not a function”.

I do not have this issue with 1.6.5 . I think something should have changed in ver.2 that has not been reflected in docs yet.

Hi @Ahmadx87

The doc published is for v1, the v2 doc not is available, its working on that.

Regards