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

constants.js « catalog « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34c0ac797c118e61323c89bd259b8d7d716c45db (plain)
1
2
3
4
5
6
7
8
9
import { helpPagePath } from '~/helpers/help_page_helper';

export const CATALOG_FEEDBACK_DISMISSED_KEY = 'catalog_feedback_dismissed';

export const SORT_OPTION_CREATED = 'CREATED';
export const SORT_ASC = 'ASC';
export const SORT_DESC = 'DESC';

export const COMPONENTS_DOCS_URL = helpPagePath('ci/components/index');