|
404 | 404 | "footer.categories.company.links.github_community.text": "コミュニティGitHub", |
405 | 405 | // Link to the github community org |
406 | 406 | "footer.categories.company.links.github_community.url": "https:\/\/github.com\/box-community", |
| 407 | + // Text for a link to the AI Dev Zone |
| 408 | + "footer.categories.company.links.ai_dev_zone.text": "AI Developer Zone", |
| 409 | + // Link to the AI Dev Zone |
| 410 | + "footer.categories.company.links.ai_dev_zone.url": "\/ai-dev-zone\/", |
| 411 | + // Text for a link to the sample code catalog |
| 412 | + "footer.categories.company.links.sample_code_catalog.text": "コミュニティGitHub", |
| 413 | + // Link to the sample code catalog |
| 414 | + "footer.categories.company.links.sample_code_catalog.url": "\/sample-code\/", |
407 | 415 | // A title for a footer section on our tooling options |
408 | 416 | "footer.categories.tooling.title": "ツール", |
409 | 417 | // Text for link to the TypeScript SDK (Generated) |
|
454 | 462 | "footer.categories.tooling.links.skills_kit.text": "Box Skills Kit", |
455 | 463 | // link to the Box Skills Kit |
456 | 464 | "footer.categories.tooling.links.skills_kit.url": "https:\/\/github.com\/box\/box-skills-kit-nodejs", |
457 | | - // A title for a footer section on our available code samples |
458 | | - "footer.categories.code.title": "サンプル", |
459 | | - // Text for link to our code samples |
460 | | - "footer.categories.code.links.samples.text": "Platformサンプル", |
461 | | - // Link to our code samples |
462 | | - "footer.categories.code.links.samples.url": "https:\/\/github.com\/box\/samples", |
463 | | - // Text for link to our Box skills code samples |
464 | | - "footer.categories.code.links.skills_samples.text": "Skillsサンプル", |
465 | | - // Link to our Box skills code samples |
466 | | - "footer.categories.code.links.skills_samples.url": "https:\/\/github.com\/box-community?utf8=%E2%9C%93&q=sample-*-skills&type=&language=", |
| 465 | + // A title for a footer section showing the files available for LLMs |
| 466 | + "footer.categories.llms.title": "LLM", |
| 467 | + // Text for link to our llms-full.txt file |
| 468 | + "footer.categories.llms.links.llms_full.text": "llms-full.txt", |
| 469 | + // Link to our llms-full.txt file |
| 470 | + "footer.categories.llms.links.llms_full.url": "\/llms-full.txt", |
| 471 | + // Text for link to our llms.txt file |
| 472 | + "footer.categories.llms.links.llms_links.text": "llms.txt", |
| 473 | + // Link to our llms.txt file |
| 474 | + "footer.categories.llms.links.llms_links.url": "\/llms.txt", |
467 | 475 | // A title for a footer section on our support channels |
468 | 476 | "footer.categories.support.title": "サポート", |
469 | 477 | // Text for link to go to our support page |
|
0 commit comments