Skip to content

Commit

Permalink
Merge pull request #437 from saseungmin/chore/repository-renaming
Browse files Browse the repository at this point in the history
chore: ๋ ˆํฌ์ง€ํ† ๋ฆฌ ์ด๋ฆ„ ๋ณ€๊ฒฝ ๋ฐ default ๋ธŒ๋žœ์น˜ main์œผ๋กœ ๋ณ€๊ฒฝ
  • Loading branch information
saseungmin authored Apr 14, 2024
2 parents 664e0e1 + fc8962f commit a154f4e
Show file tree
Hide file tree
Showing 47 changed files with 318 additions and 318 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Deploy Documentation

on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]

jobs:
checks:
Expand Down
50 changes: 25 additions & 25 deletions README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/etc/pro-git-2/chapter-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Merge: d1644d2 de4b5af
Author: saseungmin <dbd02169@naver.com>
Date: Tue Jan 19 22:04:21 2021 +0900

Merge branch 'master' of https://github.com/saseungmin/reading_books_record_repository into pro-git-chapter-2
Merge branch 'master' of https://github.com/saseungmin/summary_of_technical_books into pro-git-chapter-2
```

- `git log`์˜ `-p` ์˜ต์…˜์€ ๊ฐ ์ปค๋ฐ‹์˜ `diff` ๊ฒฐ๊ณผ๋ฅผ ๋ณด์—ฌ์ค€๋‹ค.
Expand Down Expand Up @@ -222,7 +222,7 @@ Merge branch 'master' of https://github.com/saseungmin/reading_books_record_repo
// format ์˜ต์…˜์€ ๋‚˜๋งŒ์˜ ํฌ๋งท์œผ๋กœ ๊ฒฐ๊ณผ๋ฅผ ์ถœ๋ ฅํ•˜๊ณ  ์‹ถ์„ ๋•Œ ์‚ฌ์šฉํ•œ๋‹ค. (๋‹ค๋ฅธ ํ”„๋กœ๊ทธ๋žจ์œผ๋กœ ํŒŒ์‹ฑํ•˜๊ณ ์ž ํ•  ๋•Œ ์œ ์šฉํ•˜๋‹ค)
> git log --pretty=format:"%h - %an, %ar : %s"
5de160e - saseungmin, 25์‹œ๊ฐ„ ์ „ : [Update] pro git Chapter 2.2
2ef879e - saseungmin, 25์‹œ๊ฐ„ ์ „ : Merge branch 'master' of https://github.com/saseungmin/reading_books_record_repository into pro-git-chapter-2
2ef879e - saseungmin, 25์‹œ๊ฐ„ ์ „ : Merge branch 'master' of https://github.com/saseungmin/summary_of_technical_books into pro-git-chapter-2
de4b5af - SeungMin, 26์‹œ๊ฐ„ ์ „ : Merge pull request #24 from saseungmin/object-oriented-chapter-7
```

Expand Down Expand Up @@ -300,15 +300,15 @@ origin

```bash
โฏ git remote -v
origin https://github.com/saseungmin/reading_books_record_repository.git (fetch)
origin https://github.com/saseungmin/reading_books_record_repository.git (push)
origin https://github.com/saseungmin/summary_of_technical_books.git (fetch)
origin https://github.com/saseungmin/summary_of_technical_books.git (push)
```

### ๐Ÿฃ ๋ฆฌ๋ชจํŠธ ์ €์žฅ์†Œ ์ถ”๊ฐ€ํ•˜๊ธฐ
- ์ƒˆ ๋ฆฌ๋ชจํŠธ ์ €์žฅ์†Œ๋Š” `git remote add [๋‹จ์ถ• ์ด๋ฆ„] [URL]` ๋ช…๋ น์œผ๋กœ ์‹คํ–‰ํ•œ๋‹ค.

