Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
used new import from main index
added syntax highlighting for docs
added compose query to docs

resolves #33
  • Loading branch information
paustint committed Oct 20, 2018
1 parent c9b7bef commit b6fc226
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 28 deletions.
206 changes: 203 additions & 3 deletions docs/package-lock.json

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

4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"homepage": "http://paustint.github.io/soql-parser-js",
"dependencies": {
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-syntax-highlighter": "0.0.7",
"gh-pages": "^2.0.1",
"office-ui-fabric-react": "^6.84.0",
"react": "^16.5.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.5.2",
"react-scripts-ts": "3.1.0",
"soql-parser-js": "^0.3.2"
"react-syntax-highlighter": "^9.0.0",
"soql-parser-js": "^0.3.3-beta.0"
},
"scripts": {
"start": "react-scripts-ts start",
Expand Down
4 changes: 4 additions & 0 deletions docs/src/components/parse-soql.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.parse-row {
margin-top: 10px;
}

.ms-Grid-row {
margin-top: 10px;
}
Loading

0 comments on commit b6fc226

Please sign in to comment.