This is the site at https://semver.org/ that describes the Semantic Versioning specification.
- Create a new folder in 
lang/with the appropriate language tag - Add a translated 
index.mdto that folder - Add a translated 
spec/vX.X.X.mdfor the latest spec to that folder - Ensure all files have the appropriate 
titleandlanguagefront matter (see others as an example) - Add the language to the 
_config.ymlfile 
- Install Ruby and Bundler.
 - Install Jekyll and other dependencies from the gem:
bundle install - Run the site locally:
bundle exec jekyll serve - Open http://localhost:4000.
 
If you have docker-compose installed:
- Build Docker image and start container instance:
docker-compose up - Open http://localhost:4000.
 
.jpg)