```bash
> git remote add seung https://github.com/saseungmin/reading_books_record_repository.git
> git remote add seung https://github.com/saseungmin/summary_of_technical_books.git
```

- ๋‹จ์ถ• ์ด๋ฆ„์„ ๋“ฑ๋กํ•˜๋ฉด URL ๋Œ€์‹ ์— `seung`๋ผ๋Š” ์ด๋ฆ„์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค.
Expand Down
4 changes: 2 additions & 2 deletions docs/javascript/modern-javascript/chapter-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 11
- ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ๊ฐœ๋ฐœ์ž๋“ค์€ ๋ชจ๋“ˆ ์‹œ์Šคํ…œ์„ ์ด์šฉํ•ด ํ”„๋กœ์ ํŠธ์—์„œ ์ฝ”๋“œ๋ฅผ ์‰ฝ๊ฒŒ ์žฌ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋˜์—ˆ๋‹ค. (Require.js, CommonJS)
- ๋ชจ๋“ˆ์€ ๋‹จ์ˆœํšŒ๋˜์—ˆ๊ณ , ์ด์ œ๋Š” ๊ฐ„๋‹จํ•œ import ๋ฌธ๊ณผ export ๋ฌธ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค.
- ๊ทธ๋ฆฌ๊ณ  ์ด ๋‹จ์ˆœํ•œ ์ธํ„ฐํŽ˜์ด์Šค๋ฅผ ์ด์šฉํ•˜๋ฉด **ํ”„๋กœ์ ํŠธ ๋‚ด์˜ ํŒŒ์ผ ๊ฐ„์— ์ฝ”๋“œ๋ฅผ ๊ณต์œ **ํ•  ์ˆ˜ ์žˆ์„ ๋ฟ๋งŒ ์•„๋‹ˆ๋ผ, ๊ฑฐ์˜ ๋™์ผํ•œ ๋ฌธ๋ฒ•์„ ์ด์šฉํ•ด์„œ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ์ปค๋ฎค๋‹ˆํ‹ฐ์— ๊ณต๊ฐœ๋œ ์ฝ”๋“œ๋„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค.
- ๋‹ค์Œ ์˜ˆ์ œ๋Š” [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/reading_books_record_repository/tree/master/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC)์—์„œ ์‚ดํŽด๋ดค๋˜ ์˜ˆ์ œ ์ฝ”๋“œ๋ฅผ ๊ณต์œ ํ•˜๊ณ  ์‹ถ๋‹ค๋ฉด ๊ฐ„๋‹จํ•œ `export` ๋ฌธ๋งŒ ์ถ”๊ฐ€ํ•˜๋ฉด ๋œ๋‹ค.
- ๋‹ค์Œ ์˜ˆ์ œ๋Š” [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/summary_of_technical_books/tree/main/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC)์—์„œ ์‚ดํŽด๋ดค๋˜ ์˜ˆ์ œ ์ฝ”๋“œ๋ฅผ ๊ณต์œ ํ•˜๊ณ  ์‹ถ๋‹ค๋ฉด ๊ฐ„๋‹จํ•œ `export` ๋ฌธ๋งŒ ์ถ”๊ฐ€ํ•˜๋ฉด ๋œ๋‹ค.

