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
path: root/lib
AgeCommit message (Collapse)Author
2022-05-01Add edit link for GitLab Operatoraxil-operator-edit-buttonAchilleas Pipinellis
2022-04-22Add operator to retrieve_branchMarcel Amirault
2022-04-04Add GitLab Operator as a new product of the docs siteAchilleas Pipinellis
2022-02-17Fix typosDimitris Apostolou
2022-01-05Added enabled to list of version history wordsSuzanne Selhorn
2021-10-13Support 6 or 7 levels of nested items in the global navDoug Stull
2021-10-08Added disclaimer alert type for legalSuzanne Selhorn
2021-09-18Fix alert box alignmentDoug Stull
2021-09-01Sticky table headersDavid O'Regan
2021-08-26Updated style for notesSuzanne Selhorn
Realized that the new info style was duplicated with note style and so fixed it
2021-08-26Merge branch 'axil-filter-sticky-headings' into 'main'Evan Read
Add a table sticky headings filter See merge request gitlab-org/gitlab-docs!2076
2021-08-26Text box for marketing contentSuzanne Selhorn
2021-08-25Move survey banner into a YAML fileAchilleas Pipinellis
2021-08-25Add a table sticky headings filterAchilleas Pipinellis
This wraps all tables inside a div with a class of table-sticky-headings, so that we can style them. See https://gitlab.com/gitlab-org/gitlab-docs/-/issues/1076
2021-08-18Automate the charts versionsAchilleas Pipinellis
With this, we no longer need to update a separate charts_versions.yaml file.
2021-08-13Add redirects raketaskAchilleas Pipinellis
2021-08-04Add alert for FLAGSuzanne Selhorn
2021-06-30Added change to list of wordsSuzanne Selhorn
2021-06-29Add deployed to the version note filterMarcel Amirault
2021-06-24Expand version formatter to support "renamed"Marcin Sedlak-Jakubowski
2021-06-22Only test anchors in the anchor testMarcel Amirault
2021-06-21Update runner default branch to mainMarcel Amirault
The runner project changed the default branch to main, so we need to make sure we pull from main whenever we need to in the docs project
2021-06-16Use the API to fetch the remote default branchAchilleas Pipinellis
2021-06-08Expand the introduced in filter to be more flexibleAchilleas Pipinellis
Basically, let us add any text we want between (introduced|(re)moved|deprecated) and (in|to).
2021-06-08Refactor Edit on GitLab codeEvan Read
2021-06-07Fix edit linkAchilleas Pipinellis
2021-06-01Fix task helperEvan Read
2021-05-31Switch master branch occurrences to default branch (main)Achilleas Pipinellis
2021-05-26Add margin to alert boxesAchilleas Pipinellis
2021-05-25Take into account the next major version for the dropdownAchilleas Pipinellis
This fixes the case where a new major version is the next version to be released, and the dropdown incorrectly shows a next patch version that doesn't exist.
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-23Extends `docs.gitlab.com` with feature flags tableKamil TrzciƄski
2021-04-23Improve screen reader experience, version historyAmy Qualls
2021-04-06Rename global navigation YAML fileAchilleas Pipinellis
Now that we only have one file, let's rename `default-nav.yaml` to `navigation.yaml`.
2021-04-06Unify global navigation for docs siteEvan Read
2021-03-24Feat: Update left navigation to allow more levelsDavid O'Regan
2021-03-05introduced_in.rb accepts "deprecated" / "removed"Marcin Sedlak-Jakubowski
2021-02-22Avoid build warningEvan Read
2021-01-27Add new tiers supportAchilleas Pipinellis
Based off https://gitlab.com/gitlab-org/technical-writing/-/issues/348
2021-01-22Fix minor Rubocop style issuesEvan Read
2021-01-19Add noidex tag for stable branchesAchilleas Pipinellis
We need to stop Google from indexing old docs, so we should make sure the noindex tag is added to all archived docs: https://developers.google.com/search/docs/advanced/crawling/block-indexing. That way Google will stop serving up results for pages 12.10 versions of pages, for example.
2021-01-18Hide survey banner on stable branchesAchilleas Pipinellis
We don't want the banner to be shown on stable branches. This introduces a new function that checks if CI_COMMIT_REF_NAME is defined, and if not, it uses Git to find the current branch name. If show_banner is false and current_branch is not a stable branch, hide the banner.
2021-01-13Merge branch 'helper-prod-default-branch' into 'master'Marcel Amirault
Add helper for production and default branch See merge request gitlab-org/gitlab-docs!1422
2021-01-13Add helper for production and default branchAchilleas Pipinellis
This ought to be used when we don't want to deploy things in the stable branches, since they are considered production.
2021-01-12Remove previous versions from dropdown for omnibus packagesVasilii Iakliushin
We discovered that dropdown displays previous versions when deployed in Omnibus. Changes: * Extract common functionality into a partial or a helper * Add `display_previous_versions?` method to hide previous versions
2021-01-04Drop unused alertsAchilleas Pipinellis
Since we now only support two alerts, NOTE and WARNING, drop the rest of them. For https://gitlab.com/groups/gitlab-org/-/epics/5021
2020-12-22Fix several minor Rubocop issuesEvan Read
2020-12-17Rename is_omnibus? function for Rubocop ruleEvan Read
2020-12-04Add option to use WARNING in alertsAchilleas Pipinellis
This is a drop-in replacement of CAUTION, and they can be used interchangeably.
2020-12-03Convert product tier badges to GitLab SVGsEvan Read
Also updates tests and CI configuration to support tests.