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
index.hbs is currently coupled to hbs_renderer and book.js. Book substituting the index with their own, takes a large maintenance burden and looses bugfixes and new features.
Consider splitting index.hbs into core.hbs (all the js includes and core styles) and index.hbs that would be almost empty and easily replaceable.
possibly make the other parts replaceable (sidebar, top bar , theme chooser)
consider adding optional edit button like in rust-cookbook
The text was updated successfully, but these errors were encountered:
As discussed in https://github.com/azerupi/mdBook/pull/338#discussion_r123618836
Discussion points:
index.hbs is currently coupled to hbs_renderer and book.js. Book substituting the index with their own, takes a large maintenance burden and looses bugfixes and new features.
The text was updated successfully, but these errors were encountered: