We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c673f6 + 83106db commit 4c5fbd1Copy full SHA for 4c5fbd1
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+* Bake `TableColumns` in `nursing-internal`
10
* Create `v4` of `introduction` order
11
* Bake `unfolding-casestudy` note exercises in `nursing-internal`
12
* Add translations for notes titles and eoc sections to `pl-marketing`
lib/recipes/nursing-internal/recipe.rb
@@ -144,6 +144,7 @@
144
end
145
146
BakeUnitTitle.v1(book: book)
147
+ BakeTableColumns.v1(book: book)
148
BakeIndex.v1(book: book)
149
BakeCompositePages.v1(book: book)
150
BakeCompositeChapters.v1(book: book)
0 commit comments