Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: 클린코드 파일 위치 변경 #443

Merged
merged 1 commit into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/object-oriented/object/table-of-contents"><img src="images/objects.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/test/growing-object-oriented-software-guided-by-tests/table-of-contents" ><img src="images/growing-object-oriented-software-guided-by-tests.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/agile/lean-ux/table-of-contents" ><img src="images/Lean-UX.jpeg" width="400px" height="300px"/></a>|
|[**자바스크립트 패턴과 테스트**](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%ED%8C%A8%ED%84%B4%EA%B3%BC%20%ED%85%8C%EC%8A%A4%ED%8A%B8)|[**리팩터링 2판**](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/%EB%A6%AC%ED%8C%A9%ED%84%B0%EB%A7%81%202%ED%8C%90)|[**스칼라로 배우는 함수형 프로그래밍**](https://saseungmin.github.io/summary_of_technical_books/docs/functional/in-scala/table-of-contents)|
|<a href="https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%ED%8C%A8%ED%84%B4%EA%B3%BC%20%ED%85%8C%EC%8A%A4%ED%8A%B8"><img src="images/javascript-pattern-and-test.jpeg" width="400px" height="300px"/></a>|<a href="https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/%EB%A6%AC%ED%8C%A9%ED%84%B0%EB%A7%81%202%ED%8C%90"><img src="images/refactoring.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/functional/in-scala/table-of-contents"><img src="images/functional-programming-in-scala.jpeg" width="400px" height="300px"/></a>|
|[**Clean Code(클린 코드)**](https://saseungmin.github.io/summary_of_technical_books/docs/clean/clean-code/table-of-contents)|||
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/clean/clean-code/table-of-contents"><img src="images/clean-code.jpeg" width="400px" height="300px"/></a>|||
|[**Clean Code(클린 코드)**](https://saseungmin.github.io/summary_of_technical_books/docs/etc/clean-code/table-of-contents)|||
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/etc/clean-code/table-of-contents"><img src="images/clean-code.jpeg" width="400px" height="300px"/></a>|||

## 📚 읽은 책 / 읽을 책 목록
#### 책을 읽고 정리합니다. 읽은 책 혹은 읽고 있는 책 목록입니다.
Expand Down
4 changes: 0 additions & 4 deletions docs/clean/_category_.json

This file was deleted.

35 changes: 0 additions & 35 deletions docs/clean/clean-code/table-of-contents.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/clean/table-of-contents.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "클린 코드: 애자일 소프트웨어 장인 정신",
"position": 2
"position": 1
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 35 additions & 0 deletions docs/etc/clean-code/table-of-contents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
sidebar_position: 1
---

# 🚀 목차

### 📚 책 정보
- [도서 정보](http://www.yes24.com/Product/Goods/11681152)
- 저: 로버트 C. 마틴

### 🤔 [Chapter 1: 깨끗한 코드](/docs/etc/clean-code/chapter-1)

### 🤔 [Chapter 2: 의미있는 이름](/docs/etc/clean-code/chapter-2)

### 🤔 [Chapter 3: 함수](/docs/etc/clean-code/chapter-3)

### 🤔 [Chapter 4: 주석](/docs/etc/clean-code/chapter-4)

### 🤔 [Chapter 5: 형식 맞추기](/docs/etc/clean-code/chapter-5)

### 🤔 [Chapter 6: 객체와 자료 구조](/docs/etc/clean-code/chapter-6)

### 🤔 [Chapter 7: 오류 처리](/docs/etc/clean-code/chapter-7)

### 🤔 [Chapter 8: 경계](/docs/etc/clean-code/chapter-8)

### 🤔 [Chapter 9: 단위 테스트](/docs/etc/clean-code/chapter-9)

### 🤔 [Chapter 10: 클래스](/docs/etc/clean-code/chapter-10)

### 🤔 [Chapter 11: 시스템](/docs/etc/clean-code/chapter-11)

### 🤔 [Chapter 12: 창발성](/docs/etc/clean-code/chapter-12)

### 🤔 [Chapter 13: 동시성](/docs/etc/clean-code/chapter-13)
2 changes: 1 addition & 1 deletion docs/etc/pro-git-2/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Pro Git 2판",
"position": 3
"position": 4
}
4 changes: 4 additions & 0 deletions docs/etc/table-of-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 1

# 🚀 책 목록

### 👉 [클린 코드: 애자일 소프트웨어 장인 정신](/docs/etc/clean-code/table-of-contents)
- [도서 정보](http://www.yes24.com/Product/Goods/11681152)
- 저: 로버트 C. 마틴

### 👉 [실용주의 프로그래머(20주년 기념판)](/docs/etc/pragmatic-programmer/table-of-contents)
- [도서 정보](http://www.yes24.com/Product/Goods/107077663)
- 저: 데이비드 토머스, 앤드류 헌트
Expand Down
9 changes: 0 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ const config: Config = {
label: '함수형',
position: 'left',
},
{
to: '/docs/clean/table-of-contents',
label: '클린코드',
position: 'left',
},
{
to: '/docs/test/table-of-contents',
label: '테스트',
Expand Down Expand Up @@ -104,10 +99,6 @@ const config: Config = {
label: '함수형',
to: '/docs/functional/table-of-contents',
},
{
label: '클린코드',
to: '/docs/clean/table-of-contents',
},
{
label: '테스트',
to: '/docs/test/table-of-contents',
Expand Down
2 changes: 1 addition & 1 deletion src/data/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const books: Book[][] = [
],
[
{
link: `${PREFIX_DOCS_URL}/clean/clean-code/table-of-contents`,
link: `${PREFIX_DOCS_URL}/etc/clean-code/table-of-contents`,
bookName: '클린 코드',
imgName: 'clean-code.jpeg',
},
Expand Down
Loading