Docs overhaul: restructure, QA fixes, data processing labels, vulnerability reduction#63
Open
andrej-schreiner wants to merge 1 commit intomainfrom
Open
Docs overhaul: restructure, QA fixes, data processing labels, vulnerability reduction#63andrej-schreiner wants to merge 1 commit intomainfrom
andrej-schreiner wants to merge 1 commit intomainfrom
Conversation
…ilities - Model cards now show both Server Location and Data Processing - T-Cloud models: Data Processing in Germany - Hyperscaler models: Data Processing in EU - Overview text updated to clarify Germany vs EU distinction - Removed unused docusaurus v1 and duplicate search plugin (113→18 vulns) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Can you please ask claude to fix bun.lock as well, not only package.json since this project uses bun as primary package manager. |
Collaborator
|
included in #65 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete documentation overhaul — restructured site architecture, QA-tested every API example against the live AIFS API, fixed UI issues, added data processing location info, and reduced npm vulnerabilities by 84%.
95 files changed | +9,426 | -14,392
📁 Documentation Restructure
Before: Flat numbered files (
01_Overview.md,04_Model Serving/API Usage Guide.md, etc.)After: Topic-based hierarchy matching industry-standard API docs:
versions.json,versioned_docs/version-1.0.0/,versioned_sidebars/)🔧 UI / Design Fixes
switchMode.js: replacedDOMContentLoaded(fires before React) withMutationObserver; also setsdata-themeon<html>for Infima CSS vars<scale-dropdown-select>with native<select>+ Telekom Scale-styled CSS📝 API Documentation Fixes (QA-tested against live API)
Every code example was tested with a real API key. Issues found and fixed:
Broken Model Names
Qwen2.5-VL-72B-Instruct(410 Gone)Qwen3-VL-30B-A3B-Instruct-FP8Meta-Llama-3.1-8B-Instruct(not found)Llama-3.3-70B-Instructtext-embedding-3-small(not found)text-embedding-bge-m3Runtime Crashes
choicesarray →IndexError. Addedif not chunk.choices: continueguard to all 3 examples.Incorrect Documentation
{"error":{"message":"..."}}{"detail":"..."}(AIFS actual format)gpt-4.1, added notejina-embeddings-v2-base-de: 1024model_type="NLP"returns 0"STT"(3 occurrences)Llama-3.3-70B-InstructAPI response"Hello from AIFS!"in curl!— CloudWAF blocks exclamation marks in JSON bodyOPENAI_API_KEYin codeos.getenv('OPENAI_API_KEY')🏷️ Available Models Overhaul
gpt-4.1-nano,gpt-4o-mini,GPT-5-Codex,gpt-5-nano,Mistral-Large-2411,Mistral-Medium-3,o1,text-embedding-ada-002gpt-5.2,Qwen3-Coder-30B-A3B-Instruct-FP8🔒 Vulnerability Reduction (113 → 18)
docusaurusv1 packagedocusaurus-plugin-search-localnpm audit fixserialize-javascriptvia Docusaurus internals)All critical and moderate vulnerabilities eliminated. Remaining 18 require upstream Docusaurus fix.
🧪 Test Plan
/#available-models— GPT OSS 120B first, 32 models, "Data Processing: Germany/EU" labelsgpt-5.2in model cardsai@t-systems.com👥 Reviewers
🤖 Generated with Claude Code