Skip to content

Commit 7938e52

Browse files
committed
Fix duplicate crate references in SUMMARY.md
Remove duplicate references to polars and serde crates from the Data Engineering section. These crates were already listed in the "Crates hay dùng" section, causing mdbook build to fail with: "Duplicate file in SUMMARY.md: ./crates/polars.md" "Duplicate file in SUMMARY.md: ./crates/serde.md" etc. The data-processing.md page already describes these crates, so the duplicate sub-items in the table of contents were unnecessary. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8558b58 commit 7938e52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,6 @@
174174
# Data Engineering
175175

176176
- [Xử lý và phân tích dữ liệu](./data-engineering/data-processing.md)
177-
- [Polars](./crates/polars.md)
178-
- [serde](./crates/serde.md)
179-
- [serde_json](./crates/serde/serde_json.md)
180-
- [serde_toml](./crates/serde/serde_toml.md)
181-
- [serde_csv](./crates/serde/serde_csv.md)
182-
- [serde_yaml](./crates/serde/serde_yaml.md)
183177
- [High-performance data pipeline](./data-engineering/first-data-pipeline.md)
184178
- [Building scalable data-driven applications using Rust](./data-engineering/data-driven.md)
185179
- [Rust as an alternative to Python for data engineering tasks](./data-engineering/rust-as-alternative-python.md)

0 commit comments

Comments
 (0)