Skip to content

Commit

Permalink
Merge pull request #96 from mbti-nf-team/fix/docs-indexing
Browse files Browse the repository at this point in the history
fix(docs): 문서 인덱싱 수정 및 문서 폴더 위치 변경
  • Loading branch information
saseungmin authored Sep 23, 2024
2 parents 08b9d43 + 4a5c723 commit 76eba21
Show file tree
Hide file tree
Showing 78 changed files with 363 additions and 1,228 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-feet-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": minor
---

fix(docs): 문서 인덱싱 수정 및 문서 폴더 위치 변경
17 changes: 0 additions & 17 deletions apps/docs/core/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions apps/docs/core/typedoc-sidebar.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions apps/docs/docs/core/_category_.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Defined in

[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L44)
[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L44)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

## Defined in

[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L26)
[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L26)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## Defined in

[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L34)
[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L34)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

## Defined in

[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L64)
[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L64)
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Defined in

[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L52)
[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L52)
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ console.log(result); // 'newValue';

## Defined in

[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L14)
[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L14)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

## Defined in

[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/core/src/utils.ts#L36)
[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/core/src/utils.ts#L36)
8 changes: 0 additions & 8 deletions apps/docs/docs/core/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
id: "index"
title: "@nf-team/core"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
---

# @nf-team/core

<a href="https://github.com/mbti-nf-team/frontend-libraries/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
Expand Down
176 changes: 0 additions & 176 deletions apps/docs/docs/core/modules.md

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions apps/docs/docs/core/typedoc-sidebar.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const typedocSidebar = { items: [{"type":"category","label":"Functions","items":[{"type":"doc","id":"core/functions/checkEmpty","label":"checkEmpty"},{"type":"doc","id":"core/functions/checkNumber","label":"checkNumber"},{"type":"doc","id":"core/functions/emptyAThenB","label":"emptyAThenB"},{"type":"doc","id":"core/functions/generateArrayOfNumber","label":"generateArrayOfNumber"},{"type":"doc","id":"core/functions/isEmpty","label":"isEmpty"},{"type":"doc","id":"core/functions/removeNullable","label":"removeNullable"},{"type":"doc","id":"core/functions/trueOrFalse","label":"trueOrFalse"}]}]};
module.exports = typedocSidebar.items;
2 changes: 0 additions & 2 deletions apps/docs/docs/eslint-config/_category_.yml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/docs/docs/fetch/_category_.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[packages/fetch/src/fetch.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/fetch/src/fetch.ts#L6)
[packages/fetch/src/fetch.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/fetch/src/fetch.ts#L6)

## Properties

Expand Down Expand Up @@ -78,7 +78,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1069
#### Defined in

[packages/fetch/src/fetch.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/fetch/src/fetch.ts#L6)
[packages/fetch/src/fetch.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/fetch/src/fetch.ts#L6)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

## Defined in

[packages/fetch/src/fetch.ts:28](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/fetch/src/fetch.ts#L28)
[packages/fetch/src/fetch.ts:28](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/fetch/src/fetch.ts#L28)
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Defined in

[packages/fetch/src/fetch.ts:23](https://github.com/mbti-nf-team/frontend-libraries/blob/808e2257613043e0b3668dbe433b6914a17272db/packages/fetch/src/fetch.ts#L23)
[packages/fetch/src/fetch.ts:23](https://github.com/mbti-nf-team/frontend-libraries/blob/08b9d43288f72c3d793bb8f598c64f689d769c2e/packages/fetch/src/fetch.ts#L23)
8 changes: 0 additions & 8 deletions apps/docs/docs/fetch/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
id: "index"
title: "@nf-team/fetch"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
---

# @nf-team/fetch

<a href="https://github.com/mbti-nf-team/frontend-libraries/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
Expand Down
Loading

0 comments on commit 76eba21

Please sign in to comment.