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-04-29Remove bannerAchilleas Pipinellis
2021-04-29More cleanup of nanoc.yaml fileEvan Read
2021-04-23Extends `docs.gitlab.com` with feature flags tableKamil TrzciƄski
2021-04-13Add homepage survey bannerAchilleas Pipinellis
2021-03-31Remove comments and slightly reformat nanoc config fileEvan Read
2021-03-15Remove bannerAchilleas Pipinellis
https://gitlab.com/gitlab-org/gitlab-docs/-/issues/932#note_528210755
2021-03-09Add exception for gitlab dashboard linksMarcel Amirault
2021-03-08Add exception for youtube due to rate limitMarcel Amirault
2021-02-18Remove www from twitter exceptionMarcel Amirault
2021-02-18Add exception for twitter footer linkMarcel Amirault
2021-02-06Add PNPS survey linkAdam Smolinski
2021-01-25Remove bannerAchilleas Pipinellis
2021-01-18Add marketing surveyAchilleas Pipinellis
2020-12-22Remove survey bannerAchilleas Pipinellis
2020-12-16Add banner for code intelligence surveyAchilleas Pipinellis
2020-11-20Unpublish surveyAchilleas Pipinellis
2020-11-18Add usability surveyAchilleas Pipinellis
2020-11-10Unpublish survey bannerAchilleas Pipinellis
The survey has enough responses https://gitlab.com/gitlab-org/ux-research/-/issues/1109#note_444346888
2020-11-02Add garbage collection survey bannerAchilleas Pipinellis
2020-10-24Edited homepage slightlySuzanne Selhorn
Related to: https://gitlab.com/gitlab-org/gitlab-docs/-/issues/873
2020-10-12Change the gitlab.com regex to exclude more linksAchilleas Pipinellis
Change the regex and get rid of the trailing slash so that https://gitlab.com links are also valid.
2020-10-07Make the Runner the last product in the listAchilleas Pipinellis
Omnibus and Charts are related (as methods to install GitLab), but are separated on the page by the Runner documentation section. This change moves the Runner to the end.
2020-10-01Hide the survey bannerAchilleas Pipinellis
Now that the survey is completed, let's hide the banner
2020-09-28Add survey banner for CM Scorecard validation surveyAchilleas Pipinellis
Iteration one of https://gitlab.com/gitlab-org/technical-writing/-/issues/254#note_416882062
2020-09-01Make the banner configurable and disable by defaultAchilleas Pipinellis
2020-07-08Don't test github linksMarcel Amirault
2020-06-30Exclude gitlab.com links from link checksMarcel Amirault
2020-06-11Use new charts svgMarcel Amirault
2020-05-19feat(home): Redesign landing pageDavid O'Regan
We are using a new home page design ensuring users are easil able to navigate the site.
2020-03-27Make the install page more prominentAchilleas Pipinellis
Add Install page to the navbar and mention that you can install GitLab in the main page.
2020-02-27Remove nanoc excludesMarcel Amirault
2019-12-05Force https for api linksMarcel Amirault
2019-11-08Add exception for api urlsMarcel Amirault
2019-10-14Limit the scope of exceptions to internal links checksEvan Read
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-06Remove /debug from the docsMarcel Amirault
2019-09-03Use new location for helm charts repoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-28Expose /charts to landing page and menu barAchilleas Pipinellis
2019-08-26Update list of nanoc external link exclusionsMarcel Amirault
2019-08-05Exclude contributors link from link checkEvan Read
2019-03-22Revert "Merge branch 'nanoc-index-filenames' into 'master'"Achilleas Pipinellis
This reverts merge request !404
2019-03-15Revert "Merge branch 'exclude-ext-no-access-links' into 'master'"Achilleas Pipinellis
This reverts merge request !428
2019-03-14Exclude https://gitlab.com/gitlab-org/gitlab-qa/pipelines from link testAchilleas Pipinellis
This is not available to users without access
2019-03-08Exclude any amazon.com links, which seem to often 503Evan Read
2019-02-11Add README.html to Nanoc's index filenamesAchilleas Pipinellis
This will treat README.html as index.html on the local dev environment. Thus, visiting /ce will work just fine without having to explicitly visit /ce/README.html.
2019-02-08Add the charts repo in the top levelAchilleas Pipinellis
2019-01-24Pull the stable product branches when on a stable docs branchAchilleas Pipinellis
This ensures that when on a docs stable-version branch, the respective product branches are set up correctly. Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/324
2018-11-28Add external link checker using nanocEvan Read
- Adds exclusions for URLs the link checker doesn't work with. - Adds example and local site patterns to exclusions.
2018-10-18Exclude versioned links when checking for 404sAchilleas Pipinellis
The versions links in the dropdown only work when run in production. In all other cases, the URLs do not exist and therefore Nanoc's internal link checking fails.