Skip to content

scalatra/scalatra-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,483 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalatra Website

This is the code for https://scalatra.org, including all the news, guides, and getting started content.

To build it:

  • check it out locally
  • install Hugo version 0.31.1. Anything above 0.31.1 will not work because of this issue
  • type hugo serve from the root directory of the repo

Hugo will fire up, and you'll be able to edit the site's contents at http://localhost:1313/

New Scalatra version

For Scalatra 3.x series, update docs under content/guides/3 to align with the latest version of Scalatra.

The new set of docs need to be created when a new major version of Scalatra is released. The following are the steps that were done when 2.7 was published.

  1. Create 2.7 branch, then create 2.7 directory and copy 2.6 docs to 2.7 directory on 2.7 branch
  2. Update 2.7 docs on 2.7 branch, then create a pull request
    1. Create the file layouts/_default/guides-2.7.html. Update it as needed.
    2. In each *.md file, update the layout: guides-2.6 line to layout: guides-2.7.
    3. Add shortcodes for 2.7.
    4. Update all references of 2.6 to {{< 2-7-scalatra_short_version >}}
  3. Merge into master, then publish the website

About

Source code for scalatra.org

Resources

Stars

23 stars

Watchers

10 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors