Skip to content

Commit 01d731a

Browse files
Smh llms txt plugin (#793)
* Resolve conflicts * Fix conflict * Add content changes * Improve creating mcp instructions * Change pill colors * Improve description * Address review comments * Address review comments * AI Dev zone and home page adjustments * Apply review changes * Adjust description * Adjust description * Add Model configurator page * Display component * Add Agent component * Fix typos * Change page name to agent configurator * update footer to add LLM section * use AI Developer Zone instead of AI DevZone * add alias for extract-metadata --------- Co-authored-by: Olga Stefaniuk <[email protected]>
1 parent 4ff99a0 commit 01d731a

File tree

4 files changed

+82
-16
lines changed

4 files changed

+82
-16
lines changed

content/guides/box-ai/ai-tutorials/extract-metadata-structured.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ related_guides:
1010
- box-ai/ai-tutorials/extract-metadata
1111
alias_paths:
1212
- guides/box-ai/extract-metadata-structured
13+
- guides/extract-metadata
1314
---
1415

1516
# Extract metadata from file (structured)

content/microcopy/footer.yml

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ categories:
4848
// url: Link to the github community org
4949
url: https://github.com/box-community
5050

51+
ai_dev_zone:
52+
// text: Text for a link to the AI Dev Zone
53+
text: AI Developer Zone
54+
// url: Link to the AI Dev Zone
55+
url: /ai-dev-zone/
56+
57+
sample_code_catalog:
58+
// text: Text for a link to the sample code catalog
59+
text: Community GitHub
60+
// url: Link to the sample code catalog
61+
url: /sample-code/
62+
5163
tooling:
5264
// title: |-
5365
A title for a footer section on our tooling options
@@ -126,24 +138,41 @@ categories:
126138
// url: link to the Box Skills Kit
127139
url: https://github.com/box/box-skills-kit-nodejs
128140

129-
code:
141+
llms:
130142
// title: |-
131-
A title for a footer section on our available code samples
132-
title: Samples
143+
A title for a footer section showing the files available for LLMs
144+
title: LLM
133145

134146
links:
135-
samples:
136-
// text: Text for link to our code samples
137-
text: Platform Samples
138-
// url: Link to our code samples
139-
url: https://github.com/box/samples
140-
141-
skills_samples:
142-
// text: Text for link to our Box skills code samples
143-
text: Skills Samples
144-
// url: Link to our Box skills code samples
145-
url: "https://github.com/box-community?utf8=%E2%9C%93&q=\
146-
sample-*-skills&type=&language="
147+
llms_full:
148+
// text: Text for link to our llms-full.txt file
149+
text: llms-full.txt
150+
// url: Link to our llms-full.txt file
151+
url: /llms-full.txt/
152+
153+
guides_llms:
154+
// text: Text for link to our Guides llms.txt file
155+
text: Guides llms.txt
156+
// url: Link to our Guides llms.txt file
157+
url: /guides/llms.txt/
158+
159+
api_reference_llms:
160+
// text: Text for link to our API Reference llms.txt file
161+
text: API Reference llms.txt
162+
// url: Link to our API Reference llms.txt file
163+
url: /reference/llms.txt/
164+
165+
platform_llms:
166+
// text: Text for link to our Platform llms.txt file
167+
text: Platform llms.txt
168+
// url: Link to our Platform llms.txt file
169+
url: /platform/llms.txt/
170+
171+
ai_dev_zone_llms:
172+
// text: Text for link to our AI Dev Zone llms.txt file
173+
text: AI Dev Zone llms.txt
174+
// url: Link to our AI Developer Zone llms.txt file
175+
url: /ai-dev-zone/llms.txt/
147176

148177
support:
149178
// title: |-
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
hide_title: true
3+
alias_paths: []
4+
centered: false
5+
---
6+
# Box UI Elements
7+
8+
<Centered wide id="buie" >
9+
<HeroImage type="Agents" imageWidth="548" imageHeight="493">
10+
<Header>
11+
Box AI API agent configurator
12+
</Header>
13+
14+
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.
15+
</HeroImage>
16+
</Centered>
17+
18+
<Centered mid>
19+
<TileGrid rows="3">
20+
<Tile type="code-new" title="Visual Configuration">
21+
Build complex AI configurations with our intuitive form-based interface.
22+
</Tile>
23+
<Tile type="ai" title="Real-time preview">
24+
See your JSON configuration update in real-time as you make changes.
25+
</Tile>
26+
<Tile type="export" title="Export and share">
27+
Copy configuration and paste it directly in your project.
28+
</Tile>
29+
</TileGrid>
30+
</Centered>
31+
32+
<Centered mid>
33+
<!-- Config component -->
34+
<AgentConfiguration></AgentConfiguration>
35+
</Centered>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"sharp": "^0.33.5",
7373
"strip-indent": "^3.0.0",
7474
"watch": "^1.0.2"
75-
}
75+
},
76+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
7677
}

0 commit comments

Comments
 (0)