Skip to content

Commit

Permalink
Add a Getting Started article (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyBurmistrov authored Feb 28, 2022
1 parent f1e1d8d commit 01b7d09
Show file tree
Hide file tree
Showing 31 changed files with 1,063 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ module.exports = {
'decrypter',
'eslint',
'esm',
'evenodd',
'eventstore',
'execpath',
'expr',
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"spellright.language": ["en"],
"spellright.documentTypes": ["markdown", "latex", "plaintext"]
"spellright.documentTypes": ["markdown", "latex", "plaintext", "mdx"],
"spellright.parserByClass": {
"mdx": {
"parser": "markdown"
}
}
}
Binary file added docs/assets/getting-started-new-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/getting-started-chart/_index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Chart from './components/Chart.js'

<Chart />
13 changes: 13 additions & 0 deletions docs/getting-started-chart/components/Adapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions docs/getting-started-chart/components/Aggregates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/getting-started-chart/components/ApiHandlers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions docs/getting-started-chart/components/Arrows.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01b7d09

Please sign in to comment.