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

de #1852

Merged
merged 16 commits into from
Mar 13, 2022
Merged

de #1852

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 12 additions & 8 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"default": true,
"MD026/":false,
"MD026/": false,
"MD013": false,
"MD033":false,
"MD02":false,
"MD024":false,
"MD030":false,
"MD022":false,
"MD001":false,
"MD003":false,
"MD033": false,
"MD026": false,
"MD012": false,
"MD025": false,
"MD033/": false,
"MD02": false,
"MD024": false,
"MD030": false,
"MD022": false,
"MD001": false,
"MD003": false,
"MD029": false,
"MD007": { "indent": 4 },
"no-hard-tabs": false
Expand Down
9 changes: 1 addition & 8 deletions bash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<summary> Bash Cheat Sheet (MY COMMANDS) </summary


## 99. Cheat Sheet

### Description
Expand Down Expand Up @@ -542,17 +541,10 @@ printf "${Red} This is red \n"

```



</details>



>




#### Find

## To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG)
Expand Down Expand Up @@ -1492,6 +1484,7 @@ git reset --hard origin/master
### Description: To remove a submodule you need to

> Notes:
---

> Delete the relevant section from the .gitmodules file.
> Stage the .gitmodules changes git add .gitmodules
Expand Down
Binary file removed docs/content/books/chandbook.pdf
Binary file not shown.
Binary file removed docs/content/books/estoesnext.pdf
Binary file not shown.
Binary file removed docs/content/books/express-handbook.pdf
Binary file not shown.
Binary file removed docs/content/books/html-handbook.pdf
Binary file not shown.
Binary file removed docs/content/books/linux-commands-handbook.pdf
Binary file not shown.
Binary file removed docs/content/books/node-handbook.pdf
Binary file not shown.
Binary file removed docs/content/books/react-beginners-handbook.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/content/cheat-sheets/CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -2608,8 +2608,11 @@ this.method = this.method.bind(this);

> You may optionally pass an object as the first argument to setState() instead of a function.


```jsx



setState(updater[, callback]) { }

```
Expand Down
268 changes: 134 additions & 134 deletions docs/content/cheat-sheets/JavaScript-Guide.md

Large diffs are not rendered by default.

Loading