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
2020-11-13Include svg icons from external fileVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 In-lined svg definition increases the size of the generated documentation file. External file usage removes this overhead.
2020-11-13Fix even more Rubocop problemsEvan Read
2020-11-12Fix more Rubocop problemsEvan Read
2020-11-06Extract Navigation class to manage layout variablesVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879
2020-10-26Use the default branch instead of masterTakuya Noguchi
2020-10-21Encode Mermaid HTML to htmlsafe valuesCatalin Irimie
There's an inconsistency with some filters, for example admonition and introduced_in, that call Nokogiri::HTML#fragment on the input and write the output, which means code that looks like tags gets treated as actual HTML tags. This breaks mermaid diagrams because those tags are not valid and the Mermaid JS parser trips over them, converting them to the html-encoded values is what was currently happening for ->> strings and it's working, so pre-converting all of them gets rid of the problem.
2020-09-07Add spacing between version history and immediately following alertJean du Plessis
2020-09-07Remove product suffix exception from internal_links checkerVasilii Iakliushin
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/218764 Follow-up for: https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1070 After merging: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39715
2020-08-19Remove suffix from anchors during `internal_anchors` checkVasilii Iakliushin
2020-08-19Remove product suffixes from generated anchorsVasilii Iakliushin
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/218764 * Update id of headers with product suffixes * Update href of links with product suffixes
2020-07-22Tweak version formatter to include more casesMarcin Sedlak-Jakubowski
2020-07-10Allow anchor check to find mixed-case anchorsEvan Read
2020-06-11Add a newline to gitlab kramdown warningsMarcel Amirault
2020-05-22Check if a local branch exists and abort the task if trueAchilleas Pipinellis
2020-05-20Check charts versions and replace branch variablesAchilleas Pipinellis
This is needed for the release:single raketask. It adds one failsafe in case the charts version is not charts_versions.yaml. It also replaces the branch variables in .gitlab-ci.yml with the respective stable ones.
2020-05-19Extract check of production in its own functionAchilleas Pipinellis
2020-04-27Fix wrong links to charts web IDEAchilleas Pipinellis
2020-04-13Merge branch 'reorder-output-anchor-links-check' into 'master'Marcel Amirault
Reorder the output of the anchor links check See merge request gitlab-org/gitlab-docs!781
2020-04-10Reorder the output of the anchor links checkAchilleas Pipinellis
It's was hard to parse the information of the output when an anchor link was found broken. You should first see the source file the link was broken from, and then the link itself (destination) along with the actual relative link (link) and finally the anchor.
2020-04-09Modify version text formatter to find "moved to"Marcin Sedlak-Jakubowski
2020-03-19Add right margin to iconsEvan Read
2020-03-12Fix icon spacing issuesjerasmus
Fixed the icon spacing issues
2020-02-17Rename icon helperJacques Erasmus
Renamed the icon helper to something more generic
2020-02-05Add estimated reading timeAchilleas Pipinellis
This adds the helper for calculating the reading time of each document and shows it at the bottom of the page.
2020-01-20Make gitlab-svg icons available in the docs markupJacques Erasmus
Added the ability to use gitlab-svg icons in the docs markup
2019-11-15Display version banner for outdated docsJacques Erasmus
Added the ability to display a version banner for outdated docs
2019-09-30Do not build gitlab-foss anymoreAchilleas Pipinellis
With the single codebase and the symlink hack, there's no reason to pull and build gitlab-foss anymore. This will save us time and money :smile:
2019-09-13Remove gitlab-foss Git URLs as we don't need them anymoreAchilleas Pipinellis
[ci skip]
2019-09-12Add Docsearch language and version meta tagsAchilleas Pipinellis
This will help us have different searches based on version
2019-09-06Remove /debug from the docsMarcel Amirault
2019-07-12Move gitlab-docs project to gitlab-orgAchilleas Pipinellis
2019-07-09Modify 'Introduced in' section as per UX requirementsMarcia Ramos
Styled the Introduced in section as per the UX requirements
2019-07-05Allow tier badges to use round bracketsEvan Read
2019-06-07Add special styling to "Introduced in" notesAchilleas Pipinellis
2019-05-21Add option to link to Web IDE to edit filesAchilleas Pipinellis
2019-04-23Add GitLab Free only badgesAchilleas Pipinellis
I forgot to add this with https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/449
2019-04-22Add GitLab.com-only badgesAchilleas Pipinellis
2019-04-09Add support for URL-encoded anchorsGrzegorz Bizon
2019-03-28If there are no issues, don't flag itEvan Read
2019-03-04Fix edit this page URL for charts docsEvan Read
2019-02-26Merge branch 'fix/gb/fix-empty-anchors' into 'master'Grzegorz Bizon
Fix empty anchors See merge request gitlab-com/gitlab-docs!403
2019-02-26Exclude links with empty anchors from validationGrzegorz Bizon
2019-02-21Implement version mapping between GitLab and the chartsAchilleas Pipinellis
2019-02-18Catch the possibility of an empty CI_COMMIT_REF_NAMEAchilleas Pipinellis
2019-02-11Fix empty anchorsGrzegorz Bizon
2019-02-08Add the charts repo in the top levelAchilleas Pipinellis
2019-02-08Merge branch 'pull-stable-branches-when-on-stable-branch' into 'master'Achilleas Pipinellis
Pull the stable product branches when on a stable docs branch Closes #324 See merge request gitlab-com/gitlab-docs!395
2019-02-08Use safer regex to define major/minor versionsAchilleas Pipinellis
2019-02-06Extract anchors validation classes to separate filesGrzegorz Bizon
2019-02-05Use Nokogiri SAX parsing to reduce problems with memory footprintGrzegorz Bizon