Skip to content

Commit 2e6adac

Browse files
committed
show _docs folder at root instead of /docs/
1 parent c2de9c1 commit 2e6adac

File tree

1,583 files changed

+2040
-12438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,583 files changed

+2040
-12438
lines changed

_config.yml

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -75,66 +75,7 @@ available_versions:
7575
- v0.53
7676
- v0.54
7777
collections:
78-
blog-authors: {output: false}
79-
case-studies: {output: true}
80-
cloud: {output: true}
81-
community-posts: {output: true}
82-
dashboards: {output: true}
83-
data-sources: {output: true}
84-
data-stack-report-2023: {output: true}
85-
enterprise: {output: true}
86-
events: {output: true}
87-
examples: {output: true}
88-
features: {output: true}
89-
gallery: {output: true}
90-
get-demo: {output: true}
91-
glossary: {output: true}
92-
help: {output: true}
93-
learn: {output: false}
94-
legal: {output: true}
95-
license: {output: true}
96-
lp: {output: true}
97-
partners: {output: true}
98-
pricing: {output: true}
99-
product: {output: true}
100-
releases: {output: true}
101-
sales: {output: true}
102-
start: {output: true}
103-
startup-guide: {output: true}
104-
talk-to-a-person: {output: true}
105-
troubleshooting: {output: true}
106-
upgrade: {output: true}
10778
docs: {output: true}
108-
defaults:
109-
- {scope: {type: case-studies}, values: {layout: case_study, permalink: '/:collection/:path'}}
110-
- {scope: {type: cloud}, values: {layout: cloud_docs, permalink: '/:collection/:path'}}
111-
- {scope: {type: community-posts}, values: {layout: community_post, permalink: '/:collection/:path'}}
112-
- {scope: {type: dashboards}, values: {layout: dashboards, permalink: '/:collection/:path'}}
113-
- {scope: {type: data-sources}, values: {layout: data_source, permalink: '/:collection/:path'}}
114-
- {scope: {type: data-stack-report-2023}, values: {layout: default, permalink: '/:collection/:path'}}
115-
- {scope: {type: enterprise}, values: {layout: default, permalink: '/:collection/:path'}}
116-
- {scope: {type: events}, values: {layout: event, permalink: '/:collection/:path'}}
117-
- {scope: {type: examples}, values: {layout: example, permalink: '/:collection/:path'}}
118-
- {scope: {type: features}, values: {layout: feature, permalink: '/:collection/:path'}}
119-
- {scope: {type: gallery}, values: {layout: gallery, permalink: '/:collection/:path'}}
120-
- {scope: {type: get-demo}, values: {layout: gallery, permalink: '/:collection/:path'}}
121-
- {scope: {type: glossary}, values: {layout: glossary-entry, permalink: '/:collection/:path'}}
122-
- {scope: {type: help}, values: {layout: default, permalink: '/:collection/:path'}}
123-
- {scope: {type: learn}, values: {layout: learn_article, permalink: '/:collection/:path'}}
124-
- {scope: {type: legal}, values: {layout: legal, permalink: '/:collection/:path'}}
125-
- {scope: {type: license}, values: {layout: centered_content, permalink: '/:collection/:path'}}
126-
- {scope: {type: lp}, values: {layout: landing-page, permalink: '/:collection/:path'}}
127-
- {scope: {type: partners}, values: {layout: partner, permalink: '/:collection/:path'}}
128-
- {scope: {type: pricing}, values: {layout: pricing, permalink: '/:collection/:path'}}
129-
- {scope: {type: product}, values: {layout: default, permalink: '/:collection/:path'}}
130-
- {scope: {type: releases}, values: {layout: release, permalink: '/:collection/:path'}}
131-
- {scope: {type: sales}, values: {layout: default_bare, permalink: '/:collection/:path'}}
132-
- {scope: {type: start}, values: {layout: default, permalink: '/:collection/:path'}}
133-
- {scope: {type: startup-guide}, values: {layout: startup-guide, permalink: '/:collection/:path'}}
134-
- {scope: {type: talk-to-a-person}, values: {layout: default_bare, permalink: '/:collection/:path'}}
135-
- {scope: {type: troubleshooting}, values: {layout: default, permalink: '/:collection/:path'}}
136-
- {scope: {type: upgrade}, values: {layout: default, permalink: '/:collection/:path'}}
137-
- {scope: {type: docs}, values: {layout: new-docs, permalink: '/:collection/:path'}}
13879
exclude:
13980
- svg-icon-list.html
14081
- Gemfile

_docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
permalink: /docs/
3-
redirect_to: /docs/latest/
2+
permalink: /
3+
redirect_to: /latest/
44
---

_docs/latest/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Contributing to Metabase
88
source_url: 'https://github.com/metabase/metabase/blob/master/docs/CONTRIBUTING.md'
99
layout: new-docs
1010
redirect_from:
11-
- /docs/latest/developers-guide/contributing
11+
- /latest/developers-guide/contributing
1212
latest: true
1313
---
1414

_docs/latest/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ category: Table of Contents
77
title: Metabase documentation
88
source_url: 'https://github.com/metabase/metabase/blob/master/docs/README.md'
99
layout: new-docs
10-
permalink: /docs/latest/index.html
10+
permalink: /latest/index.html
1111
redirect_from:
12-
- /docs/latest/enterprise-guide
13-
- /docs/latest/users-guide
14-
- /docs/latest/administration-guide
15-
- /docs/latest/operations-guide
16-
- /docs/latest/faq
12+
- /latest/enterprise-guide
13+
- /latest/users-guide
14+
- /latest/administration-guide
15+
- /latest/operations-guide
16+
- /latest/faq
1717
latest: true
1818
---
1919

_docs/latest/api.html

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -9,64 +9,64 @@
99
layout: docs-api
1010
description: The official API documentation for Metabase.
1111
redirect_from:
12-
- /docs/latest/api-documentation
13-
- /docs/latest/api/action
14-
- /docs/latest/api/activity
15-
- /docs/latest/api/ee/advanced-config-logs
16-
- /docs/latest/api/ee/advanced-permissions-application
17-
- /docs/latest/api/ee/advanced-permissions-impersonation
18-
- /docs/latest/api/alert
19-
- /docs/latest/api/api-key
20-
- /docs/latest/api/ee/audit-app-user
21-
- /docs/latest/api/automagic-dashboards
22-
- /docs/latest/api/bookmark
23-
- /docs/latest/api/cache
24-
- /docs/latest/api/card
25-
- /docs/latest/api/channel
26-
- /docs/latest/api/cloud-migration
27-
- /docs/latest/api/collection
28-
- /docs/latest/api/ee/content-verification-review
29-
- /docs/latest/api/dashboard
30-
- /docs/latest/api/database
31-
- /docs/latest/api/dataset
32-
- /docs/latest/api/email
33-
- /docs/latest/api/embed
34-
- /docs/latest/api/field
35-
- /docs/latest/api/geojson
36-
- /docs/latest/api/google
37-
- /docs/latest/api/ldap
38-
- /docs/latest/api/llm
39-
- /docs/latest/api/login-history
40-
- /docs/latest/api/metabot
41-
- /docs/latest/api/model-index
42-
- /docs/latest/api/native-query-snippet
43-
- /docs/latest/api/notify
44-
- /docs/latest/api/permissions
45-
- /docs/latest/api/persist
46-
- /docs/latest/api/premium-features
47-
- /docs/latest/api/preview-embed
48-
- /docs/latest/api/public
49-
- /docs/latest/api/pulse
50-
- /docs/latest/api/ee/query-reference-validation
51-
- /docs/latest/api/revision
52-
- /docs/latest/api/routes
53-
- /docs/latest/api/ee/sandbox-gtap
54-
- /docs/latest/api/ee/sandbox-table
55-
- /docs/latest/api/ee/sandbox-user
56-
- /docs/latest/api/scim
57-
- /docs/latest/api/search
58-
- /docs/latest/api/segment
59-
- /docs/latest/api/serialization
60-
- /docs/latest/api/ee/sso
61-
- /docs/latest/api/sso-saml
62-
- /docs/latest/api/stale
63-
- /docs/latest/api/table
64-
- /docs/latest/api/task
65-
- /docs/latest/api/tiles
66-
- /docs/latest/api/timeline
67-
- /docs/latest/api/timeline-event
68-
- /docs/latest/api/user
69-
- /docs/latest/api/util
12+
- /latest/api-documentation
13+
- /latest/api/action
14+
- /latest/api/activity
15+
- /latest/api/ee/advanced-config-logs
16+
- /latest/api/ee/advanced-permissions-application
17+
- /latest/api/ee/advanced-permissions-impersonation
18+
- /latest/api/alert
19+
- /latest/api/api-key
20+
- /latest/api/ee/audit-app-user
21+
- /latest/api/automagic-dashboards
22+
- /latest/api/bookmark
23+
- /latest/api/cache
24+
- /latest/api/card
25+
- /latest/api/channel
26+
- /latest/api/cloud-migration
27+
- /latest/api/collection
28+
- /latest/api/ee/content-verification-review
29+
- /latest/api/dashboard
30+
- /latest/api/database
31+
- /latest/api/dataset
32+
- /latest/api/email
33+
- /latest/api/embed
34+
- /latest/api/field
35+
- /latest/api/geojson
36+
- /latest/api/google
37+
- /latest/api/ldap
38+
- /latest/api/llm
39+
- /latest/api/login-history
40+
- /latest/api/metabot
41+
- /latest/api/model-index
42+
- /latest/api/native-query-snippet
43+
- /latest/api/notify
44+
- /latest/api/permissions
45+
- /latest/api/persist
46+
- /latest/api/premium-features
47+
- /latest/api/preview-embed
48+
- /latest/api/public
49+
- /latest/api/pulse
50+
- /latest/api/ee/query-reference-validation
51+
- /latest/api/revision
52+
- /latest/api/routes
53+
- /latest/api/ee/sandbox-gtap
54+
- /latest/api/ee/sandbox-table
55+
- /latest/api/ee/sandbox-user
56+
- /latest/api/scim
57+
- /latest/api/search
58+
- /latest/api/segment
59+
- /latest/api/serialization
60+
- /latest/api/ee/sso
61+
- /latest/api/sso-saml
62+
- /latest/api/stale
63+
- /latest/api/table
64+
- /latest/api/task
65+
- /latest/api/tiles
66+
- /latest/api/timeline
67+
- /latest/api/timeline-event
68+
- /latest/api/user
69+
- /latest/api/util
7070
latest: true
7171
---
7272

