Skip to content

Commit c762537

Browse files
authored
Rename v5 docs filenames (#659)
* Rename 1. Getting Started.md to 1.Getting Started.md * Rename 2. Features.md to 2.Features.md * Rename 3. Options.md to 3.Options.md * Rename 4. OutputBuilders.md to 4.OutputBuilders.md * Rename 5. ValueParsers.md to 5.ValueParsers.md
1 parent 96f7501 commit c762537

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

Diff for: docs/v5/2. Features.md renamed to docs/v5/2.Features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- **Output Builder**: Many projects want a different parsing result. Some wants to group the attributes, some wants to skip an attribute or tag, some wants index number with each property, and some wants to group some properties in array. So FXP v5 come up with 3 output builders. User can customize their behavior and use their own custom builder too.
33
- You can control the sequence of value parsing for a tag or attribute
44
- You can pass a string or bytes array as input.
5-
- many to be listed
5+
- many to be listed

Diff for: docs/v5/3. Options.md renamed to docs/v5/3.Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ const parser = new XMLParser(parserOptions);
116116
let result = parser.parse(xmlData);
117117

118118
console.log(JSON.stringify(result,null,4));
119-
```
119+
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)