Welcome to mirror list, hosted at ThFree Co, Russian Federation.

route-map.yml « .gitlab - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4f9b3f4aecb276edae8c282566209c9751d7959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
########################################
##                                    ##
## Files under content/ and layouts/  ##
##                                    ##
########################################

## Versions pointing to archives/
- source: '/(content\/_data\/versions\.yaml|layouts\/archives\.html)/'
  public: 'archives/'

## Everything under content/*/index.md
- source: '/content/(.+)\/index\.md/'
  public: '\1'

## Home page
- source: '/(content\/index\.erb|layouts\/home\.html)/'
  public: 'index.html'

## 404
- source: '/(content|layouts)\/404\.html/'
  public: '404.html'

##########################
##                      ##
## Files under content/ ##
##                      ##
##########################

## Everything ending in erb hosted under content/
- source: '/content\/(.+)\.erb/'
  public: '\1'

## HTML files
- source: '/content\/(.+?\/html)/'
  public: '\1'

## Other files
- source: '/content\/(.*)/'
  public: '\1'

##########################
##                      ##
## Files under layouts/ ##
##                      ##
##########################

## Search
- source: '/layouts\/instantsearch*/'
  public: 'search/'

- source: 'layouts/landing-header.html'
  public: 'index.html'