Skip to content

Commit 76eba21

Browse files
authored
Merge pull request #96 from mbti-nf-team/fix/docs-indexing
fix(docs): 문서 인덱싱 수정 및 문서 폴더 위치 변경
2 parents 08b9d43 + 4a5c723 commit 76eba21

File tree

78 files changed

+363
-1228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+363
-1228
lines changed

.changeset/fluffy-feet-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs": minor
3+
---
4+
5+
fix(docs): 문서 인덱싱 수정 및 문서 폴더 위치 변경

apps/docs/core/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/docs/core/typedoc-sidebar.cjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/docs/docs/core/_category_.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/docs/core/functions/checkEmpty.md renamed to apps/docs/docs/core/functions/checkEmpty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
## Defined in
1818

19-
[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L44)
19+
[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L44)

apps/docs/core/functions/checkNumber.md renamed to apps/docs/docs/core/functions/checkNumber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
## Defined in
1414

15-
[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L26)
15+
[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L26)

apps/docs/core/functions/emptyAThenB.md renamed to apps/docs/docs/core/functions/emptyAThenB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
## Defined in
1616

17-
[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L34)
17+
[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L34)

apps/docs/core/functions/generateArrayOfNumber.md renamed to apps/docs/docs/core/functions/generateArrayOfNumber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
## Defined in
1414

15-
[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L64)
15+
[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L64)

apps/docs/core/functions/isEmpty.md renamed to apps/docs/docs/core/functions/isEmpty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
## Defined in
1818

19-
[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L52)
19+
[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L52)

apps/docs/core/functions/removeNullable.md renamed to apps/docs/docs/core/functions/removeNullable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ console.log(result); // 'newValue';
3333

3434
## Defined in
3535

36-
[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L14)
36+
[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L14)

0 commit comments

Comments
 (0)