File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,27 @@ This repository includes Docker configurations for running code snippets in vari
63
63
64
64
For more information on Docker usage, see the [ Docker README] ( docker/README.md ) .
65
65
66
+ ### 🛠️ Utilities
67
+
68
+ This repository contains utility scripts in the ` /tools ` directory to help maintain the documentation.
69
+
70
+ #### Updating Markdown Frontmatter
71
+
72
+ The ` update-frontmatter.js ` script automatically updates metadata in Markdown files:
73
+
74
+ ``` bash
75
+ # First, install Node.js dependencies
76
+ npm install
77
+
78
+ # Run the script (updates all Markdown files)
79
+ node tools/update-frontmatter.js
80
+
81
+ # Update a specific file
82
+ node tools/update-frontmatter.js algorithms/sorting-algorithms.md
83
+ ```
84
+
85
+ For more information about available tools, see the [ Tools README] ( tools/README.md ) .
86
+
66
87
## 🤝 Contribution
67
88
68
89
Contributions are highly welcome! If you want to:
Original file line number Diff line number Diff line change @@ -64,6 +64,27 @@ Kho lưu trữ này bao gồm cấu hình Docker để chạy đoạn mã trong
64
64
65
65
Để biết thêm thông tin về cách sử dụng Docker, hãy xem [ Docker README] ( docker/README_vi.md ) .
66
66
67
+ ### 🛠️ Công cụ tiện ích
68
+
69
+ Kho lưu trữ này chứa các script tiện ích trong thư mục ` /tools ` để hỗ trợ việc duy trì tài liệu.
70
+
71
+ #### Cập nhật Frontmatter cho file Markdown
72
+
73
+ Script ` update-frontmatter.js ` tự động cập nhật metadata trong các file Markdown:
74
+
75
+ ``` bash
76
+ # Đầu tiên, cài đặt các gói phụ thuộc Node.js
77
+ npm install
78
+
79
+ # Chạy script (cập nhật tất cả file Markdown)
80
+ node tools/update-frontmatter.js
81
+
82
+ # Cập nhật một file cụ thể
83
+ node tools/update-frontmatter.js algorithms/sorting-algorithms.md
84
+ ```
85
+
86
+ Để biết thêm thông tin về các công cụ có sẵn, hãy xem [ README của Tools] ( tools/README.md ) .
87
+
67
88
## 🤝 Đóng góp
68
89
69
90
Mọi đóng góp đều rất hoan nghênh! Nếu bạn muốn:
You can’t perform that action at this time.
0 commit comments