From a8cad00da79ca51e75d39b984b092c20a3b44f87 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 16 Apr 2014 11:22:36 -0400 Subject: [PATCH] Note user-defined routing branch. --- docs/hacking.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hacking.md b/docs/hacking.md index a5e842e..a0f7869 100644 --- a/docs/hacking.md +++ b/docs/hacking.md @@ -175,6 +175,7 @@ check the :class key under `(routing *config*)` if no specialized `page-url` was defined. This would have the additional benefit of localizing all the site routing in one place. New Content Types would probably `pushnew` a plist onto the config key in their `enable` function. +This has been implemented on the branch `user-defined-routing`. ### Better Content Types