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
2023-02-01Add Google search formsSarah German
2023-01-25Rename ALGOLIA_SEARCH variable to be more genericSarah German
2023-01-04Updating description to mention the templateSuzanne Selhorn
2022-12-20Update hackathon issue textSarah German
2022-12-20Use relative URLs for Algolia resultsSarah German
2022-12-16Merge branch 'sarahg/hackathon-script' into 'main'Suzanne Selhorn
Add a script for creating hackathon issues See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3376 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
2022-12-16Add a script for creating hackathon issuesSarah German
2022-12-16Bump shellcheck from 0.8.0 to 0.9.0Tan Le
2022-12-05Fix minify parametersSarah German
2022-11-24Merge branch 'eread/add-shellcheck-to-project' into 'main'Marcel Amirault
Add ShellCheck to project See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3291 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com>
2022-11-24Add ShellCheck to projectEvan Read
2022-11-23Ignore pages with deprecated features in the navigation reportSarah German
2022-11-16Remove front matter from CSS filesSarah German
2022-11-11Build a Docker image with lunr.js enabledAchilleas Pipinellis
2022-11-08Add a script to report on pages not in the global navSarah German
2022-11-03No need to set the -C flag in gsutilAchilleas Pipinellis
2022-10-31Improve how reviews apps redeploy by using rsyncMarcel Amirault
2022-10-28Clean environment before deploying review appMarcel Amirault
2022-10-20Add REVIEW_SLUG to environment for review apps scriptsMarcel Amirault
2022-10-20Re-implement Review Apps 2.0 (with correct environments)Marcel Amirault
2022-10-20Revert "Merge branch 'axil-review-apps-fastly-gcp' into 'main'"Evan Read
2022-10-20Review apps 2.0Achilleas Pipinellis
2022-09-22Add Lunr search UI componentsSarah German
2022-09-02Add check for index.html to global navigation check scriptEvan Read
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