Skip to content

Commit

Permalink
feat(docs-utils): add design path (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Aug 14, 2024
1 parent 4cac3f9 commit 995241a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/docs-utils/src/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 995241a

Please sign in to comment.