From b3348518130af2c1d3cb0420987d85dad8925ebb Mon Sep 17 00:00:00 2001 From: vrushankportkey Date: Mon, 23 Jun 2025 18:22:32 +0530 Subject: [PATCH 1/2] fix the contribution guide --- README.mdx => CONTRIBUTING.mdx | 0 docs.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename README.mdx => CONTRIBUTING.mdx (100%) diff --git a/README.mdx b/CONTRIBUTING.mdx similarity index 100% rename from README.mdx rename to CONTRIBUTING.mdx diff --git a/docs.json b/docs.json index f4556bef..eb438e56 100644 --- a/docs.json +++ b/docs.json @@ -187,11 +187,11 @@ "group": "Support", "pages": [ "support/upgrade-to-model-catalog", + "CONTRIBUTING", "support/contact-us", "support/developer-forum", "support/common-errors-and-resolutions", - "support/portkeys-december-migration", - "support/README.mdx" + "support/portkeys-december-migration" ] } ] From cafe2dfceae41058c812b8e863c0a70fd102477b Mon Sep 17 00:00:00 2001 From: vrushankportkey Date: Mon, 23 Jun 2025 18:23:50 +0530 Subject: [PATCH 2/2] rename again --- CONTRIBUTING.mdx => README.mdx | 0 docs.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.mdx => README.mdx (100%) diff --git a/CONTRIBUTING.mdx b/README.mdx similarity index 100% rename from CONTRIBUTING.mdx rename to README.mdx diff --git a/docs.json b/docs.json index eb438e56..002d8392 100644 --- a/docs.json +++ b/docs.json @@ -187,7 +187,7 @@ "group": "Support", "pages": [ "support/upgrade-to-model-catalog", - "CONTRIBUTING", + "README", "support/contact-us", "support/developer-forum", "support/common-errors-and-resolutions",