Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 75adcba

Browse files
committed
first commit
0 parents  commit 75adcba

File tree

526 files changed

+43601
-0
lines changed

Some content is hidden

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

526 files changed

+43601
-0
lines changed

.github/workflows/update-swagger.yml

Whitespace-only changes.

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# dependencies
2+
node_modules
3+
/.pnp
4+
.pnp.js
5+
6+
# misc
7+
.DS_Store
8+
.idea
9+
10+
# docs
11+
/build
12+
/.docusaurus

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.8.0

README.md

Lines changed: 33 additions & 0 deletions

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};

docs/assets/demo_lightdash.png

623 KB

docs/best-practice/lightdash-way.md

Lines changed: 87 additions & 0 deletions
Lines changed: 51 additions & 0 deletions

docs/contact/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Contact",
3+
"position": 2
4+
}
40.6 KB

docs/contact/contact_info.md

Lines changed: 52 additions & 0 deletions

docs/get-started/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Get started",
3+
"position": 2
4+
}
192 KB
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 16 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Explore your data",
3+
"position": 2
4+
}

0 commit comments

Comments
 (0)