UNPKG

979 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.DOCS_THIRDPARTIES = exports.DOCS_DOCUMENTING = exports.DOCS_WEBPACK = exports.DOCS_COMPONENTS = exports.DOCS_CONFIG = exports.BUGS = exports.HOMEPAGE = void 0;
5const HOMEPAGE = 'https://react-styleguidist.js.org/';
6exports.HOMEPAGE = HOMEPAGE;
7const BUGS = 'https://github.com/styleguidist/react-styleguidist/issues';
8exports.BUGS = BUGS;
9const DOCS_CONFIG = 'https://react-styleguidist.js.org/docs/configuration';
10exports.DOCS_CONFIG = DOCS_CONFIG;
11const DOCS_COMPONENTS = 'https://react-styleguidist.js.org/docs/components';
12exports.DOCS_COMPONENTS = DOCS_COMPONENTS;
13const DOCS_WEBPACK = 'https://react-styleguidist.js.org/docs/webpack';
14exports.DOCS_WEBPACK = DOCS_WEBPACK;
15const DOCS_DOCUMENTING = 'https://react-styleguidist.js.org/docs/documenting';
16exports.DOCS_DOCUMENTING = DOCS_DOCUMENTING;
17const DOCS_THIRDPARTIES = 'https://react-styleguidist.js.org/docs/thirdparties';
18exports.DOCS_THIRDPARTIES = DOCS_THIRDPARTIES;
\No newline at end of file