Skip to content

Commit

Permalink
feat(docs-utils): add example kind (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Aug 14, 2024
1 parent 9302ee2 commit 4cac3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/docs-utils/src/kind/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export enum DaffDocKind {
EXPLANATION = 'EXPLANATION',
PACKAGE = 'PACKAGE',
API = 'API',
EXAMPLE = 'EXAMPLE',
}
1 change: 1 addition & 0 deletions libs/docs-utils/src/kind/path-segment-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export const DAFF_DOC_KIND_PATH_SEGMENT_MAP = <const>{
[DaffDocKind.EXPLANATION]: 'explanations',
[DaffDocKind.PACKAGE]: 'packages',
[DaffDocKind.API]: 'api',
[DaffDocKind.EXAMPLE]: 'examples',
};

0 comments on commit 4cac3f9

Please sign in to comment.