Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « index « help « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8e67c5730723dd79c443aa4eaec6d11d19a72d8 (plain)
1
2
3
4
5
import docs from '~/docs/docs_bundle';
import initGitlabVersionCheck from '~/gitlab_version_check';

docs();
initGitlabVersionCheck();