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
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
2017-09-12Add admonition styles for notes, tips, warnings, etc.Achilleas Pipinellis
There are currently 4 styles: INFO, TIP, CAUTION, DANGER In a doc they are used like: NOTE: This is a note
2017-09-10Let us define a "title: This is a title" in a documentAchilleas Pipinellis
Without this change, the regex was being confused if there were other strings starting with '#' (like code comments)
2017-08-28Merge branch 'enable-disable-toc' into 'master'Achilleas Pipinellis
Enable/disable ToC at will See merge request !107
2017-08-22Render different layoutsAchilleas Pipinellis
This adds the possibility to have multiple layouts when rendering HTML How to: 1. Add a layout in layouts/ 1. In the markdown's yaml file refer to it: layout: article
2017-08-04Enable/disable ToC at willAchilleas Pipinellis
2016-11-24Improve the anchor icon.Connor Shea
2016-11-23Remove filter.Connor Shea
2016-11-17Cleaner filename check.Connor Shea
2016-11-17Exclude Runner's index.md from having a ToCAchilleas Pipinellis
2016-11-17More specific ToC inclusion rule.Connor Shea
2016-11-17Add a Table of Contents. Fix #39.Connor Shea
2016-11-10Remove rescue statement. It's unnecessary now.Connor Shea
2016-11-10Enable autolinking in Redcarpet. Fixes #37.Connor Shea
2016-11-10Whoops.Connor Shea
2016-11-10Encoding bug fixed!Connor Shea
2016-11-10Show file name in encoding errorAchilleas Pipinellis
2016-11-09Add some debugging code and 404 page. Fixes #25.Connor Shea
2016-11-09Remove Let's Encrypt files.Connor Shea
2016-11-08Redirects now actually work like redirects.Connor Shea
2016-11-08Version the SCSS files. Fixes #28.Connor Shea
2016-11-07Add ids to headers so anchor links work.Connor Shea
2016-10-31Split the head element into a separate partial.Connor Shea
2016-10-31Comments and clarifications, update README.Connor Shea
2016-10-28Use Redcarpet instead of Kramdown, get Rouge syntax highlighting working for it.Connor Shea
2016-10-27Handle a situation where no header exists.Connor Shea
2016-10-27Get the titles from the Markdown when preprocessing.Connor Shea
2016-10-27Add comment [ci-skip]Connor Shea
2016-10-27Make the acme-challenge file work.Connor Shea
2016-10-22Add Edit on GitLab.com links to every page. Doesn't actually work for ↵Connor Shea
Omnibus right now.
2016-10-17Add Sitemap for search engine indexing.Connor Shea
2016-10-17Use the new home page from docs.gitlab.com, but with responsive design.Connor Shea
2016-10-07Add a filter to replace .md URLs with .html, this fixes a ton of URLs.Connor Shea
2016-10-07Improve styles, make more links work properly.Connor Shea
2016-10-07Add favicon.Connor Shea
2016-10-07Improve styles for highlighting.Connor Shea
2016-10-07Add Rouge syntax highlighting to Kramdown, make Kramdown parse our markdown ↵Connor Shea
as GFM.
2016-10-07Improve styling, move around some assets, make a proof of concept home page.Connor Shea
2016-10-06Init repo.Connor Shea