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
2019-10-25Do not load any 3rd party analytics in single versions11.2Achilleas Pipinellis
2019-10-25Use stable branches instead of master in branches variablesAchilleas Pipinellis
2019-07-12Change project group to 'gitlab-org'Achilleas Pipinellis
2019-01-17Update .gitlab-ci.yml from masterAchilleas Pipinellis
2018-10-24Merge branch 'master' into 11.2Achilleas Pipinellis
2018-10-24Merge branch 'sticky-versions' into 'master'Achilleas Pipinellis
Sticky versions See merge request gitlab-com/gitlab-docs!349
2018-10-24Move archives content to an index.html fileAchilleas Pipinellis
This fixes the issue when on the /archives page. The dropdown login is that it takes the Nanoc identifier (file path under content/) and in the archives case it was different than the created file (set in Rules). With this change, the identifier and the ending result are the same, thus the dropdown link no longer 404.
2018-10-24MVC implementation of sticky versions in versions dropdownAchilleas Pipinellis
We check the CI_COMMIT_REF_NAME when the site is built and apply it to the versions dropdown. Example: For 10.4, the entire site will have 10.4 always displayed in the dropdown, except for the archives page which should always point to the most recent archives and thus its name is just 'Versions' (we don't care about the version).
2018-10-23Extract versions dropdown in own layoutAchilleas Pipinellis
2018-10-22Merge branch 'improve-404-page' into 'master'Marcia Ramos
Improve 404 page See merge request gitlab-com/gitlab-docs!345
2018-10-22Improve 404 pageMarcia Ramos
2018-10-22Merge branch 'center-img' into 'master'Marcia Ramos
Center images See merge request gitlab-com/gitlab-docs!323
2018-10-22Merge branch 'versions-streamline' into 'master'Achilleas Pipinellis
Use only two versions lists: online and offline See merge request gitlab-com/gitlab-docs!347
2018-10-22Use only two versions lists: online and offlineAchilleas Pipinellis
This is the MVC to automate the version release process
2018-10-22Merge branch 'master' into 11.2Achilleas Pipinellis
2018-10-22Merge branch '11-4-stable' into 'master'Achilleas Pipinellis
GitLab 11.4 release See merge request gitlab-com/gitlab-docs!348
2018-10-22GitLab 11.4 releaseAchilleas Pipinellis
2018-10-18Merge branch 'document-algolia-search' into 'master'Achilleas Pipinellis
Document how Algolia works Closes #74 See merge request gitlab-com/gitlab-docs!299
2018-10-18Document how Algolia worksAchilleas Pipinellis
2018-10-18Merge branch 'readme-bad-link' into 'master'Achilleas Pipinellis
Update README.md to fix links See merge request gitlab-com/gitlab-docs!340
2018-10-18Update README.md to fix linksMarcel Amirault
2018-10-18Merge branch 'disable-perf-job' into 'master'Achilleas Pipinellis
Disable performance job See merge request gitlab-com/gitlab-docs!344
2018-10-18Center imagesAchilleas Pipinellis
2018-10-18Disable performance jobAchilleas Pipinellis
We don't really use it and it's another job to run adding to the pipeline time.
2018-10-18Merge branch 'feedback-section-conditional' into 'master'Achilleas Pipinellis
Add conditional to omit the feedback section if necessary See merge request gitlab-com/gitlab-docs!341
2018-10-18Merge branch 'internal-links-fix' into 'master'Achilleas Pipinellis
Exclude versioned links when checking for 404s See merge request gitlab-com/gitlab-docs!342
2018-10-18Exclude versioned links when checking for 404sAchilleas Pipinellis
The versions links in the dropdown only work when run in production. In all other cases, the URLs do not exist and therefore Nanoc's internal link checking fails.
2018-10-18Add conditional to omit the feedback section if necessaryMarcia Ramos
2018-10-18Merge branch 'versions-archives-improvements' into 'master'Achilleas Pipinellis
Improve archives page Closes #254 See merge request gitlab-com/gitlab-docs!338
2018-10-18Improve archives pageMarcia Ramos
2018-10-18Merge branch 'fix-edit-page-link-debug-SE-resources' into 'master'Achilleas Pipinellis
Add an "edit on GitLab" link to debug docs See merge request gitlab-com/gitlab-docs!337
2018-10-18Merge branch 'archive-tooltips' into 'master'Marcia Ramos
Fixed tooltips not working on archives layouts Closes #262 See merge request gitlab-com/gitlab-docs!339
2018-10-18Fixed tooltips not working on archives layoutsPhil Hughes
2018-10-18Add an "edit on GitLab" link to debug docsCindy Pallares
It currently links to the gitlab-docs project and it's a 404.
2018-10-17Merge branch 'master' into 11.2Achilleas Pipinellis
2018-10-15Merge branch 'improve-versions-menu' into 'master'Achilleas Pipinellis
Improve versions menu See merge request gitlab-com/gitlab-docs!333
2018-10-15Merge branch 'remove-ga-code-for-gtm' into 'master'Marcia Ramos
Remove GA code for redundancy with the recently implemented GTM code See merge request gitlab-com/gitlab-docs!335
2018-10-15remove GA code for redundancy with the recently implemented GTM codeMarcia Ramos
2018-10-15Merge branch 'winh-details-triangle-firefox' into 'master'Marcia Ramos
Display triangle for <details> elements in Firefox Closes #256 See merge request gitlab-com/gitlab-docs!334
2018-10-15Display triangle for <details> elements in FirefoxWinnie Hellmann
2018-10-15fixes mistake introduced by d3c64e46706006d9853a8bb79c01ae0b99c11b20Marcia Ramos
2018-10-15Merge branch 'table-display-block' into 'master'Achilleas Pipinellis
Adds table display:block Closes #234 See merge request gitlab-com/gitlab-docs!331
2018-10-15Merge branch 'master' into 'improve-versions-menu'Achilleas Pipinellis
# Conflicts: # layouts/header.html
2018-10-15Merge branch 'versions-full-links' into 'master'Achilleas Pipinellis
Make the version dropdown links point to the document you're currently on See merge request gitlab-com/gitlab-docs!312
2018-10-15Style back link to be a buttonAchilleas Pipinellis
2018-10-15Add message about dead links in 404 pageAchilleas Pipinellis
2018-10-15Make links in versions appear with their full linkAchilleas Pipinellis
2018-10-13Merge branch 'noindexnofollow-via-frontmatter' into 'master'Jennifer "JJ" Cordz
Meta noindex nofollow via frontmatter + unindex cookies policy Closes #252 See merge request gitlab-com/gitlab-docs!332
2018-10-12make a distinct class for only versions menuMarcia Ramos
2018-10-12increase nesting depth allowanceMarcia Ramos