mirror of
https://github.com/semver/semver.org.git
synced 2026-04-21 06:09:51 +00:00
Semantic Versioning spec and website
https://semver.org
- SCSS 38.7%
- JavaScript 22.2%
- HTML 16.6%
- CSS 15%
- Dockerfile 4.4%
- Other 3.1%
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| _layouts | ||
| assets | ||
| css | ||
| js | ||
| lang | ||
| script | ||
| scripts | ||
| spec | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .remarkrc | ||
| _config.yml | ||
| _config_local.yml | ||
| CNAME | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Gemfile | ||
| index.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| TRANSLATORS.md | ||
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.
.jpg)