From f874ba883e278cd4cfa45a94d15b6501e80e6177 Mon Sep 17 00:00:00 2001 From: mdo Date: Wed, 5 Dec 2012 11:10:21 -0800 Subject: [PATCH] Updated Upcoming 3.0 changes (markdown) --- Upcoming-3.0-changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Upcoming-3.0-changes.md b/Upcoming-3.0-changes.md index 5d75499..4634326 100644 --- a/Upcoming-3.0-changes.md +++ b/Upcoming-3.0-changes.md @@ -3,6 +3,7 @@ While our last major version bump (2.0) was a complete rewrite of the docs, CSS, **Note: ❑ indicates incomplete tasks.** ### Docs +- **Removed all i18n tags from Mustache templates.** No more `{{_i}}` and `{{/i}}` in the docs templates, just raw HTML. - **Consolidated the Scaffolding and Base CSS pages into a new CSS page.** Helps simplify where to find CSS-related things and removes a bunch of overhead in the docs. - ❑ Add full gallery showcase page to expand on homepage highlights. - ❑ Add variables to dictate page titles for docs pages (rather than abstract from file name). Would improve capitalization, enable more accurate titles, etc.