libs/docs-utils/src/path.ts
/**
* The path segment (both for filesystem and routing) under which the docs will be stored.
*/
export const DAFF_DOCS_PATH = 'docs';
/**
* The path segment (both for filesystem and routing) under which the design docs will be stored.
*/
export const DAFF_DOCS_DESIGN_PATH = 'design';