Skip to content

Commit fc514e1

Browse files
authored
docs: add document for customized map collection serializers (#2351)
## What does this PR do? This PR add documents for customized map collection serializers ## Related issues <!-- Is there any related issue? Please attach here. - #xxxx0 - #xxxx1 - #xxxx2 --> ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/apache/fory/issues/new/choose) describing the need to do so and update the document if necessary. --> - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark <!-- When the PR has an impact on performance (if you don't know whether the PR will have an impact on performance, you can submit the PR first, and if it will have impact on performance, the code reviewer will explain it), be sure to attach a benchmark data here. -->
1 parent 5ebe5d2 commit fc514e1

File tree

2 files changed

+819
-13
lines changed

2 files changed

+819
-13
lines changed

docs/guide/DEVELOPMENT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,18 @@ npm run test
120120

121121
- node 14+
122122
- npm 8+
123+
124+
### Lint Markdown Docs
125+
126+
```bash
127+
# Install prettier globally
128+
npm install -g prettier
129+
130+
# Fix markdown files
131+
prettier --write "**/*.md"
132+
```
133+
134+
#### Environment Requirements
135+
136+
- node 14+
137+
- npm 8+

0 commit comments

Comments
 (0)