getDocumentationProvider() - any ideas how this is supposed to work?

We tried to add some documentation similar to that used in the Atomik theme to our custom theme package but are stuck with a class not found error.

Basically, we’ve copied the Atomik code and updated paths in the page_theme.php file, we get a class not found error but there doesn’t seem to be an equivalent file in the Atomik theme to follow.

Class ‘Concrete\Package\KatalysisThemeBootstrap\Theme\KatalysisThemeBootstrap\KatalysisBaseBootstrapDocumentationProvider’ not found

Check out my clone of atomik. Its not 100% complete, but I have that documentation installation working: https://github.com/davedew/atomik_theme_clone

in the package/src file you’ll see how I updated the provider and in the page_theme call it in.