summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/help/index/index.js
blob: a8e67c5730723dd79c443aa4eaec6d11d19a72d8 (plain)
1
2
3
4
5
import docs from '~/docs/docs_bundle';
import initGitlabVersionCheck from '~/gitlab_version_check';

docs();
initGitlabVersionCheck();