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
2023-05-31Load the analytics only in the main siteAchilleas Pipinellis
2023-05-30Improve bundling for global assetsSarah German
2023-05-28Use archive_versions.json for 404 redirect and versions menuSarah German
2022-12-03Simplify 404 pageSarah German
2022-11-16Update 404 page copy and stylesSarah German
2022-06-13Bundle DocSearch with yarnSarah German
2022-06-01Bundle Bootstrap JS and jQuery with RollupSarah German
2022-02-08Migrate to Docsearch v3Achilleas Pipinellis
2021-05-31Fix 404 page UIDavid O'Regan
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-10Mostly adequate docsite typescale updateDavid O'Regan
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-09Feat: Update header component to use bootstrapDavid O'Regan
2020-11-30Fix a Rubocop predicate name problemEvan Read
2020-08-19Use Bootstrap 4 utilities and remove unused selectorsTakuya Noguchi
Use Bootstrap 4 utilities instead of the original rules in this project and remove unused rules from the project. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-07-15Rollup gitlab-uiDavid O'Regan
The first attenpt to use rollup to import the gitlab-ui project.
2020-06-19Docs sidebar re-designDavid O'Regan
2020-05-29Remove old footer versionDavid O'Regan
2020-05-29Add new footer to rest of the siteDavid O'Regan
Here we add the new dooter design to the rest of the docs site.
2020-05-19Extract check of production in its own functionAchilleas Pipinellis
2020-02-07Move specs `spec/javascripts/` -> `specs/frontend/`Jacques Erasmus
Moved specs from `spec/javascripts/` to `specs/frontend/`
2020-01-31Redirect to archives when version is offlineJacques Erasmus
Redirects to the archives page when the current version is offline
2020-01-24Now that GitLab Pages support HTTPS redirects, remove the hackAchilleas Pipinellis
2019-09-12Add charts to Algolia filtersAchilleas Pipinellis
2019-09-10Use the URL CDN as described in Algolia docsAchilleas Pipinellis
https://community.algolia.com/docsearch/dropdown.html
2019-06-26Add integrity attribute to scripts and stylesheet tagsEvan Read
2019-06-16Use StackPath's URL for the Bootstrap CDNTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-29Upgrade to bootstrap 4Winnie Hellmann
Upgrade and address migration issues
2019-03-26Run the analytics only in productionAchilleas Pipinellis
We had this setting on, but it seems we missed a few pages.
2019-02-03Update jQuery from 3.2.1 to 3.3.1 with SRI enabledTakuya Noguchi
SRI: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-27Make custom JS scripts version-bumpable like CSSAchilleas Pipinellis
2018-10-25404 smart pageMarcia Ramos
2018-10-24Algolia DocSearch - ranking resultsMarcia Ramos
2018-10-22Improve 404 pageMarcia 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-15Make the 404 page more stylishAchilleas Pipinellis
And add some info for the review apps
2018-02-28Adds search results page to the docsMarcia Ramos
2017-12-15Redirect to HTTPS with some JS mojoAchilleas Pipinellis
2017-03-31Add footer taken from about.gitlab.comAchilleas Pipinellis
2016-11-09Split the header into a partial for reusability.Connor Shea
2016-11-09Add some debugging code and 404 page. Fixes #25.Connor Shea