Skip to content

Commit

Permalink
feat: add books sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Mar 26, 2024
1 parent b931d3d commit f706eb2
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/books/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 1
---

# Books Intro

개발 서적을 읽고 정리합니다.
7 changes: 7 additions & 0 deletions docs/books/js_datastructure_algorithm/10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 4
---

# 10장 검색과 정렬

[블로그 정리 링크](https://devpluto.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%A1%9C-%ED%95%98%EB%8A%94-%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0%EC%99%80-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-10%EC%9E%A5-%EA%B2%80%EC%83%89%EA%B3%BC-%EC%A0%95%EB%A0%AC)
7 changes: 7 additions & 0 deletions docs/books/js_datastructure_algorithm/1_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 1
---

# 1~4장

[블로그 정리 링크](https://devpluto.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%A1%9C-%ED%95%98%EB%8A%94-%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0%EC%99%80-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-14%EC%9E%A5)
7 changes: 7 additions & 0 deletions docs/books/js_datastructure_algorithm/5_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 2
---

# 5~6장 자바스크립트 배열, 객체

[블로그 정리 링크](https://devpluto.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%A1%9C-%ED%95%98%EB%8A%94-%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0%EC%99%80-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-56%EC%9E%A5)
7 changes: 7 additions & 0 deletions docs/books/js_datastructure_algorithm/7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 3
---

# 7장 자바스크립트 메모리 관리

[블로그 정리 링크](https://devpluto.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%A1%9C-%ED%95%98%EB%8A%94-%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0%EC%99%80-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-7%EC%9E%A5)
8 changes: 8 additions & 0 deletions docs/books/js_datastructure_algorithm/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "자바스크립트로 하는 자료구조와 알고리즘",
"position": 2,
"link": {
"type": "generated-index",
"description": "배세민, ⌜자바스크립트로 하는 자료구조와 알고리즘⌟, 에이콘, 2019"
}
}
3 changes: 3 additions & 0 deletions docs/books/js_deep_dive/4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 04. 변수

[블로그 정리 링크](https://devpluto.tistory.com/entry/%EB%AA%A8%EB%8D%98-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-Deep-Dive-04-%EB%B3%80%EC%88%98)
8 changes: 8 additions & 0 deletions docs/books/js_deep_dive/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "모던 자바스크립드 Deep Dive",
"position": 1,
"link": {
"type": "generated-index",
"description": "이웅모, ⌜모던 자바스크립트 Deep Dive⌟, 위키북스, 2020"
}
}
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ const config: Config = {
position: "left",
label: "CS",
},
{
type: "docSidebar",
sidebarId: "booksSidebar",
position: "left",
label: "Books",
},
{
type: "docSidebar",
sidebarId: "etcSidebar",
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const sidebars = {
feAdvancesSidebar: [{ type: "autogenerated", dirName: "advances" }],
csSidebar: [{ type: "autogenerated", dirName: "cs" }],
beSidebar: [{ type: "autogenerated", dirName: "backend" }],
booksSidebar: [{ type: "autogenerated", dirName: "books" }],
etcSidebar: [{ type: "autogenerated", dirName: "etc" }],

// But you can create a sidebar manually
Expand Down

0 comments on commit f706eb2

Please sign in to comment.