jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

Rename "features" to "plugins" in docs #153

Closed harismh closed 1 year ago

harismh commented 1 year ago

Noticed a few places in the documentations that referenced the older (def feature) naming scheme. Maybe the docs should mention features == plugins for existing projects, but I felt the tutorial docs should match the example codebase.

jacobobryant commented 1 year ago

Oh, thanks for catching these. I actually have the most up-to-date docs on another branch (previously dev, now docs) which has some of these changes, but there were still several that I missed. I've merged your commit into the docs branch and have updated the website.

(I use master as the release branch, so in between releases I put changes on docs/dev instead--I probably should mention that in the readme! Or perhaps just start using a separate branch for releases)