Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 284b3a6

Browse files
add icons, organize nav, refresh old images (#126)
1 parent 9d273ca commit 284b3a6

File tree

58 files changed

+180
-905
lines changed

Some content is hidden

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

58 files changed

+180
-905
lines changed

‎docs.json‎

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@
1919
"introduction",
2020
{
2121
"group": "Setting up a new project",
22+
"icon": "sparkles",
2223
"pages": [
2324
"get-started/setup-lightdash/intro",
2425
"get-started/setup-lightdash/get-project-lightdash-ready",
2526
"get-started/setup-lightdash/connect-project",
26-
"get-started/setup-lightdash/intro-metrics-dimensions",
27-
"get-started/setup-lightdash/using-explores",
28-
"get-started/setup-lightdash/how-to-create-metrics",
29-
"get-started/setup-lightdash/invite-new-users",
30-
"get-started/setup-lightdash/sharing-insights"
27+
"get-started/setup-lightdash/invite-new-users"
3128
]
3229
}
3330
]
@@ -36,7 +33,8 @@
3633
"group": "Explore and analyze",
3734
"pages": [
3835
{
39-
"group": "Quickstart",
36+
"group": "Lightdash BI quickstart",
37+
"icon": "magnifying-glass-chart",
4038
"pages": [
4139
"get-started/exploring-data/intro",
4240
"get-started/exploring-data/exploring-your-content",
@@ -48,7 +46,8 @@
4846
]
4947
},
5048
{
51-
"group": "Features",
49+
"group": "BI feature guides",
50+
"icon": "person-chalkboard",
5251
"pages": [
5352
"guides/ai-agents",
5453
"guides/lightdash-mcp",
@@ -66,7 +65,7 @@
6665
"guides/how-to-promote-content",
6766
"references/table-calculations",
6867
{
69-
"group": "Table calculation SQL templates",
68+
"group": "Table calc SQL templates",
7069
"pages": [
7170
"guides/table-calculations/sql-templates",
7271
"guides/table-calculations/table-calculation-sql-templates/percent-change-from-previous",
@@ -85,36 +84,25 @@
8584
{
8685
"group": "Build your semantic layer",
8786
"pages": [
87+
"guides/lightdash-semantic-layer",
8888
{
8989
"group": "Developer quickstart",
90+
"icon": "laptop-code",
9091
"pages": [
9192
"get-started/develop-in-lightdash/intro",
92-
"get-started/develop-in-lightdash/exploring-your-content",
93-
"get-started/develop-in-lightdash/intro-metrics-dimensions",
94-
"get-started/develop-in-lightdash/using-explores",
95-
"get-started/develop-in-lightdash/how-to-create-dimensions",
96-
"get-started/develop-in-lightdash/how-to-create-metrics",
97-
"get-started/develop-in-lightdash/sharing-insights"
98-
]
99-
},
100-
{
101-
"group": "CLI quickstart",
102-
"pages": [
103-
"guides/cli/intro",
10493
"guides/cli/how-to-install-the-lightdash-cli",
10594
"guides/cli/cli-authentication",
106-
"guides/cli/how-to-upgrade-cli",
95+
"get-started/develop-in-lightdash/how-to-create-dimensions",
96+
"get-started/develop-in-lightdash/how-to-create-metrics",
10797
"guides/cli/how-to-auto-generate-schema-files",
10898
"guides/cli/how-to-use-lightdash-preview",
109-
"guides/cli/how-to-use-lightdash-deploy",
110-
"guides/cli/how-to-compile-your-lightdash-project",
111-
"guides/cli/how-to-use-lightdash-validate"
99+
"guides/cli/how-to-use-lightdash-deploy"
112100
]
113101
},
114102
{
115-
"group": "Guides",
103+
"group": "Developer guides",
104+
"icon":"list-check",
116105
"pages": [
117-
"guides/lightdash-semantic-layer",
118106
"guides/adding-tables-to-lightdash",
119107
"guides/how-to-create-metrics",
120108
"guides/how-to-create-dimensions",
@@ -129,11 +117,14 @@
129117
"guides/using-parameters",
130118
"guides/filtering-dashboard-in-url",
131119
"guides/vs-code-yaml-validation",
132-
"guides/renaming-models-and-fields"
120+
"guides/renaming-models-and-fields",
121+
"guides/cli/how-to-compile-your-lightdash-project",
122+
"guides/cli/how-to-use-lightdash-validate"
133123
]
134124
},
135125
{
136-
"group": "Reference",
126+
"group": "Semantic layer reference",
127+
"icon": "book",
137128
"pages": [
138129
"references/metrics",
139130
"references/dimensions",

‎get-started/develop-in-lightdash/exploring-your-content.mdx‎

Lines changed: 0 additions & 131 deletions
This file was deleted.

‎get-started/develop-in-lightdash/how-to-create-dimensions.mdx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to create dimensions"
3-
sidebarTitle: "Creating dimensions"
3+
sidebarTitle: "Create dimensions"
4+
icon: "shapes"
45
---
56

67
![](/images/get-started/develop-in-lightdash/add-new-dimension-overview-7fa2a445ca09abdc6f253720f0e430bf.png)

‎get-started/develop-in-lightdash/how-to-create-metrics.mdx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to create metrics"
3-
sidebarTitle: "Creating metrics"
3+
sidebarTitle: "Create metrics"
4+
icon: "calculator"
45
---
56

67
## What are metrics?

‎get-started/develop-in-lightdash/intro-metrics-dimensions.mdx‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎get-started/develop-in-lightdash/intro.mdx‎

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
title: "Developing in Lightdash"
3-
description: This tutorial is for people who are new to Lightdash and would like to develop their existing Lightdash project. We'll go over how to use Tables and the Explore view, how to develop Tables in your project, adding your first metrics, and some more advanced configurations for your Lightdash project's content.
3+
description: This guide is for people who are new to Lightdash and need to learn the developer workflow. We'll go over how to install and use the CLI, plus how to create metrics and dimensions.
44
sidebarTitle: Overview
55
mode: wide
6+
icon: route
67
---
78

89
<CardGroup cols={2} >
9-
<Card title="Exploring your content" icon="compass" href="/get-started/develop-in-lightdash/exploring-your-content" iconType="solid" horizontal/>
10-
<Card title="Intro to metrics and dimensions" icon="chart-simple" href="/get-started/develop-in-lightdash/intro-metrics-dimensions" iconType="solid" horizontal/>
11-
<Card title="Querying from tables" icon="table" href="/get-started/develop-in-lightdash/using-explores" iconType="solid" horizontal/>
12-
<Card title="Creating dimensions" icon="rocket" href="/get-started/develop-in-lightdash/how-to-create-dimensions" iconType="solid" horizontal/>
13-
<Card title="Creating metrics" icon="chart-line" href="/get-started/develop-in-lightdash/how-to-create-metrics"iconType="solid" horizontal />
14-
<Card title="Sharing with your team" icon="share-nodes" href="/get-started/develop-in-lightdash/sharing-insights" iconType="solid" horizontal/>
10+
<Card title="Install the Lightdash CLI" href="/guides/cli/how-to-install-the-lightdash-cli" icon="download" horizontal/>
11+
<Card title="Authenticate your CLI (login)" href="/guides/cli/cli-authentication" icon="key" horizontal/>
12+
<Card title="How to create dimensions" icon="shapes" href="/get-started/develop-in-lightdash/how-to-create-dimensions" horizontal/>
13+
<Card title="How to create metrics" icon="calculator" href="/get-started/develop-in-lightdash/how-to-create-metrics" horizontal />
14+
<Card title="Autogenerate Lightdash-ready YAML" href="/guides/cli/how-to-auto-generate-schema-files" icon="wand-magic-sparkles" horizontal/>
15+
<Card title="Preview local changes in Lightdash" href="/guides/cli/how-to-use-lightdash-preview" icon="vial" horizontal/>
16+
<Card title="Deploy changes to production" href="/guides/cli/how-to-use-lightdash-deploy" icon="ship" horizontal/>
1517
</CardGroup>
1618

1719
<Tip>

‎get-started/develop-in-lightdash/sharing-insights.mdx‎

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /