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

gon.js « config « storybook - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d85ae3d611b6deb33bec98e3dcd4e0768f68cf83 (plain)
1
2
3
4
5
window.gon = {
  user_color_scheme: 'white',
  api_version: 'v4',
  relative_url_root: '',
};