-
Notifications
You must be signed in to change notification settings - Fork 2
New Mintlify Docs #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+11,429
−37,312
Conversation
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
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove React components, custom themes, and pages no longer needed after Mintlify migration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
LFM documentation has been consolidated elsewhere. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add docs.json config, new logo assets, styles, and reference materials for Mintlify documentation platform. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add entries for Playwright MCP, Claude Code, OS files, and editor artifacts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated pages for each text model with: - Model description and specifications - Format buttons (HF, GGUF, MLX, ONNX based on availability) - Feature cards - Quick Start tabs with Transformers, llama.cpp, and vLLM examples Models added: - LFM2.5-1.2B-Instruct, Thinking, Base, JP - LFM2-8B-A1B (MoE with custom transformers install) - LFM2-2.6B, 2.6B-Exp, 1.2B, 700M, 350M Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for all vision models: - LFM2.5-VL-1.6B (flagship multimodal) - LFM2-VL-1.6B, LFM2-VL-3B, LFM2-VL-450M Each page includes: - Format availability buttons (HF, GGUF, MLX, ONNX) - Specifications table - Use case cards - Quick Start tabs with Transformers, llama.cpp, and vLLM examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for audio models: - LFM2.5-Audio-1.5B (flagship speech model) - LFM2-Audio-1.5B (deprecated, Mimi codec) Each page includes: - Format availability buttons (HF, GGUF) - Specifications table with supported tasks - Use case cards - Quick Start tabs with liquid-audio and llama.cpp examples - Special llama.cpp commands for ASR, TTS, and server modes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for all Liquid Nano models: - LFM2-1.2B-Extract and LFM2-350M-Extract (schema-based extraction) - LFM2-350M-PII-Extract-JP (Japanese PII extraction) - LFM2-2.6B-Transcript (meeting summarization) - LFM2-1.2B-RAG (retrieval-augmented generation) - LFM2-ColBERT-350M (document retrieval with PyLate) - LFM2-350M-ENJP-MT (English-Japanese translation) - LFM2-350M-Math (mathematical reasoning) - LFM2-1.2B-Tool (deprecated, superseded by LFM2.5-1.2B-Instruct) Each page includes: - Format availability buttons based on model chart - Specifications table - Special prompting recipes from prompting guide - Quick Start tabs with appropriate frameworks Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change model cards on category pages to link to internal documentation pages instead of external HuggingFace URLs: - text-models.mdx: Link to /docs/models/lfm25-*, /docs/models/lfm2-* - vision-models.mdx: Link to /docs/models/*-vl-* - audio-models.mdx: Link to /docs/models/*-audio-* - liquid-nanos.mdx: Link to /docs/models/* for all nano models Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add CSS styling for arrow icons on internal documentation links within model cards, matching the arrow styling used on external HuggingFace links for visual consistency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Configure Mintlify to default to light mode instead of system preference using the appearance.default setting. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor llama.cpp, Ollama, and vLLM documentation for consistency and improved code examples. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor iOS and Android SDK quick start guides and model loading documentation. Update LEAP Bundle documentation for bundle creation, download, and quick start pages. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add GGUF, MLX, and ONNX format buttons to text and vision model pages based on the model availability chart: Text models: - LFM2.5-1.2B-Thinking: Add MLX, ONNX - LFM2.5-1.2B-Base: Add GGUF, ONNX (no MLX per chart) - LFM2.5-1.2B-JP: Add MLX, ONNX - LFM2-8B-A1B: Add MLX (no ONNX per chart) - LFM2-2.6B: Add MLX, ONNX - LFM2-1.2B: Add MLX, ONNX - LFM2-700M: Add MLX, ONNX - LFM2-350M: Add MLX, ONNX Vision models: - LFM2.5-VL-1.6B: Add GGUF, ONNX (no MLX per chart) - LFM2-VL-3B: Add GGUF, MLX (no ONNX per chart) - LFM2-VL-1.6B: Add GGUF, MLX (no ONNX per chart) - LFM2-VL-450M: Add GGUF, MLX (no ONNX per chart) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add MLX 8-bit format link (mlx-community/LFM2.5-VL-1.6B-8bit) to both the model chart and the LFM2.5-VL-1.6B model page. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change cmake build command to use -j 8 for faster parallel compilation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ce files - Update favicon.svg with Liquid AI logo mark on rounded white background - Remove _reference/ folder containing old Docusaurus configuration and assets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Resolve conflicts: - Keep deletions of old lfm/ structure (content migrated to docs/) - Keep deletion of android-api-spec.mdx (migrated to new location) - Update android-quick-start-guide.mdx with latest SDK version (0.9.2) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Mintlify doesn't use npm - the old linter job was for Docusaurus. Keep the markdown link checker which still works. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Includes: