Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-03-09Add test for navigation SCHEMA validationAchilleas Pipinellis
2021-04-27Replace scss-lint with stylelintTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-09-24Add binstubs for nanoc, rake, and scss-lintAchilleas Pipinellis
Add common commands to ./bin/ so that we don't have to prefix with "bundle exec". For example, you can now alternatively use: ```sh ./bin/nanoc ``` Created with: ```sh bundle bin <name> ```