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/Rules
AgeCommit message (Collapse)Author
2023-04-04Add option to skip frontend compilationAchilleas Pipinellis
2023-03-21Remove Disqus commentingSarah German
2023-03-07Remove any Omnibus-related codeAchilleas Pipinellis
2023-02-01Merge branch 'sarahg/http-fallback' into 'main'Achilleas Pipinellis
Avoid fatal errors if unable to retrieve versions.json See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3496 Merged-by: Achilleas Pipinellis <axil@gitlab.com> Approved-by: Achilleas Pipinellis <axil@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
2023-02-01Avoid fatal errors if unable to retrieve versions.jsonSarah German
2023-02-01Add Google search formsSarah German
2023-01-31Use versions.json in repository in case Pages are downAchilleas Pipinellis
2023-01-25Rename ALGOLIA_SEARCH variable to be more genericSarah German
2023-01-20Fix check for current stable versionSarah German
2023-01-20Add GitLab Sans and JetBrains Mono fontsSarah German
2022-11-16Remove front matter from CSS filesSarah German
2022-11-09Add layout and styling for blueprint index pageMarshall Cottrell
2022-10-12Refactor Archives page to use versions.jsonSarah German
2022-09-22Add Lunr search UI componentsSarah German
2022-09-16Omit Operator design recordsSarah German
2022-08-26Simplify required markup for TabsSarah German
2022-07-07Raise error if postprocessing failseread/raise-error-if-postprocessing-failsEvan Read
2022-06-16Do not show the drawers contentAchilleas Pipinellis
2021-09-01Sticky table headersDavid O'Regan
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
2020-11-24Add vim syntax highlight modeline in RulesAchilleas Pipinellis
Now that the shebang in Rules was removed in https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1346, add a vim modeline to detect the language.
2020-11-23Remove unnecessary shebangEvan Read
2020-11-17Replace images with their symlinksVasilii Iakliushin
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 Replacing images with their symlinks allows to save disk space.
2020-11-13Fix even more Rubocop problemsEvan Read
2020-11-12Fix more Rubocop problemsEvan Read
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-08-31Update gitlab_kramdownAchilleas Pipinellis
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-10-15Add support for modern JSJacques Erasmus
Added rollup to the project
2019-06-07Add special styling to "Introduced in" notesAchilleas Pipinellis
2019-05-08Do not compile minified assetsAchilleas Pipinellis
Everything ending in *.min.* will be ignored and be written as is.
2019-03-14Fix broken redirectsAchilleas Pipinellis
If there's a redirect_to defined, take it into account.
2019-01-24Ignore yaml files before building the rest of the contentAchilleas Pipinellis
2018-12-07Revert "Merge branch 'redirect-check-md' into 'master'"Marcia Ramos
This reverts merge request !380
2018-12-07Make sure we pick up URLs pointing to anchor linksAchilleas Pipinellis
Remove the strict regex ending in .md, since redirect URLs can also point to an anchor link.
2018-12-07Check first if there's a 'redirect_url' in the yaml frontmatterAchilleas Pipinellis
If there's a redirect_to, there's no need to further parse the page. If there's not a redirect_to, parse the page content and substitute .md with .html only if it exists.
2018-12-07Check for .md instead of .html in the redirect_to itemAchilleas Pipinellis
Due to first checking if there wasn't an .html extension in the redirect_to item, this was not set if the provided URL was a clean URL. For example: --- redirect_to: 'https://design.gitlab.com' --- would never match one of the rules so as to set the redirect_to item.
2018-11-27Make custom JS scripts version-bumpable like CSSAchilleas Pipinellis
2018-11-07Fix redirect rule in RulesAchilleas Pipinellis
2018-11-06Switch Badges filter from markdown to HTMLGabriel Mazetto
This will allow to preserve the same header id behavior we have in GitLab.
2018-10-31Define a default language to fix codeblock renderingGabriel Mazetto
2018-10-31Allow disabling of TOC with `toc: false` flag in frontmatterGabriel Mazetto
2018-10-31Patch kramdown filter to generate toc similar to the previous used oneGabriel Mazetto
2018-10-31Use Gitlab KramdownGabriel Mazetto
2018-10-31add kramdown as markdown engineMarcia Ramos
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-04-17Add badges to docsMarcia Ramos
2018-04-09Add dynamic archivesAchilleas Pipinellis
2018-01-26New layout for redirectsMarcia Ramos
2017-11-27Move layouts down the chain to fix loading issuesAchilleas Pipinellis
Fixes https://gitlab.com/gitlab-com/gitlab-docs/issues/143