Skip to content

Commit b6fc226

Browse files
committed
updated docs
used new import from main index added syntax highlighting for docs added compose query to docs resolves #33
1 parent c9b7bef commit b6fc226

File tree

4 files changed

+261
-28
lines changed

4 files changed

+261
-28
lines changed

docs/package-lock.json

Lines changed: 203 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"homepage": "http://paustint.github.io/soql-parser-js",
66
"dependencies": {
77
"@types/react-copy-to-clipboard": "^4.2.6",
8+
"@types/react-syntax-highlighter": "0.0.7",
89
"gh-pages": "^2.0.1",
910
"office-ui-fabric-react": "^6.84.0",
1011
"react": "^16.5.2",
1112
"react-copy-to-clipboard": "^5.0.1",
1213
"react-dom": "^16.5.2",
1314
"react-scripts-ts": "3.1.0",
14-
"soql-parser-js": "^0.3.2"
15+
"react-syntax-highlighter": "^9.0.0",
16+
"soql-parser-js": "^0.3.3-beta.0"
1517
},
1618
"scripts": {
1719
"start": "react-scripts-ts start",

docs/src/components/parse-soql.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.parse-row {
22
margin-top: 10px;
3+
}
4+
5+
.ms-Grid-row {
6+
margin-top: 10px;
37
}

0 commit comments

Comments
 (0)