-
Fixed typo
-
* Move nesting generator to separate class * Major bug fix, code simplification * Get rid of global value, use class variable instead.
-
I believe the data-title attribute for H2 elements was mistakenly using the parent H1 content as its value, rather than its own content.
-
Add possibility to have the ´code´ tag inside the content tables
-
on line 101 missing a semicolon
-
The `--source-only` already works to only build and not deploy. But sometimes we want to just push and not build. An example of that is when you want to use Docker to build the project, avoiding the installation of the whole Ruby environment in your computer. This commit adds `--push-only` to add the ability to execute only the actions related to `git` and avoid the project build. No API was broken by this commit, it's a minor change.
-
I think the use of the word retrieves in the DELETE request is used mistakenly.
-
Adding some punctuation marks.
-
fixes #802