Skip to content

Commit 830f4e0

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to master->master (#816)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent a9a8c26 commit 830f4e0

File tree

291 files changed

+944
-910
lines changed

Some content is hidden

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

291 files changed

+944
-910
lines changed

_docs/master/api.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@
38533853
"required" : [ "type", "subject", "body" ]
38543854
} ]
38553855
},
3856-
"metabase.collections.api.DashboardQuestionCandidate" : {
3856+
"metabase.collections-rest.api.DashboardQuestionCandidate" : {
38573857
"type" : "object",
38583858
"properties" : {
38593859
"description" : {
@@ -3885,13 +3885,13 @@
38853885
},
38863886
"required" : [ "id", "name", "sole_dashboard_info" ]
38873887
},
3888-
"metabase.collections.api.DashboardQuestionCandidatesResponse" : {
3888+
"metabase.collections-rest.api.DashboardQuestionCandidatesResponse" : {
38893889
"type" : "object",
38903890
"properties" : {
38913891
"data" : {
38923892
"type" : "array",
38933893
"items" : {
3894-
"$ref" : "#/components/schemas/metabase.collections.api.DashboardQuestionCandidate"
3894+
"$ref" : "#/components/schemas/metabase.collections-rest.api.DashboardQuestionCandidate"
38953895
}
38963896
},
38973897
"total" : {
@@ -3900,7 +3900,7 @@
39003900
},
39013901
"required" : [ "data", "total" ]
39023902
},
3903-
"metabase.collections.api.MoveDashboardQuestionCandidatesResponse" : {
3903+
"metabase.collections-rest.api.MoveDashboardQuestionCandidatesResponse" : {
39043904
"type" : "object",
39053905
"properties" : {
39063906
"moved" : {
@@ -9211,7 +9211,7 @@
92119211
"type" : "string",
92129212
"enum" : [ "events" ]
92139213
},
9214-
"metabase.users.api.user-group-membership" : {
9214+
"metabase.users-rest.api.user-group-membership" : {
92159215
"description" : "Group Membership info of a User.\n In which :is_group_manager is only included if `advanced-permissions` is enabled.",
92169216
"type" : "object",
92179217
"properties" : {
@@ -9267,12 +9267,12 @@
92679267
},
92689268
"required" : [ "schedule_type" ]
92699269
},
9270-
"metabase.warehouse-schema.api.table.data-authority-write" : {
9270+
"metabase.warehouse-schema-rest.api.table.data-authority-write" : {
92719271
"description" : "Schema for writing a valid table data authority.",
92729272
"type" : "string",
92739273
"enum" : [ "computed", "authoritative", "unconfigured", "ingested" ]
92749274
},
9275-
"metabase.warehouses.api.available-settings" : {
9275+
"metabase.warehouses-rest.api.available-settings" : {
92769276
"type" : "object",
92779277
"additionalProperties" : {
92789278
"type" : "object",
@@ -12530,7 +12530,7 @@
1253012530
"content" : {
1253112531
"application/json" : {
1253212532
"schema" : {
12533-
"$ref" : "#/components/schemas/metabase.collections.api.DashboardQuestionCandidatesResponse"
12533+
"$ref" : "#/components/schemas/metabase.collections-rest.api.DashboardQuestionCandidatesResponse"
1253412534
}
1253512535
}
1253612536
}
@@ -12656,7 +12656,7 @@
1265612656
"content" : {
1265712657
"application/json" : {
1265812658
"schema" : {
12659-
"$ref" : "#/components/schemas/metabase.collections.api.MoveDashboardQuestionCandidatesResponse"
12659+
"$ref" : "#/components/schemas/metabase.collections-rest.api.MoveDashboardQuestionCandidatesResponse"
1266012660
}
1266112661
}
1266212662
}
@@ -12914,7 +12914,7 @@
1291412914
"content" : {
1291512915
"application/json" : {
1291612916
"schema" : {
12917-
"$ref" : "#/components/schemas/metabase.collections.api.DashboardQuestionCandidatesResponse"
12917+
"$ref" : "#/components/schemas/metabase.collections-rest.api.DashboardQuestionCandidatesResponse"
1291812918
}
1291912919
}
1292012920
}
@@ -13049,7 +13049,7 @@
1304913049
"content" : {
1305013050
"application/json" : {
1305113051
"schema" : {
13052-
"$ref" : "#/components/schemas/metabase.collections.api.MoveDashboardQuestionCandidatesResponse"
13052+
"$ref" : "#/components/schemas/metabase.collections-rest.api.MoveDashboardQuestionCandidatesResponse"
1305313053
}
1305413054
}
1305513055
}
@@ -15119,7 +15119,7 @@
1511915119
"type" : "object",
1512015120
"properties" : {
1512115121
"settings" : {
15122-
"$ref" : "#/components/schemas/metabase.warehouses.api.available-settings"
15122+
"$ref" : "#/components/schemas/metabase.warehouses-rest.api.available-settings"
1512315123
}
1512415124
},
1512515125
"required" : [ "settings" ]
@@ -28814,7 +28814,7 @@
2881428814
"enum" : [ "technical", "hidden", "cruft" ]
2881528815
},
2881628816
"data_authority" : {
28817-
"$ref" : "#/components/schemas/metabase.warehouse-schema.api.table.data-authority-write"
28817+
"$ref" : "#/components/schemas/metabase.warehouse-schema-rest.api.table.data-authority-write"
2881828818
},
2881928819
"show_in_getting_started" : {
2882028820
"type" : "boolean"
@@ -28977,7 +28977,7 @@
2897728977
"enum" : [ "technical", "hidden", "cruft" ]
2897828978
},
2897928979
"data_authority" : {
28980-
"$ref" : "#/components/schemas/metabase.warehouse-schema.api.table.data-authority-write"
28980+
"$ref" : "#/components/schemas/metabase.warehouse-schema-rest.api.table.data-authority-write"
2898128981
},
2898228982
"show_in_getting_started" : {
2898328983
"type" : "boolean"
@@ -30473,7 +30473,7 @@
3047330473
"user_group_memberships" : {
3047430474
"type" : "array",
3047530475
"items" : {
30476-
"$ref" : "#/components/schemas/metabase.users.api.user-group-membership"
30476+
"$ref" : "#/components/schemas/metabase.users-rest.api.user-group-membership"
3047730477
}
3047830478
}
3047930479
},
@@ -30611,7 +30611,7 @@
3061130611
"user_group_memberships" : {
3061230612
"type" : "array",
3061330613
"items" : {
30614-
"$ref" : "#/components/schemas/metabase.users.api.user-group-membership"
30614+
"$ref" : "#/components/schemas/metabase.users-rest.api.user-group-membership"
3061530615
}
3061630616
}
3061730617
}
@@ -30772,4 +30772,4 @@
3077230772
"url" : "http://localhost:3000",
3077330773
"description" : "Localhost"
3077430774
} ]
30775-
}
30775+
}
140 KB
Loading

_docs/master/documents/introduction.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ Questions that are created directly in the document (either through [Metabot](..
7171

7272
To edit a chart, click the **three-dot** menu in the chart's upper right. You can:
7373

74-
- Edit visualization
75-
- Edit query
76-
- Replace the chart with another question or model
77-
- [Download results](../questions/exporting-results#exporting-results-from-document-cards)
74+
- **Add supporting text** to provide context next to the chart
75+
- **Edit visualization** to change how the chart displays data
76+
- **Edit query** to modify the underlying question
77+
- **Replace** the chart with another question or model
78+
- [**Download results**](../questions/exporting-results#exporting-results-from-document-cards)
7879

7980
Edits only affect the chart in the document. If you added the chart from a collection, Metabase will have created a copy of the chart. Any changes made to the chart in the document won't affect the original question.
8081

@@ -84,16 +85,31 @@ Edits only affect the chart in the document. If you added the chart from a colle
8485

8586
To rearrange charts, simply click and hold on the chart and drag it to where you want it in the document.
8687

87-
You can put up to three charts side by side (more than three charts side-by-side gets crowded). To resize charts, you can click on the edges to adjust their size.
88-
89-
When there are multiple charts in the same row, you can resize them horizontally by clicking between the charts and sliding left or right to resize.
88+
You can put up to three items side by side in a group. This includes both charts and supporting text blocks. When you have multiple items in the same row, you can resize them horizontally by clicking between the items and sliding left or right to resize.
9089

9190
To resize a chart's height, click the bottom of the chart and resize the chart up or down.
9291

93-
For now, you can only put charts side-by-side (not text elements).
94-
9592
After arranging your charts, save your changes!
9693

94+
## Adding supporting text to charts
95+
96+
![Supporting text next to a chart](./images/supporting-text.png)
97+
98+
You can add a supporting text block next to charts to provide context.
99+
100+
To add supporting text to a chart:
101+
102+
1. Hover over the chart.
103+
2. Click the **three-dot** menu in the chart's upper right.
104+
3. Select **Add supporting text**.
105+
4. Type your text in the supporting text block.
106+
107+
You can only have one supporting text block per group of charts. A group can contain up to three items total (charts and supporting text block combined).
108+
109+
You can drag and drop a supporting text block to reorder them within a group of charts. You can only move supporting text within its current group; you can't drag it out to create a standalone text block.
110+
111+
Supporting text blocks support the same Markdown formatting as the rest of the document, including headings, lists, blockquotes, and code blocks. But you can't add charts in supporting text.
112+
97113
## Formatting text
98114

99115
Documents support Markdown syntax for:

_site/docs/master/CONTRIBUTING.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5701,7 +5701,7 @@ <h6>Features</h6>
57015701
<a href="/features/analytics-dashboards">Analytics dashboards</a>
57025702
<a href="/features/sql-editor">SQL editor</a>
57035703
<a href="/features/data-segregation">Data segregation</a>
5704-
<a href="/features/models">Models</a>
5704+
<a href="/features/semantic-layer">Semantic layer</a>
57055705
<a href="/features/permissions">Permissions</a>
57065706
<a href="/product/csv-uploads">CSV upload</a>
57075707
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/actions/basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5676,7 +5676,7 @@ <h6>Features</h6>
56765676
<a href="/features/analytics-dashboards">Analytics dashboards</a>
56775677
<a href="/features/sql-editor">SQL editor</a>
56785678
<a href="/features/data-segregation">Data segregation</a>
5679-
<a href="/features/models">Models</a>
5679+
<a href="/features/semantic-layer">Semantic layer</a>
56805680
<a href="/features/permissions">Permissions</a>
56815681
<a href="/product/csv-uploads">CSV upload</a>
56825682
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/actions/custom.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5761,7 +5761,7 @@ <h6>Features</h6>
57615761
<a href="/features/analytics-dashboards">Analytics dashboards</a>
57625762
<a href="/features/sql-editor">SQL editor</a>
57635763
<a href="/features/data-segregation">Data segregation</a>
5764-
<a href="/features/models">Models</a>
5764+
<a href="/features/semantic-layer">Semantic layer</a>
57655765
<a href="/features/permissions">Permissions</a>
57665766
<a href="/product/csv-uploads">CSV upload</a>
57675767
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/actions/introduction.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5684,7 +5684,7 @@ <h6>Features</h6>
56845684
<a href="/features/analytics-dashboards">Analytics dashboards</a>
56855685
<a href="/features/sql-editor">SQL editor</a>
56865686
<a href="/features/data-segregation">Data segregation</a>
5687-
<a href="/features/models">Models</a>
5687+
<a href="/features/semantic-layer">Semantic layer</a>
56885688
<a href="/features/permissions">Permissions</a>
56895689
<a href="/product/csv-uploads">CSV upload</a>
56905690
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/actions/start.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5620,7 +5620,7 @@ <h6>Features</h6>
56205620
<a href="/features/analytics-dashboards">Analytics dashboards</a>
56215621
<a href="/features/sql-editor">SQL editor</a>
56225622
<a href="/features/data-segregation">Data segregation</a>
5623-
<a href="/features/models">Models</a>
5623+
<a href="/features/semantic-layer">Semantic layer</a>
56245624
<a href="/features/permissions">Permissions</a>
56255625
<a href="/product/csv-uploads">CSV upload</a>
56265626
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/ai/metabot.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5731,7 +5731,7 @@ <h6>Features</h6>
57315731
<a href="/features/analytics-dashboards">Analytics dashboards</a>
57325732
<a href="/features/sql-editor">SQL editor</a>
57335733
<a href="/features/data-segregation">Data segregation</a>
5734-
<a href="/features/models">Models</a>
5734+
<a href="/features/semantic-layer">Semantic layer</a>
57355735
<a href="/features/permissions">Permissions</a>
57365736
<a href="/product/csv-uploads">CSV upload</a>
57375737
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

_site/docs/master/ai/settings.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h6>Embedded Analytics</h6>
364364

365365
<div>
366366
<span class="menu-link-heading">
367-
Models
367+
Semantic layer
368368
</span>
369369

370370

@@ -1126,7 +1126,7 @@ <h6>Embedded Analytics</h6>
11261126

11271127
<div>
11281128
<span class="menu-link-heading">
1129-
Models
1129+
Semantic layer
11301130
</span>
11311131

11321132

@@ -5719,7 +5719,7 @@ <h6>Features</h6>
57195719
<a href="/features/analytics-dashboards">Analytics dashboards</a>
57205720
<a href="/features/sql-editor">SQL editor</a>
57215721
<a href="/features/data-segregation">Data segregation</a>
5722-
<a href="/features/models">Models</a>
5722+
<a href="/features/semantic-layer">Semantic layer</a>
57235723
<a href="/features/permissions">Permissions</a>
57245724
<a href="/product/csv-uploads">CSV upload</a>
57255725
<a href="/product/embedded-analytics-sdk">Embedded analytics SDK</a>

0 commit comments

Comments
 (0)