From db8dd966e6ce72276ee81e4ad03b3476b1b895ed Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 24 Aug 2025 05:47:59 +0000
Subject: [PATCH 1/3] Initial plan: Add deepwiki badge to README
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
---
package-lock.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package-lock.json b/package-lock.json
index 4e3f8f486..c59d4cfc5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"eslint-plugin-mdx": "^2.0.5"
},
"engines": {
- "node": ">= 14.0.0"
+ "node": ">= 18.0.0"
}
},
"node_modules/@babel/code-frame": {
From 1a98c08b87368c72350df819d7500f50606d33b6 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 24 Aug 2025 05:48:52 +0000
Subject: [PATCH 2/3] Add deepwiki badge to README
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 0afbf251e..4ab48172f 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
BigCommerce developer documentation
+[](https://deepwiki.com/bigcommerce/docs)
+
You've found the BigCommerce documentation GitHub repository, which contains the public content for the [BigCommerce Developer Center](https://developer.bigcommerce.com/docs).
This repo is the source of truth for our public, open source documentation and API reference at [developer.bigcommerce.com](https://developer.bigcommerce.com). It consists of **Markdown React (.mdx)**, **OpenAPI Specification (.yml)**, and **JSON Schema (.json and .yml)** files.
From 97f2c872528f9b45221f41181a12e4ccd6aba89d Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 24 Aug 2025 13:41:42 +0000
Subject: [PATCH 3/3] Remove unrelated package-lock.json changes
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
---
package-lock.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package-lock.json b/package-lock.json
index c59d4cfc5..4e3f8f486 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"eslint-plugin-mdx": "^2.0.5"
},
"engines": {
- "node": ">= 18.0.0"
+ "node": ">= 14.0.0"
}
},
"node_modules/@babel/code-frame": {