```javascript
const validator = {
Expand Down Expand Up @@ -345,7 +345,7 @@ export default function CopyrightStatement() {
- ์ปดํฌ๋„ŒํŠธ๋ฅผ ์žฌ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก ๋งŒ๋“ค์–ด์•ผ ํ•œ๋‹ค. ์ฆ‰, ์ตœ๋Œ€ํ•œ ํ•˜๋“œ ์ฝ”๋”ฉํ•˜๋Š” ์„ค์ •์ด ์—†์–ด์•ผ ํ•œ๋‹ค.
- ํด๋ฆญํ•  ๋•Œ ์–ด๋–ค ๋™์ž‘์ด ํ•„์š”ํ•œ์ง€๋Š” ๋ช…์‹œ์ ์œผ๋กœ ์ž‘์„ฑํ•˜์ง€ ์•Š๋Š”๋‹ค.
- **๋Œ€์‹  ํด๋ฆญํ•  ๋•Œ ๋™์ž‘์„ ์ปดํฌ๋„ŒํŠธ์— ์ฃผ์ž…ํ•œ๋‹ค.**
- ๋™์ž‘์ด๋‚˜ ์ž์›์„ ์ปดํฌ๋„ŒํŠธ์— ์ „๋‹ฌํ•˜๋Š” ๊ฒƒ์€ ๋‹ค๋ฅธ ํ˜•ํƒœ์˜ ์˜์กด์„ฑ ์ฃผ์ž…์ด๋‹ค. (์˜์กด์„ฑ ์ฃผ์ž…์€ [TIP 32 ํ…Œ์ŠคํŠธํ•˜๊ธฐ ์‰ฌ์šด ํ•จ์ˆ˜๋ฅผ ์ž‘์„ฑํ•˜๋ผ](https://github.com/saseungmin/reading_books_record_repository/tree/master/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%85%8C%EC%8A%A4%ED%8A%B8%ED%95%98%EA%B8%B0-%EC%89%AC%EC%9A%B4-%ED%95%A8%EC%88%98%EB%A5%BC-%EC%9E%91%EC%84%B1%ED%95%98%EB%9D%BC) ์ฐธ๊ณ )
- ๋™์ž‘์ด๋‚˜ ์ž์›์„ ์ปดํฌ๋„ŒํŠธ์— ์ „๋‹ฌํ•˜๋Š” ๊ฒƒ์€ ๋‹ค๋ฅธ ํ˜•ํƒœ์˜ ์˜์กด์„ฑ ์ฃผ์ž…์ด๋‹ค. (์˜์กด์„ฑ ์ฃผ์ž…์€ [TIP 32 ํ…Œ์ŠคํŠธํ•˜๊ธฐ ์‰ฌ์šด ํ•จ์ˆ˜๋ฅผ ์ž‘์„ฑํ•˜๋ผ](https://github.com/saseungmin/summary_of_technical_books/tree/main/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%85%8C%EC%8A%A4%ED%8A%B8%ED%95%98%EA%B8%B0-%EC%89%AC%EC%9A%B4-%ED%95%A8%EC%88%98%EB%A5%BC-%EC%9E%91%EC%84%B1%ED%95%98%EB%9D%BC) ์ฐธ๊ณ )

```jsx
import React from 'react';
Expand Down
4 changes: 2 additions & 2 deletions docs/javascript/modern-javascript/chapter-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const family = new FamilyTree();
### ๐ŸŽฏ bind()๋กœ ๋ฌธ๋งฅ ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐํ•˜๋ผ.

