diff --git a/README.md b/README.md index ad6cd6cc0..468526a94 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ |||| |[**자바스크립트 패턴과 테스트**](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)| |||| -|[**Clean Code(클린 코드)**](https://saseungmin.github.io/summary_of_technical_books/docs/clean/clean-code/table-of-contents)||| -|||| +|[**Clean Code(클린 코드)**](https://saseungmin.github.io/summary_of_technical_books/docs/etc/clean-code/table-of-contents)||| +|||| ## 📚 읽은 책 / 읽을 책 목록 #### 책을 읽고 정리합니다. 읽은 책 혹은 읽고 있는 책 목록입니다. diff --git a/docs/clean/_category_.json b/docs/clean/_category_.json deleted file mode 100644 index aa0a422c9..000000000 --- a/docs/clean/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "클린코드", - "position": 7 -} diff --git a/docs/clean/clean-code/table-of-contents.md b/docs/clean/clean-code/table-of-contents.md deleted file mode 100644 index 8de79c268..000000000 --- a/docs/clean/clean-code/table-of-contents.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -sidebar_position: 1 ---- - -# 🚀 목차 - -### 📚 책 정보 -- [도서 정보](http://www.yes24.com/Product/Goods/11681152) -- 저: 로버트 C. 마틴 - -### 🤔 [Chapter 1: 깨끗한 코드](/docs/clean/clean-code/chapter-1) - -### 🤔 [Chapter 2: 의미있는 이름](/docs/clean/clean-code/chapter-2) - -### 🤔 [Chapter 3: 함수](/docs/clean/clean-code/chapter-3) - -### 🤔 [Chapter 4: 주석](/docs/clean/clean-code/chapter-4) - -### 🤔 [Chapter 5: 형식 맞추기](/docs/clean/clean-code/chapter-5) - -### 🤔 [Chapter 6: 객체와 자료 구조](/docs/clean/clean-code/chapter-6) - -### 🤔 [Chapter 7: 오류 처리](/docs/clean/clean-code/chapter-7) - -### 🤔 [Chapter 8: 경계](/docs/clean/clean-code/chapter-8) - -### 🤔 [Chapter 9: 단위 테스트](/docs/clean/clean-code/chapter-9) - -### 🤔 [Chapter 10: 클래스](/docs/clean/clean-code/chapter-10) - -### 🤔 [Chapter 11: 시스템](/docs/clean/clean-code/chapter-11) - -### 🤔 [Chapter 12: 창발성](/docs/clean/clean-code/chapter-12) - -### 🤔 [Chapter 13: 동시성](/docs/clean/clean-code/chapter-13) diff --git a/docs/clean/table-of-contents.md b/docs/clean/table-of-contents.md deleted file mode 100644 index e92457507..000000000 --- a/docs/clean/table-of-contents.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -sidebar_position: 1 ---- - -# 🚀 책 목록 - -### 👉 [클린 코드: 애자일 소프트웨어 장인 정신](/docs/clean/clean-code/table-of-contents) -- [도서 정보](http://www.yes24.com/Product/Goods/11681152) -- 저: 로버트 C. 마틴 diff --git a/docs/clean/clean-code/_category_.json b/docs/etc/clean-code/_category_.json similarity index 82% rename from docs/clean/clean-code/_category_.json rename to docs/etc/clean-code/_category_.json index 97e464aa1..63dbae41b 100644 --- a/docs/clean/clean-code/_category_.json +++ b/docs/etc/clean-code/_category_.json @@ -1,4 +1,4 @@ { "label": "클린 코드: 애자일 소프트웨어 장인 정신", - "position": 2 + "position": 1 } diff --git a/docs/clean/clean-code/chapter-1.md b/docs/etc/clean-code/chapter-1.md similarity index 100% rename from docs/clean/clean-code/chapter-1.md rename to docs/etc/clean-code/chapter-1.md diff --git a/docs/clean/clean-code/chapter-10.md b/docs/etc/clean-code/chapter-10.md similarity index 100% rename from docs/clean/clean-code/chapter-10.md rename to docs/etc/clean-code/chapter-10.md diff --git a/docs/clean/clean-code/chapter-11.md b/docs/etc/clean-code/chapter-11.md similarity index 100% rename from docs/clean/clean-code/chapter-11.md rename to docs/etc/clean-code/chapter-11.md diff --git a/docs/clean/clean-code/chapter-12.md b/docs/etc/clean-code/chapter-12.md similarity index 100% rename from docs/clean/clean-code/chapter-12.md rename to docs/etc/clean-code/chapter-12.md diff --git a/docs/clean/clean-code/chapter-13.md b/docs/etc/clean-code/chapter-13.md similarity index 100% rename from docs/clean/clean-code/chapter-13.md rename to docs/etc/clean-code/chapter-13.md diff --git a/docs/clean/clean-code/chapter-2.md b/docs/etc/clean-code/chapter-2.md similarity index 100% rename from docs/clean/clean-code/chapter-2.md rename to docs/etc/clean-code/chapter-2.md diff --git a/docs/clean/clean-code/chapter-3.md b/docs/etc/clean-code/chapter-3.md similarity index 100% rename from docs/clean/clean-code/chapter-3.md rename to docs/etc/clean-code/chapter-3.md diff --git a/docs/clean/clean-code/chapter-4.md b/docs/etc/clean-code/chapter-4.md similarity index 100% rename from docs/clean/clean-code/chapter-4.md rename to docs/etc/clean-code/chapter-4.md diff --git a/docs/clean/clean-code/chapter-5.md b/docs/etc/clean-code/chapter-5.md similarity index 100% rename from docs/clean/clean-code/chapter-5.md rename to docs/etc/clean-code/chapter-5.md diff --git a/docs/clean/clean-code/chapter-6.md b/docs/etc/clean-code/chapter-6.md similarity index 100% rename from docs/clean/clean-code/chapter-6.md rename to docs/etc/clean-code/chapter-6.md diff --git a/docs/clean/clean-code/chapter-7.md b/docs/etc/clean-code/chapter-7.md similarity index 100% rename from docs/clean/clean-code/chapter-7.md rename to docs/etc/clean-code/chapter-7.md diff --git a/docs/clean/clean-code/chapter-8.md b/docs/etc/clean-code/chapter-8.md similarity index 100% rename from docs/clean/clean-code/chapter-8.md rename to docs/etc/clean-code/chapter-8.md diff --git a/docs/clean/clean-code/chapter-9.md b/docs/etc/clean-code/chapter-9.md similarity index 100% rename from docs/clean/clean-code/chapter-9.md rename to docs/etc/clean-code/chapter-9.md diff --git a/docs/etc/clean-code/table-of-contents.md b/docs/etc/clean-code/table-of-contents.md new file mode 100644 index 000000000..8751825ce --- /dev/null +++ b/docs/etc/clean-code/table-of-contents.md @@ -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) diff --git a/docs/etc/pro-git-2/_category_.json b/docs/etc/pro-git-2/_category_.json index 1999925ac..ceddef6fd 100644 --- a/docs/etc/pro-git-2/_category_.json +++ b/docs/etc/pro-git-2/_category_.json @@ -1,4 +1,4 @@ { "label": "Pro Git 2판", - "position": 3 + "position": 4 } diff --git a/docs/etc/table-of-contents.md b/docs/etc/table-of-contents.md index eabecd684..f6589f16a 100644 --- a/docs/etc/table-of-contents.md +++ b/docs/etc/table-of-contents.md @@ -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) - 저: 데이비드 토머스, 앤드류 헌트 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e37e89bfb..1515da4b4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: '테스트', @@ -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', diff --git a/src/data/books.ts b/src/data/books.ts index 519a52196..4ab26fe10 100644 --- a/src/data/books.ts +++ b/src/data/books.ts @@ -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', },