You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Documentation moved from https://github.com/MarkUsProject/Wiki.
* We now use Jekyll to build the documentation pages.
* Added markus:docs Rake task to build the documentation for production.
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
- Fix SVG rendering by converting base64 SVG data URIs to inline <svg> (#8001)
30
30
31
31
### 🔧 Internal changes
32
+
- Added a Jekyll-based documentation site under `docs/`, with a Docker Compose service and a `markus:docs` rake task for production builds (#8022)
32
33
- Added unique database indexes to enforce uniqueness constraints already validated at the model layer, and removed 17 single-column indexes made redundant by composite indexes (#8017)
33
34
- Replaced `upload_button_control.js` with native HTML `required` validation on file upload inputs (#8016)
0 commit comments