Open nicolas-brousse opened 5 years ago
Does using markdown file for static pages is a good idea?
Having static pages in frontend/component
could be nice. By using markdown the mean we may have something readable directly in Github/GitLab repository or in IDE.
Does using markdown file for static pages is a good idea?
I think we should support any templating language supported by the main application, so you could potentially use erb
, slim
, haml
, ...
ActionController::Base
insteadApplicationController for Styleguide
Komponent::StyleguideController
Komponent::StyleguideController
Closes #114, #125