- ๋ฌธ๋งฅ์„ ๋ณ€๊ฒฝํ•˜๋Š” ๊ฒƒ์€ ํ˜ผ๋ž€์„ ์ผ์œผํ‚ฌ ์ˆ˜ ์žˆ๋Š”๋ฐ, `this` ํ‚ค์›Œ๋“œ๋ฅผ ์ฝœ๋ฐฑ์ด๋‚˜ ๋ฐฐ์—ด ๋ฉ”์„œ๋“œ์—์„œ ์‚ฌ์šฉํ•  ๋•Œ ํŠนํžˆ ๋” ๋ฌธ์ œ๊ฐ€ ๋  ์ˆ˜ ์žˆ๋‹ค.
- ์ด ๋ฌธ์ œ๋Š” ํด๋ž˜์Šค๋ฅผ ์‚ฌ์šฉํ•ด๋„ ๋ฌธ์ œ๊ฐ€ ์‚ฌ๋ผ์ง€์ง€ ์•Š๋Š”๋‹ค. (์ฒซ ๋ฒˆ์งธ ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•: [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/reading_books_record_repository/tree/master/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC))
- ์ด ๋ฌธ์ œ๋Š” ํด๋ž˜์Šค๋ฅผ ์‚ฌ์šฉํ•ด๋„ ๋ฌธ์ œ๊ฐ€ ์‚ฌ๋ผ์ง€์ง€ ์•Š๋Š”๋‹ค. (์ฒซ ๋ฒˆ์งธ ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•: [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/summary_of_technical_books/tree/main/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC))
- ์—ฌ๊ธฐ์„œ ์‚ดํŽด๋ณผ ๊ธฐ๋ฒ•๋“ค์€ ๊ฐ์ฒด ๋ฆฌํ„ฐ๋Ÿด๊ณผ ํด๋ž˜์Šค์— ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์ง€๋งŒ ํด๋ž˜์Šค ๋ฌธ๋ฒ•๊ณผ ์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ์ด ์ข€ ๋” ์ผ๋ฐ˜์ ์ด๋‹ค.
- ๋‹ค์Œ์€ ์˜ˆ์ œ๋ฅผ ์‚ดํŽด๋ณด์ž.

Expand All @@ -491,7 +491,7 @@ validator.setInvalidMessages('๋„์‹œ');
// Uncaught TypeError: Cannot read property 'message' of undefined
```
- ๋ฌธ๋งฅ ๋ฌธ์ œ๋Š” ๋ฆฌ์•กํŠธ ์ปค๋ฎค๋‹ˆํ‹ฐ์—์„œ๋„ ์‰ฝ๊ฒŒ ์ฐพ์„ ์ˆ˜ ์žˆ๋Š”๋ฐ ๋ฆฌ์•กํŠธ์—์„œ ๋ฐœ์ƒํ•˜๋Š” ๋ฌธ๋งฅ ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐํ•˜๋Š” ์„œ๋กœ ๋‹ค๋ฅธ ์—ฌ๋Ÿฌ ๊ฐ€์ง€ ๋ฐฉ๋ฒ• [์ฐธ๊ณ ](https://www.freecodecamp.org/news/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56/)
- ์ฒซ ๋ฒˆ์งธ ํ•ด๊ฒฐ์ฑ…์€ [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/reading_books_record_repository/tree/master/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC)์—์„œ ์ œ์•ˆํ•œ ๋ฐฉ๋ฒ•๊ณผ ๋™์ผํ•˜๋‹ค. ๋ฉ”์„œ๋“œ๋ฅผ ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฐ”๊พธ๋ฉด ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋Š” **์ƒˆ๋กœ์šด `this` ์—ฐ๊ฒฐ์„ ์ƒ์„ฑํ•˜์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ์—** ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜์ง€ ์•Š๋Š”๋‹ค.
- ์ฒซ ๋ฒˆ์งธ ํ•ด๊ฒฐ์ฑ…์€ [ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฌธ๋งฅ ํ˜ผ๋™์„ ํ”ผํ•˜๋ผ](https://github.com/saseungmin/summary_of_technical_books/tree/main/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%20%EC%BD%94%EB%94%A9%EC%9D%98%20%EA%B8%B0%EC%88%A0/Chapter%207#-%ED%99%94%EC%82%B4%ED%91%9C-%ED%95%A8%EC%88%98%EB%A1%9C-%EB%AC%B8%EB%A7%A5-%ED%98%BC%EB%8F%99%EC%9D%84-%ED%94%BC%ED%95%98%EB%9D%BC)์—์„œ ์ œ์•ˆํ•œ ๋ฐฉ๋ฒ•๊ณผ ๋™์ผํ•˜๋‹ค. ๋ฉ”์„œ๋“œ๋ฅผ ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋กœ ๋ฐ”๊พธ๋ฉด ํ™”์‚ดํ‘œ ํ•จ์ˆ˜๋Š” **์ƒˆ๋กœ์šด `this` ์—ฐ๊ฒฐ์„ ์ƒ์„ฑํ•˜์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ์—** ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜์ง€ ์•Š๋Š”๋‹ค.
- ์ด ๋ฐฉ๋ฒ•์˜ ์œ ์ผํ•œ ๋‹จ์ ์€ ํด๋ž˜์Šค ๋ฌธ๋ฒ•์„ ์‚ฌ์šฉํ•  ๋•Œ ํ•จ์ˆ˜๋ฅผ ๋ฉ”์„œ๋“œ๊ฐ€ ์•„๋‹ˆ๋ผ ์†์„ฑ์œผ๋กœ ์˜ฎ๊ฒจ์•ผ ํ•œ๋‹ค๋Š” ๊ฒƒ์ด๋‹ค.

```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/typescript/effective-typescript/chapter-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ interface Vector3D {
## ๐Ÿฅ• ์•„์ดํ…œ 49. ์ฝœ๋ฐฑ์—์„œ `this`์— ๋Œ€ํ•œ ํƒ€์ž… ์ œ๊ณตํ•˜๊ธฐ
P.243 ~ P.248 ์ฐธ๊ณ 

> ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ `this` ๋‚ด์šฉ์ด๋ผ ์ƒ๋žต ([this ๋‚ด์šฉ ์ฐธ๊ณ ](https://saseungmin.github.io/reading_books_record_repository/docs/javascript/core-javascript/chapter-3))
> ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ `this` ๋‚ด์šฉ์ด๋ผ ์ƒ๋žต ([this ๋‚ด์šฉ ์ฐธ๊ณ ](https://saseungmin.github.io/summary_of_technical_books/docs/javascript/core-javascript/chapter-3))
### ์š”์•ฝ
- `this` ๋ฐ”์ธ๋”ฉ์ด ๋™์ž‘ํ•˜๋Š” ์›๋ฆฌ๋ฅผ ์ดํ•ดํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
Expand Down
16 changes: 8 additions & 8 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
title: 'Summary of Books',
tagline: '์ฑ…์„ ์ฝ๊ณ  ์ •๋ฆฌํ•œ ์š”์•ฝ ๋ฌธ์„œ์ž…๋‹ˆ๋‹ค!',
url: 'https://saseungmin.github.io',
baseUrl: '/reading_books_record_repository/',
baseUrl: '/summary_of_technical_books/',
onBrokenLinks: 'throw',
i18n: {
defaultLocale: 'ko',
Expand All @@ -18,7 +18,7 @@ const config: Config = {
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'saseungmin', // Usually your GitHub org/user name.
projectName: 'reading_books_record_repository', // Usually your repo name.
projectName: 'summary_of_technical_books', // Usually your repo name.
trailingSlash: false,
plugins: [
'docusaurus-plugin-sass',
Expand Down Expand Up @@ -72,7 +72,7 @@ const config: Config = {
position: 'left',
},
{
href: 'https://github.com/saseungmin/reading_books_record_repository',
href: 'https://github.com/saseungmin/summary_of_technical_books',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -143,12 +143,12 @@ const config: Config = {
title: 'More',
items: [
{
label: 'Github Markdown์—์„œ ๋ณด๊ธฐ',
href: 'https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown',
label: 'Github Markdown์—์„œ ๋ณด๊ธฐ(archived)',
href: 'https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown',
},
{
label: 'GitHub Repository',
href: 'https://github.com/saseungmin/reading_books_record_repository',
href: 'https://github.com/saseungmin/summary_of_technical_books',
},
],
},
Expand All @@ -158,7 +158,7 @@ const config: Config = {
prism: {
theme: themes.github,
darkTheme: themes.dracula,
additionalLanguages: ['java', 'ruby', 'typescript', 'c', 'cpp', 'scala', 'csharp'],
additionalLanguages: ['java', 'ruby', 'typescript', 'c', 'cpp', 'scala', 'csharp', 'rust'],
},
algolia: process.env.ALGOLIA_APP_ID && process.env.ALGOLIA_API_KEY ? {
appId: process.env.ALGOLIA_APP_ID,
Expand All @@ -176,7 +176,7 @@ const config: Config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/saseungmin/reading_books_record_repository/tree/master/',
'https://github.com/saseungmin/summary_of_technical_books/tree/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "reading_books_record_repository",
"name": "summary_of_technical_books",
"version": "1.0.0",
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions src/data/books.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const PREFIX_DOCS_URL = 'https://saseungmin.github.io/reading_books_record_repository/docs';
const PREFIX_SUMMARIZE_URL = 'https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown';
const PREFIX_DOCS_URL = 'https://saseungmin.github.io/summary_of_technical_books/docs';
const PREFIX_SUMMARIZE_URL = 'https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown';

export type Book = {
link: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/saseungmin/reading_books_record_repository.git"
"url": "git+https://github.com/saseungmin/summary_of_technical_books.git"
},
"author": "seungmin",
"license": "ISC",
"bugs": {
"url": "https://github.com/saseungmin/reading_books_record_repository/issues"
"url": "https://github.com/saseungmin/summary_of_technical_books/issues"
},
"homepage": "https://github.com/saseungmin/reading_books_record_repository#readme",
"homepage": "https://github.com/saseungmin/summary_of_technical_books#readme",
"devDependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
Expand Down
24 changes: 12 additions & 12 deletions summarize_books_in_markdown/Do it TypeScript Programming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@

### ๐Ÿ“š ์ฑ… ๋ชฉ์ฐจ

#### [๐ŸŽˆ Chapter 1: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ์™€ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ๋งŒ๋“ค๊ธฐ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%201)
#### [๐ŸŽˆ Chapter 1: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ์™€ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ๋งŒ๋“ค๊ธฐ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%201)

#### [๐ŸŽˆ Chapter 2: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ ํ”„๋กœ์ ํŠธ ์ƒ์„ฑ๊ณผ ๊ด€๋ฆฌ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%202)
#### [๐ŸŽˆ Chapter 2: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ ํ”„๋กœ์ ํŠธ ์ƒ์„ฑ๊ณผ ๊ด€๋ฆฌ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%202)

#### [๐ŸŽˆ Chapter 3: ๊ฐ์ฒด์™€ ํƒ€์ž…](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%203)
#### [๐ŸŽˆ Chapter 3: ๊ฐ์ฒด์™€ ํƒ€์ž…](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%203)

#### [๐ŸŽˆ Chapter 4: ํ•จ์ˆ˜์™€ ๋ฉ”์„œ๋“œ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%204)
#### [๐ŸŽˆ Chapter 4: ํ•จ์ˆ˜์™€ ๋ฉ”์„œ๋“œ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%204)

#### [๐ŸŽˆ Chapter 5: ๋ฐฐ์—ด๊ณผ ํŠœํ”Œ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%205)
#### [๐ŸŽˆ Chapter 5: ๋ฐฐ์—ด๊ณผ ํŠœํ”Œ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%205)

#### [๐ŸŽˆ Chapter 6: ๋ฐ˜๋ณต๊ธฐ์™€ ์ƒ์„ฑ๊ธฐ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%206)
#### [๐ŸŽˆ Chapter 6: ๋ฐ˜๋ณต๊ธฐ์™€ ์ƒ์„ฑ๊ธฐ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%206)

#### [๐ŸŽˆ Chapter 7: Promise์™€ async/await ๊ตฌ๋ฌธ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%207)
#### [๐ŸŽˆ Chapter 7: Promise์™€ async/await ๊ตฌ๋ฌธ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%207)

#### [๐ŸŽˆ Chapter 8: ํ•จ์ˆ˜ ์กฐํ•ฉ์˜ ์›๋ฆฌ์™€ ์‘์šฉ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%208)
#### [๐ŸŽˆ Chapter 8: ํ•จ์ˆ˜ ์กฐํ•ฉ์˜ ์›๋ฆฌ์™€ ์‘์šฉ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%208)

#### [๐ŸŽˆ Chapter 9: ๋žŒ๋‹ค ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%209)
#### [๐ŸŽˆ Chapter 9: ๋žŒ๋‹ค ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%209)

#### [๐ŸŽˆ Chapter 10: ์ œ๋„ค๋ฆญ ํ”„๋กœ๊ทธ๋ž˜๋ฐ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2010)
#### [๐ŸŽˆ Chapter 10: ์ œ๋„ค๋ฆญ ํ”„๋กœ๊ทธ๋ž˜๋ฐ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2010)

#### [๐ŸŽˆ Chapter 11: ๋ชจ๋‚˜๋“œ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2011)
#### [๐ŸŽˆ Chapter 11: ๋ชจ๋‚˜๋“œ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2011)

#### [๐ŸŽˆ Chapter 12: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ ํ•จ์ˆ˜ํ˜• ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์‹ค์Šต](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2012)
#### [๐ŸŽˆ Chapter 12: ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ ํ•จ์ˆ˜ํ˜• ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์‹ค์Šต](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/Do%20it%20TypeScript%20Programming/Chapter%2012)
4 changes: 2 additions & 2 deletions summarize_books_in_markdown/LEAN-UX/Part 1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ๐Ÿฆ„ ๋ฆฐ UX ์†Œ๊ฐœ ๋ฐ ๊ธฐ๋ณธ ์›์น™

### ๐Ÿ“š[Chapter 1: ์™œ ๋ฆฐ UX์ธ๊ฐ€?](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%201/Chapter%201)
### ๐Ÿ“š[Chapter 1: ์™œ ๋ฆฐ UX์ธ๊ฐ€?](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%201/Chapter%201)

### ๐Ÿ“š[Chapter 2: ๊ธฐ๋ณธ ์›์น™](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%201/Chapter%202)
### ๐Ÿ“š[Chapter 2: ๊ธฐ๋ณธ ์›์น™](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%201/Chapter%202)
8 changes: 4 additions & 4 deletions summarize_books_in_markdown/LEAN-UX/Part 2/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## ๐Ÿฆ„ ํ”„๋กœ์„ธ์Šค

### ๐Ÿ“š[Chapter 3: ๋น„์ „ ์ •์˜์™€ ์‹คํ–‰ ๊ณ„ํš, ์„ฑ๊ณผ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%203)
### ๐Ÿ“š[Chapter 3: ๋น„์ „ ์ •์˜์™€ ์‹คํ–‰ ๊ณ„ํš, ์„ฑ๊ณผ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%203)

### ๐Ÿ“š[Chapter 4: ํ˜‘์—…๊ธฐ๋ฐ˜ ๋””์ž์ธ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%204)
### ๐Ÿ“š[Chapter 4: ํ˜‘์—…๊ธฐ๋ฐ˜ ๋””์ž์ธ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%204)

### ๐Ÿ“š[Chapter 5: MVP์™€ ์‹คํ—˜](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%205)
### ๐Ÿ“š[Chapter 5: MVP์™€ ์‹คํ—˜](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%205)

### ๐Ÿ“š[Chapter 6: ์กฐ์‚ฌ์™€ ํ”ผ๋“œ๋ฐฑ](https://github.com/saseungmin/reading_books_record_repository/tree/master/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%206)
### ๐Ÿ“š[Chapter 6: ์กฐ์‚ฌ์™€ ํ”ผ๋“œ๋ฐฑ](https://github.com/saseungmin/summary_of_technical_books/tree/main/summarize_books_in_markdown/LEAN-UX/Part%202/Chapter%206)
Loading

0 comments on commit a154f4e

Please sign in to comment.