Skip to content

Commit 57be537

Browse files
committed
Redesigned docs
Migrated to docosaurus
1 parent bd2dc4f commit 57be537

File tree

101 files changed

+19406
-87906
lines changed

Some content is hidden

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

101 files changed

+19406
-87906
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,4 @@ $RECYCLE.BIN/
321321

322322
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
323323

324+
docs-old

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"hooks": {
99
"before:init": ["npm test"],
1010
"after:bump": "npm run build",
11-
"after:release": "npm run copy-tc-to-docs && cd docs && npm install soql-parser-js@${version} && git add package*.json && git add src/resources/sample-queries-json.json && git commit -m \"Updated docs version\" && git push && npm run deploy"
11+
"after:release": "npm run copy-tc-to-docs && cd docs && npm install soql-parser-js@${version} && git add package*.json && git add static/sample-queries-json.json && git commit -m \"Updated docs version\" && git push && npm run deploy"
1212
}
1313
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.6.1
4+
5+
July 17, 2022
6+
7+
- Ensure boolean return from some utility functions.
8+
- Re-designed the documentation website.
9+
310
## 4.6
411

512
July 7, 2022

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019 Austin Turner
1+
Copyright 2022 Austin Turner
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
44
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,

0 commit comments

Comments
 (0)