mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-06-04 22:25:51 +08:00
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)
* format: homogenize c# category title
right markdown escape instead of use HTML entities
* lint: fix `MD012/no-multiple-blanks` rule
Multiple consecutive blank lines [Expected: 2; Actual: 3]
* lint: fix `MD039/no-space-in-links`
Spaces inside link text
* lint: fix `MD009/no-trailing-spaces` rule
Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]
* lint: fix `MD006/ul-start-left` rule
* format: remove extra spaces between note tokens
* spell: fix lint `MD044/proper-names` rule
- HTML
- JavaScript
- YouTube
* spell: normalize to the most common `Index` heading
* lint: fix `MD007/ul-indent` rule
Unordered list indentation [Expected: 4; Actual: 2]
* format: escape pipes `|` from resources text
addresses #5176
* add Hesham Asem courses about machine and deep learning and nlp
* Expand the name of nlp section
* Change the order
* Revert "spell: normalize to the most common `Index` heading"
This reverts commit 4d6a74e7d7.
Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
### Índice
|
||||
|
||||
* [Agnósticos](#agnósticos)
|
||||
* [IDE / Editores](#ide--editores)
|
||||
* [Programação](#programação)
|
||||
* [Sistemas Operacionais](#sistemas-operacionais)
|
||||
* [IDE / Editores](#ide--editores)
|
||||
* [Programação](#programação)
|
||||
* [Sistemas Operacionais](#sistemas-operacionais)
|
||||
* [Android](#android)
|
||||
* [Arduino](#arduino)
|
||||
* [Assembly](#assembly)
|
||||
@@ -13,9 +13,9 @@
|
||||
* [Dart](#dart)
|
||||
* [Docker](#docker)
|
||||
* [Engenharia de software](#engenharia-de-software)
|
||||
* [Arquitetura de Software](#arquitetura-de-software)
|
||||
* [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
||||
* [Outros](#outros)
|
||||
* [Arquitetura de Software](#arquitetura-de-software)
|
||||
* [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
||||
* [Outros](#outros)
|
||||
* [Fundamentos Matemáticos Computacionais](#fundamentos-matemáticos-computacionais)
|
||||
* [Git](#git)
|
||||
* [Go](#go)
|
||||
@@ -23,18 +23,18 @@
|
||||
* [HTML and CSS](#html-and-css)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
* [AngularJS](#angularjs)
|
||||
* [Backbone.js](#backbonejs)
|
||||
* [Ember.js](#emberjs)
|
||||
* [Express.js](#expressjs)
|
||||
* [Grunt](#grunt)
|
||||
* [Gulp](#gulp)
|
||||
* [jQuery](#jquery)
|
||||
* [Knockout.js](#knockoutjs)
|
||||
* [Meteor](#meteor)
|
||||
* [Node.js](#nodejs)
|
||||
* [React](#react)
|
||||
* [Vue.js](#vuejs)
|
||||
* [AngularJS](#angularjs)
|
||||
* [Backbone.js](#backbonejs)
|
||||
* [Ember.js](#emberjs)
|
||||
* [Express.js](#expressjs)
|
||||
* [Grunt](#grunt)
|
||||
* [Gulp](#gulp)
|
||||
* [jQuery](#jquery)
|
||||
* [Knockout.js](#knockoutjs)
|
||||
* [Meteor](#meteor)
|
||||
* [Node.js](#nodejs)
|
||||
* [React](#react)
|
||||
* [Vue.js](#vuejs)
|
||||
* [Kubernetes](#kubernetes)
|
||||
* [LaTeX](#latex)
|
||||
* [LISP](#lisp)
|
||||
@@ -42,13 +42,13 @@
|
||||
* [Pascal](#pascal)
|
||||
* [PHP](#php)
|
||||
* [Python](#python)
|
||||
* [Django](#django)
|
||||
* [Django](#django)
|
||||
* [R](#r)
|
||||
* [RegEx](#regex)
|
||||
* [Ruby](#ruby)
|
||||
* [Shell / Bash Script](#shell--bash)
|
||||
* [TypeScript](#typescript)
|
||||
* [Angular](#angular)
|
||||
* [Angular](#angular)
|
||||
|
||||
|
||||
### Agnósticos
|
||||
@@ -142,9 +142,9 @@
|
||||
|
||||
#### Arquitetura de Software
|
||||
|
||||
* [ASP.NET Core architecture](https://docs.microsoft.com/pt-br/dotnet/architecture/modern-web-apps-azure/) (PDF)
|
||||
* [Microservices architecture](https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/) (PDF)
|
||||
* [Modernizing existing .NET apps](https://docs.microsoft.com/pt-br/dotnet/architecture/modernize-with-azure-containers/) (PDF)
|
||||
* [ASP.NET Core architecture](https://docs.microsoft.com/pt-br/dotnet/architecture/modern-web-apps-azure/) (PDF)
|
||||
* [Microservices architecture](https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/) (PDF)
|
||||
* [Modernizing existing .NET apps](https://docs.microsoft.com/pt-br/dotnet/architecture/modernize-with-azure-containers/) (PDF)
|
||||
|
||||
|
||||
#### Outros
|
||||
|
||||
Reference in New Issue
Block a user