Kaynağa Gözat

Remove docs TODO, add small Plugins section.

Brit Butler 11 yıl önce
ebeveyn
işleme
13648020c4
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      docs/hacking.md

+ 7 - 1
docs/hacking.md

@@ -119,7 +119,13 @@ and return rendered HTML.  **Coleslaw** defines a helper called
119 119
 there are RSS, ATOM, and sitemap templates *coleslaw* uses automatically.
120 120
 No need for individual themes to reimplement a standard, after all!
121 121
 
122
-// TODO: Update for changes to compile-blog, indexes refactor, etc.
122
+### Plugins
123
+
124
+**Coleslaw** also encourages extending functionality via plugins. The Plugin
125
+API is well-documented and flexible enough for many use cases. Do check the
126
+[API docs](https://github.com/redline6561/coleslaw/blob/master/docs/plugin-api.md)
127
+when contemplating a new feature and see if a plugin would be appropriate.
128
+
123 129
 ### The Lifecycle of a Page
124 130
 
125 131
 - `(load-content)`