From 14f763ee9ac957b1c15091cc3825765697d2c87a Mon Sep 17 00:00:00 2001
From: "coderabbitai[bot]"
<136622811+coderabbitai[bot]@users.noreply.github.com>
Date: Thu, 26 Feb 2026 04:55:29 +0000
Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Add=20docstrings=20to=20`dev?=
=?UTF-8?q?-from-macmini`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Docstrings generation was requested by @myoshi2891.
* https://github.com/myoshi2891/Algorithm-DataStructures-Math-SQL/pull/308#issuecomment-3963232661
The following files were modified:
* `generate_index.py`
---
generate_index.py | 75 ++++++++++++++++++++++++++++++++---------------
1 file changed, 51 insertions(+), 24 deletions(-)
diff --git a/generate_index.py b/generate_index.py
index 52097c01..fb6043ef 100644
--- a/generate_index.py
+++ b/generate_index.py
@@ -77,36 +77,56 @@ def copy_vendor_files(self, output_dir: str) -> None:
def rewrite_html_content(self, content: str) -> str:
"""
- Rewrite known CDN asset URLs in an HTML document to their corresponding local vendor paths.
-
- Replaces specific external CDN links (React, Babel, Tailwind, PrismJS, FontAwesome, etc.) with local /vendor/... paths so the returned HTML references vendored assets.
-
+ Rewrite CDN asset URLs in HTML to local /vendor/ paths.
+
+ Replaces known external CDN links (React, Babel, Tailwind, PrismJS, FontAwesome, etc.) with corresponding /vendor/... paths and removes `integrity` and `crossorigin` attributes from `` and `
-
+
diff --git a/public/DataStructures/LinkedLists/leetcode/86. Partition List/GPT/README.html b/public/DataStructures/LinkedLists/leetcode/86. Partition List/GPT/README.html
index 5aaf7c5b..bca48fba 100644
--- a/public/DataStructures/LinkedLists/leetcode/86. Partition List/GPT/README.html
+++ b/public/DataStructures/LinkedLists/leetcode/86. Partition List/GPT/README.html
@@ -31,7 +31,7 @@