_docs/latest/configuring-metabase/appearance.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ source_url: >-
99
https://github.com/metabase/metabase/blob/master/docs/configuring-metabase/appearance.md
1010
layout: new-docs
1111
redirect_from:
12-
- /docs/latest/administration-guide/whitelabeling
13-
- /docs/latest/enterprise-guide/whitelabeling
14-
- /docs/latest/enterprise-guide/customize-embeds
15-
- /docs/latest/embedding/whitelabeling
16-
- /docs/latest/embedding/fonts
17-
- /docs/latest/embedding/customize-embeds
12+
- /latest/administration-guide/whitelabeling
13+
- /latest/enterprise-guide/whitelabeling
14+
- /latest/enterprise-guide/customize-embeds
15+
- /latest/embedding/whitelabeling
16+
- /latest/embedding/fonts
17+
- /latest/embedding/customize-embeds
1818
latest: true
1919
---
2020

_docs/latest/configuring-metabase/caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ source_url: >-
99
https://github.com/metabase/metabase/blob/master/docs/configuring-metabase/caching.md
1010
layout: new-docs
1111
redirect_from:
12-
- /docs/latest/administration-guide/14-caching
13-
- /docs/latest/enterprise-guide/cache
12+
- /latest/administration-guide/14-caching
13+
- /latest/enterprise-guide/cache
1414
latest: true
1515
---
1616

_docs/latest/configuring-metabase/custom-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source_url: >-
99
https://github.com/metabase/metabase/blob/master/docs/configuring-metabase/custom-maps.md
1010
layout: new-docs
1111
redirect_from:
12-
- /docs/latest/administration-guide/20-custom-maps
12+
- /latest/administration-guide/20-custom-maps
1313
latest: true
1414
---
1515

_docs/latest/configuring-metabase/customizing-jetty-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source_url: >-
99
https://github.com/metabase/metabase/blob/master/docs/configuring-metabase/customizing-jetty-webserver.md
1010
layout: new-docs
1111
redirect_from:
12-
- /docs/latest/operations-guide/customizing-jetty-webserver
12+
- /latest/operations-guide/customizing-jetty-webserver
1313
latest: true
1414
---
1515

_docs/latest/configuring-metabase/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source_url: >-
99
https://github.com/metabase/metabase/blob/master/docs/configuring-metabase/email.md
1010
layout: new-docs
1111
redirect_from:
12-
- /docs/latest/administration-guide/02-setting-up-email
12+
- /latest/administration-guide/02-setting-up-email
1313
latest: true
1414
---
1515

0 commit comments

Comments
 (0)