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
AgeCommit message (Collapse)Author
2022-02-17Fix typosDimitris Apostolou
2021-10-13Support 6 or 7 levels of nested items in the global navDoug Stull
2021-04-06Rename global navigation YAML fileAchilleas Pipinellis
Now that we only have one file, let's rename `default-nav.yaml` to `navigation.yaml`.
2021-04-06Unify global navigation for docs siteEvan Read
2021-03-24Feat: Update left navigation to allow more levelsDavid O'Regan
2020-12-22Fix several minor Rubocop issuesEvan Read
2020-12-17Rename is_omnibus? function for Rubocop ruleEvan Read
2020-12-03Convert product tier badges to GitLab SVGsEvan Read
Also updates tests and CI configuration to support tests.
2020-12-02Limit symlink converter scopeVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/214164 We don't want to create symlinks to images located in assets. Only images from /ee/ directory should be replaced by symlinks.
2020-12-01Fix the building path for image symlinksVasilii Iakliushin
Contributes to gitlab#214164 Follow-up for: https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1336 Previous attempt to fix the link lead to the generation of the incorrect path. (see https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/jobs/863910246#L4261) This commit fixes the path generation logic.
2020-11-20Resolve image realpath before creating a symlinkVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/214164 It should fix the problem with double symlinks to images during omnibus building process.
2020-11-18Fix more Rubocop issuesEvan Read
2020-11-17Replace images with their symlinksVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 Replacing images with their symlinks allows to save disk space.
2020-11-17Merge branch '879_disable_inactive_sections' into 'master'Vasilii Iakliushin
Do not render inactive navigation sidebar sections See merge request gitlab-org/gitlab-docs!1291
2020-11-17Merge branch 'eread/fix-two-rubocop-errors' into 'master'Achilleas Pipinellis
Fix two Rubocop errors See merge request gitlab-org/gitlab-docs!1323
2020-11-17Fix two Rubocop errorsEvan Read
2020-11-16Do not render inactive navigation sidebar sectionsVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 It saves up to 50% of the compiled files size
2020-11-16Cover Navigation classes with testsVasilii Iakliushin
2020-11-06Extract Navigation class to manage layout variablesVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879
2020-09-07Remove product suffix exception from internal_links checkerVasilii Iakliushin
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/218764 Follow-up for: https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1070 After merging: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39715
2020-08-19Remove suffix from anchors during `internal_anchors` checkVasilii Iakliushin
2020-07-10Allow anchor check to find mixed-case anchorsEvan Read
2019-04-09Add support for URL-encoded anchorsGrzegorz Bizon
2019-02-26Exclude links with empty anchors from validationGrzegorz Bizon
2019-02-11Fix empty anchorsGrzegorz Bizon
2019-02-06Extract anchors validation classes to separate filesGrzegorz Bizon