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
2020-11-14Add CSP meta tagdcouture
2020-10-26Use the default branch instead of masterTakuya Noguchi
2020-10-23Revert "Merge branch 'csp-headers' into 'master'"Jacques Erasmus
This reverts merge request !1217
2020-10-22Add CSP headersAchilleas Pipinellis
2020-09-09Revert "Merge branch 'enable-csp-headers' into 'master'"Jean du Plessis
This reverts merge request !1144
2020-09-09Add Content Secure Policy headersAchilleas Pipinellis
2020-09-08Update Bootstrap to ^4.5.2Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-07-17Upgrade bootstrap from 4.3.1 to 4.5.0Takuya Noguchi
2020-06-23Adding manifests and icons for Apple, Chrome and MicrosoftJuan J. Ramirez
2020-05-19Extract check of production in its own functionAchilleas Pipinellis
2020-04-23Update colors and spacingJustin Ho Tuan Duong
After UX feedback
2019-10-18Remove CookieBot data blocking modeStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-docs/issues/457
2019-10-07Fix Cookiebot ImplementationLauren Barker
Changed Cookiebot to automatic cookie blocking mode. Moved cookiebot script to be the very first script within the HEAD-tag of the website. Related to https://gitlab.com/gitlab-com/www-gitlab-com/issues/5462
2019-09-12Add Docsearch language and version meta tagsAchilleas Pipinellis
This will help us have different searches based on version
2019-07-29Add ability to collapse menu itemsJacques Erasmus
Added the ability to collapse menu items
2019-06-26Add integrity attribute to scripts and stylesheet tagsEvan Read
2019-06-16Use Bootstrap CDN hosting for Bootstrap CSSTakuya Noguchi
The site does already depend on Bootstrap CDN for Bootstrap javascript (bootstrap.min.js). Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-04-19Remove Algolia override for mobile and use latest docsearch CSSAchilleas Pipinellis
The dropdown is now responsive by default, we just have to use the latest docsearch CSS https://github.com/algolia/docsearch/pull/197.
2018-12-04Load cookies consent and google verification only in productionAchilleas Pipinellis
2018-11-29Move scripts to end of bodyPhil Hughes
2018-10-12set conditional to add meta no index nofollow from frontmatterMarcia Ramos
2018-10-11Implement Google Tag ManagerMarcia Ramos
2018-05-25Add cookie consentJarek Ostrowski
2018-04-19Fix google search snippet, add search-on-enter featureMarcia Ramos
2018-04-03Metadata improvementsMarcia Ramos
2018-03-28Use system fontsAchilleas Pipinellis
https://css-tricks.com/snippets/css/system-font-stack/
2018-03-26use FontAwesome 4 instead of 5Marcia Ramos
- Upgrade to 5 breaks a lot of things (https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-c omplete-list). - For now, not worth the change. Reverting to the highest version of FA 4.
2018-03-24update FontAwesome to v5Marcia Ramos
2018-03-19include the links in the file layout directlyMarcia Ramos
makes it more flexible, to be adjusted according to the website files.
2018-03-19Fix head and move canonical URLs to own layoutAchilleas Pipinellis
2018-03-19Use canonical URLsAchilleas Pipinellis
Fixes https://gitlab.com/gitlab-com/gitlab-docs/issues/171
2018-03-01cleanup the code, fix indentationMarcia Ramos
2018-03-01Adds opensearch to the docs siteMarcia Ramos
2018-02-28Adds search results page to the docsMarcia Ramos
2018-02-07Merge branch 'article-layout-1' into 'master'Achilleas Pipinellis
Article layout Closes #157 See merge request gitlab-com/gitlab-docs!182
2018-02-07Clean up TOC styles and fix bugsEric Eastwood
- Clean up unused TOC styles - Fix bug in sticky TOC where if you scrolled down to the bottom to make it sticky, then reduce your viewport width to mobile, the TOC would disappear. - Fix empty TOC covering header on a path without any TOC See https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182#note_57833460
2018-02-02delete SearchAction microdataMarcia Ramos
2018-02-02fix protocolMarcia Ramos
2018-01-30add schema.org "WebSite" and "SearchAction" microdataMarcia Ramos
2018-01-30fix syntaxMarcia Ramos
2018-01-30add schema.org Organization microdataMarcia Ramos
2018-01-30add meta descriptionMarcia Ramos
2017-11-06Add Disqus to docs.gitlab.comMarcia Ramos
2017-08-12Split ToC and variables scssAchilleas Pipinellis
2017-04-02Merge branch 'attribute-key' into 'master' Achilleas Pipinellis
Prefer @item.key?(x) over @item.attributes.include?(x) See merge request !74
2017-04-01Avoid @item.attributesDenis Defreyne
@item.key?(x) creates a dependency on just the 'x' attribute, while @item.attributes creates a dependency on all attributes. The former makes incremental compilation a tad faster.
2017-03-31Add footer taken from about.gitlab.comAchilleas Pipinellis
2017-02-15Merge branch 'algolia' into 'master' Achilleas Pipinellis
Switch to Algolia search Closes #21 See merge request !50
2017-02-13Revert "Merge branch 'algolia' into 'master'"Achilleas Pipinellis
This reverts merge request !50
2017-02-08Host Algolia CSS on PagesAchilleas Pipinellis