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
2021-07-22Add banner for GitLab Commit 2021Evan Read
2021-06-23Do not apply gl-docs to body elementTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-06-22fix(css): update selection of homepage css feedbackDavid O'Regan
2021-06-21Add HTML tag for Google search consoleKati Paizee
2021-06-11Remove breadcrumbs from published docsEvan Read
2021-05-31Fix CSS and HTML for /searchTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-05-31Fix 404 page UIDavid O'Regan
2021-05-26Dlogan add site verificationDiana Logan
2021-05-17Remove GlMarkdown classDavid O'Regan
2021-05-14Fix broken UI on mobile aftre MR 1764Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-05-13Merge branch 'sethgitlab-master-patch-75163' into 'master'Russell Dickenson
Update link to feature template See merge request gitlab-org/gitlab-docs!1750
2021-05-13Update link to feature templateSeth Berger
2021-05-12Add link to gitlab.comMarcin Sedlak-Jakubowski
2021-05-11Merge branch 'seo-fb-og-meta-tags' into 'master'David O'Regan
Add FB's OGs meta tags See merge request gitlab-org/gitlab-docs!1123
2021-05-10Mostly adequate docsite typescale updateDavid O'Regan
2021-04-29More cleanup of nanoc.yaml fileEvan Read
2021-04-28Hide some decorative-only icons, screenreadersAmy Qualls
2021-04-27Merge branch 'ap-feature-flags' into 'master'Andrew Fontaine
Use the Nanoc item to check for the feature flags See merge request gitlab-org/gitlab-docs!1747
2021-04-27Add SUS survey bannerAchilleas Pipinellis
2021-04-27Add FB's OGs meta tagsMarcia Ramos
2021-04-27Use the Nanoc item to check for the feature flagsAchilleas Pipinellis
Using the YAML string didn't work.
2021-04-27Merge branch 'feature-flags-skip-lint-html' into 'master'Andrew Fontaine
Skip feature flags generation if yaml is absent See merge request gitlab-org/gitlab-docs!1739
2021-04-26Add helper that checks the CI_PROJECT_NAMEAchilleas Pipinellis
Check if CI_PROJECT_NAME is 'gitlab-docs', or nil which implies local development. This can be used to skip portions that we don't want to render in one of the upstream products.
2021-04-26Skip feature flags generation if yaml is absentAchilleas Pipinellis
Feature flags are generated dynamically when `content/_data/feature_flags.yaml` is present. For upstream projects where this file is not present (for example when testing the HTML links in `gitlab-org/gitlab`), Nanoc will fail when building the site. By skipping the addition of the feature flags content in `ee/user/feature_flags.md`, Nanoc can build the site successfully.
2021-04-26Remove edit buttons from archive pageTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-23Extends `docs.gitlab.com` with feature flags tableKamil TrzciƄski
2021-04-22Merge branch 'google-plus' into 'master'Marcia Ramos
Remove links to Google+ See merge request gitlab-org/gitlab-docs!1716
2021-04-22Remove links to Google+Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-22Misused alt tags in footer of pageAmy Qualls
Alt tags are for images, not text links. Not sure why these links got alt tags...
2021-04-14Add empty alt tag to imageAmy Qualls
This image should be skipped by screen readers, and needs an empty alt tag to convey that fact.
2021-04-13Add homepage survey bannerAchilleas Pipinellis
2021-04-12Merge branch '916' into 'master'Suzanne Selhorn
Update docs home page design See merge request gitlab-org/gitlab-docs!1656
2021-04-12Update docs home page designDavid O'Regan
2021-04-12Avoid extra spaces on feedbank in footerTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-06Unify global navigation for docs siteEvan Read
2021-03-26Merge branch '972' into 'master'Suzanne Selhorn
Update global nav HTML See merge request gitlab-org/gitlab-docs!1636
2021-03-26Update global nav HTMLDavid O'Regan
2021-03-26Add Marcin to docs webmastersMarcin Sedlak-Jakubowski
2021-03-24Feat: Update left navigation to allow more levelsDavid O'Regan
2021-03-19Update Cookie Policy to match about.gitlab.comRobert Nalen
2021-03-01fix(UX): code colours and elementsDavid O'Regan
2021-02-19Merge branch 'eligrey-classlist-js-polyfill-1.2.20180112' into 'master'Evan Read
Update classList.js polyfill to 1.2.20180112 with use of CDN See merge request gitlab-org/gitlab-docs!1542
2021-02-18Update classList.js polyfill to 1.2.20180112 with use of CDNTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-02-18Use popper.js-bundled Bootstrap JSTakuya Noguchi
https://getbootstrap.com/docs/4.5/getting-started/introduction/#bundle Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-02-17Improve CSS for img element in the mainTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-02-12fix(breadcrumbs): fix missing breadcrumb issueDavid O'Regan
2021-02-12Merge branch 'remove-old-code' into 'master'Suzanne Selhorn
Remove old CSS code See merge request gitlab-org/gitlab-docs!1524
2021-02-12Remove old CSS codeDavid O'Regan
2021-02-12Add missing script tagsAchilleas Pipinellis
2021-02-12Make Disqus snippet appear inlineAchilleas Pipinellis
We have defined the Disqus snippet in an immutable file (assets/javascripts/disqus.js), but the snippet needs to be present in the HTML body in order to take the right values (the disqus_identifier takes into account the name of the file).