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-08-30Add check for identical duplicate entries in global navigationeread/add-duplicate-nav-entry-checkEvan Read
2022-08-18Add Lunr.js index scriptSarah German
2022-07-15Avoid incorrect pattern matching during minificationSarah German
2022-06-03Remove scripts for checking READMEs that are no longer neededEvan Read
2022-05-25Support local Stylelint runseread/support-local-stylelint-runsEvan Read
2022-05-24Add Operator to normalize-links.shAchilleas Pipinellis
2021-03-19Make readme symlinks work on stable branchesAchilleas Pipinellis
https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1499 didn't account for the stable branches, and we now have redirect loops. This commit fixes that by using the 'symlink_readmes' raketask for the branches that have it and the old method for old branches.
2021-02-05Revert "Merge branch 'readme-symlinks' into 'master'"Marcel Amirault
This reverts merge request !1494
2021-02-05List the READMEs that need to be symlinked into index.htmlAchilleas Pipinellis
We need to only symlink the READMEs that are not redirected, in order to avoid redirect loops. Once a README.md is redirected to an index.md, remove it from the list.
2020-07-23Remove merge conflict line from scriptEvan Read
2020-07-08Do not hardcode the path of the minify binaryAchilleas Pipinellis
Make it so minify-assets.sh can also be run locally.
2020-06-03Be more specific what directories to traverse when using findAchilleas Pipinellis
Since we have both TARGET and VER, let's use both and be explicit on the directory find runs on.
2020-06-02Fix typos in normalize-links scriptAchilleas Pipinellis
2020-05-29Add /frontend to list of things to prefix with versionAchilleas Pipinellis
2020-05-07Minify the assets in the build base jobAchilleas Pipinellis
2019-12-19Make sure we also capture full URLs when converting the versioned URLsAchilleas Pipinellis
In cross-product docs, we're referencing full URLs instead of relative ones. For example, an Omnibus doc can have a doc reference to a Runner doc URL. In that case, we use the full URL. This change adds another find command that checks and replaces the version for full URLs as well.
2019-12-09Don't minify XML filesAchilleas Pipinellis
The only XML file is the sitemap, no need to minify that. It also "breaks" when viewing it through the browser.
2019-12-09Fix minify script to check the right directoryAchilleas Pipinellis
2019-11-25Minify assets (HTML,CSS,JS,JSON,XML,SVG)Achilleas Pipinellis
2019-08-22Port CE symlink to DockerfilesAchilleas Pipinellis
This ports all the work of https://gitlab.com/gitlab-org/gitlab-docs/merge_requests/520 to the Dockerfiles, so that this can be applied to all versions.
2019-06-24Compress PNG images during buildAchilleas Pipinellis
2018-03-23Add opensearch.xml to normalize scriptAchilleas Pipinellis
2018-03-23Normalize archive links for robots.txt and sitemap.xmlAchilleas Pipinellis
2018-02-15Fix normalize-links replaceAchilleas Pipinellis
2018-02-15Add Dockerfiles that will help build a versioned websiteAchilleas Pipinellis