Semver.org
Semantic Versioning spec and website
Install / Use
/learn @semver/Semver.orgREADME
.jpg)
This is the site at https://semver.org/ that describes the Semantic Versioning specification.
Adding a translation
- 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
Running locally
- 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.
Running locally with docker-compose
If you have docker-compose installed:
- Build Docker image and start container instance:
docker-compose up - Open http://localhost:4000.
