stonedb
stonedb copied to clipboard
docs(stonedb): fix the errors on a batch of documents (#398)
Summary about this PR
Issue Number: close #398
Tests Check List
- [ ] Unit test
- [ ] Integration test
- [ ] Manual test (add detailed scripts or steps below)
- [X] No code
Changelog
- [ ] New Feature
- [ ] Bug Fix
- [ ] Improvement
- [ ] Performance Improvement
- [ ] Build/Testing/CI/CD
- [X] Documentation
- [ ] Not for changelog (changelog entry is not required)
Documentation
- [X] Affects user behaviors
- [ ] Contains syntax changes
- [ ] Contains variable changes
- [ ] Contains experimental features
This pull request's title should follow requirements next. @Nliver please check it :point_down:.
Valid format:
fix(vc): fix sth..... (#3306)
^ ^---------^ ^----^
| | |
| + +-> you issue id.
| |
| +-> Summary in present tense.
|
+-------> Type: feat, fix, docs, workflow, style, refactor, test, website, chore
Valid types:
-
feat: new feature for stonedb -
fix: bug fix for stonedb -
docs: changes to the documentation -
workflow: ci/cd in .github -
refactor: refactoring production code, eg. renaming a variable -
style: formatting, missing semi colons, etc; no production code change -
test: adding missing tests, refactoring tests; no production code change -
website -
chore: updating grunt tasks etc; no production code change
Thanks for the contribution! I have applied any labels matching special text in your PR Changelog.
Please review the labels and make any necessary changes.