1 import { PLANS } from '@proton/payments/index';
3 import { getAppHref } from '../apps/helper';
4 import { APPS } from '../constants';
6 export const DOCS_SIGNUP = getAppHref('/docs/signup', APPS.PROTONACCOUNT);
7 export const DOCS_SIGNUP_FREE = getAppHref(`/docs/signup?plan=${PLANS.FREE}`, APPS.PROTONACCOUNT);
8 export const DOCS_SIGNIN = getAppHref('/docs', APPS.PROTONACCOUNT);