diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml
index ac7a3c9ce..3ef4aa290 100644
--- a/content/microcopy/footer.yml
+++ b/content/microcopy/footer.yml
@@ -48,18 +48,6 @@ categories:
// url: Link to the github community org
url: https://github.com/box-community
- ai_dev_zone:
- // text: Text for a link to the AI Dev Zone
- text: AI Developer Zone
- // url: Link to the AI Dev Zone
- url: /ai-dev-zone/
-
- sample_code_catalog:
- // text: Text for a link to the sample code catalog
- text: Community GitHub
- // url: Link to the sample code catalog
- url: /sample-code/
-
tooling:
// title: |-
A title for a footer section on our tooling options
@@ -138,41 +126,24 @@ categories:
// url: link to the Box Skills Kit
url: https://github.com/box/box-skills-kit-nodejs
- llms:
+ code:
// title: |-
- A title for a footer section showing the files available for LLMs
- title: LLM
+ A title for a footer section on our available code samples
+ title: Samples
links:
- llms_full:
- // text: Text for link to our llms-full.txt file
- text: llms-full.txt
- // url: Link to our llms-full.txt file
- url: /llms-full.txt/
-
- guides_llms:
- // text: Text for link to our Guides llms.txt file
- text: Guides llms.txt
- // url: Link to our Guides llms.txt file
- url: /guides/llms.txt/
-
- api_reference_llms:
- // text: Text for link to our API Reference llms.txt file
- text: API Reference llms.txt
- // url: Link to our API Reference llms.txt file
- url: /reference/llms.txt/
-
- platform_llms:
- // text: Text for link to our Platform llms.txt file
- text: Platform llms.txt
- // url: Link to our Platform llms.txt file
- url: /platform/llms.txt/
-
- ai_dev_zone_llms:
- // text: Text for link to our AI Dev Zone llms.txt file
- text: AI Dev Zone llms.txt
- // url: Link to our AI Developer Zone llms.txt file
- url: /ai-dev-zone/llms.txt/
+ samples:
+ // text: Text for link to our code samples
+ text: Platform Samples
+ // url: Link to our code samples
+ url: https://github.com/box/samples
+
+ skills_samples:
+ // text: Text for link to our Box skills code samples
+ text: Skills Samples
+ // url: Link to our Box skills code samples
+ url: "https://github.com/box-community?utf8=%E2%9C%93&q=\
+ sample-*-skills&type=&language="
support:
// title: |-
diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md
deleted file mode 100644
index 1b9b74fc2..000000000
--- a/content/pages/agent-configurator/index.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-hide_title: true
-alias_paths: []
-centered: false
----
-# Box UI Elements
-
-
-
-
- Box AI API agent configurator
-
-
- Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters.
-
-
-
-
-
-
- Build complex AI configurations with our intuitive form-based interface.
-
-
- See your JSON configuration update in real-time as you make changes.
-
-
- Copy configuration and paste it directly in your project.
-
-
-
-
-
-
-
-
diff --git a/package.json b/package.json
index 861f5c513..610383107 100644
--- a/package.json
+++ b/package.json
@@ -72,6 +72,5 @@
"sharp": "^0.33.5",
"strip-indent": "^3.0.0",
"watch": "^1.0.2"
- },
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
+ }
}