Skip to content

Commit

Permalink
Date all the titles, sort them and delete obsolete books (dariubs#135)
Browse files Browse the repository at this point in the history
* Added dates to each title

* sorted books by date

* Removed Mastering Go Web Services

* Added new repo in resources

* Markdown VSCode plugin suggestion
  • Loading branch information
tuxerrante authored Aug 30, 2023
1 parent c30be93 commit 1c71e73
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 362 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add books with this format :


```
### [BOOK NAME](BOOK URL)
### DATE - [BOOK NAME](BOOK URL)
<img src="BOOK COVER IMAGE ADDRESS" width="120px"/>
Expand All @@ -14,4 +14,5 @@ BOOK DESCRIPTION
```

* If book is free, add it after free books of that category and also add `*Free*` after book url.
* Add other books at the end of the list in that category
* Add other books in ascending date order (newest last). Books without date go at the end of the list in that category.
* To keep track of the huge table of contents you can use a plugin like [Markdown VSCode plugin](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
Loading

0 comments on commit 1c71e73

Please sign in to comment.