Skip to content

Commit

Permalink
Restructure JS TILs
Browse files Browse the repository at this point in the history
  • Loading branch information
acdibble committed Apr 20, 2021
1 parent 61db879 commit 4f0fe40
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ for posterity".
- [JavaScript](#JavaScript)
- [Linux](#Linux)
- [nginx](#nginx)
- [Node.js](#Node.js)
- [PostgreSQL](#PostgreSQL)
- [Powershell](#Powershell)
- [Rails](#Rails)
Expand Down Expand Up @@ -59,9 +60,6 @@ for posterity".

### JavaScript

- [File system flags in Node](javascript/file-system-flags-in-node.md)
- [Readline interface](javascript/readline-interface.md)
- [Readline interface 2](javascript/readline-interface-2.md)
- [Regular expression flags](javascript/regular-expression-flags.md)

### Linux
Expand All @@ -85,6 +83,12 @@ for posterity".

- [Redirect requests to new domain](nginx/redirect-requests-to-new-domain.md)

### Node.js

- [File system flags in Node](node.js/file-system-flags-in-node.md)
- [Readline interface](node.js/readline-interface.md)
- [Readline interface 2](node.js/readline-interface-2.md)

### PostgreSQL

- [Filter clause](postgresql/filter-clause.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"Sync deleted remote branches"
],
"JavaScript": [
"File system flags in Node",
"Readline interface",
"Readline interface 2",
"Regular expression flags"
],
"Linux": [
Expand All @@ -43,6 +40,11 @@
"nginx": [
"Redirect requests to new domain"
],
"Node.js": [
"File system flags in Node",
"Readline interface",
"Readline interface 2"
],
"PostgreSQL": [
"Filter clause",
"Finding next primary key for table",
Expand Down

0 comments on commit 4f0fe40

Please sign in to comment.