graycoreio/daffodil

View on GitHub
libs/docs-utils/src/path.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * 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';