Skip to content
  • Jared White's avatar
    fff4419f
    Refactor Roda plugin setup, add Roda "distribution" docs (WIP) (#969) · fff4419f
    Jared White authored
    * Move some Roda plugins out of server default and into SSR plugin
    
    - Add new documentation on how Roda is configured
    - BREAKING CHANGE: the `flash` plugin is no longer loaded by the file-based routes plugin by default, it's now configured with `sessions: true` in the ssr plugin init. Flash required sessions to be set up anyway, which used to be manual but is now provided by this new config.
    
    * Flesh out the Roda reference guide
    
    * A few additional tweaks to Roda docs
    
    * remove unnecessary Rubocop code in docs example
    fff4419f
    Refactor Roda plugin setup, add Roda "distribution" docs (WIP) (#969)
    Jared White authored
    * Move some Roda plugins out of server default and into SSR plugin
    
    - Add new documentation on how Roda is configured
    - BREAKING CHANGE: the `flash` plugin is no longer loaded by the file-based routes plugin by default, it's now configured with `sessions: true` in the ssr plugin init. Flash required sessions to be set up anyway, which used to be manual but is now provided by this new config.
    
    * Flesh out the Roda reference guide
    
    * A few additional tweaks to Roda docs
    
    * remove unnecessary Rubocop code in docs example
Loading