diff --git a/libs/docs-utils/src/path.ts b/libs/docs-utils/src/path.ts index a69e827505..5483d106f8 100644 --- a/libs/docs-utils/src/path.ts +++ b/libs/docs-utils/src/path.ts @@ -2,3 +2,8 @@ * 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';