docs: add windows desktop back for 1.5 release#8866
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe documentation was updated to provide OS-specific installation instructions for Langflow Desktop, introducing separate tabs for macOS and Windows. Additionally, a new troubleshooting section was added to address C++ build tool requirements for Windows installations. No changes were made to code or exported entities. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docs
User->>Docs: Access installation guide
alt macOS tab
Docs-->>User: Show macOS installation steps
else Windows tab
Docs-->>User: Show Windows installation steps
alt C++ compiler missing
Docs-->>User: Show C++ build tools troubleshooting
end
end
Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
Build successful! ✅ |
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (2)
docs/docs/Get-Started/get-started-installation.md (2)
34-38: Minor wording & grammar: “install wizard” → “installation wizard”
install wizarduses install as a noun; the usual phrasing is installation wizard or setup wizard.-4. Double-click the downloaded `.msi` file, and then use the install wizard to install Langflow Desktop. +4. Double-click the downloaded `.msi` file, and then use the installation wizard to install Langflow Desktop.
45-50: Duplicate quick-start sentenceThe sentence “After confirming that Langflow is running, create your first flow …” appears inside each tab and once again after the closing
</Tabs>block. Consider deleting the outer copy to avoid redundancy.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/docs/Get-Started/get-started-installation.md(2 hunks)docs/docs/Support/troubleshooting.md(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`docs/docs/**/*.{md,mdx}`: All documentation content must be placed within the '...
docs/docs/**/*.{md,mdx}: All documentation content must be placed within the 'docs/' directory, organized into subdirectories such as 'getting-started', 'components', 'integrations', 'administration', 'contributing', and 'api-reference'.
All documentation markdown files must start with a frontmatter block containing at least 'title' and 'description' fields.
Use admonitions (:::tip, :::warning, :::danger) in markdown files to highlight important information, warnings, or critical issues.
Reference images in documentation using the '/img/' path and provide descriptive alt text in markdown.
Use code blocks with language identifiers and optional titles for code examples in markdown documentation.
Documentation content must follow the style guide: professional but approachable tone, second person voice, present tense, short paragraphs, sentence case headers, inline code with backticks, bold for UI elements, italic for emphasis, and parallel structure in lists.
Use consistent terminology: always capitalize 'Langflow', 'Component', and 'Flow' when referring to Langflow concepts; always uppercase 'API' and 'JSON'.
📄 Source: CodeRabbit Inference Engine (.cursor/rules/docs_development.mdc)
List of files the instruction was applied to:
docs/docs/Support/troubleshooting.mddocs/docs/Get-Started/get-started-installation.md
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
PR: langflow-ai/langflow#0
File: .cursor/rules/docs_development.mdc:0-0
Timestamp: 2025-06-23T12:46:29.953Z
Learning: When writing documentation for Langflow using Docusaurus, always use professional but approachable tone, second person voice for instructions, and present tense for current features.
Learnt from: CR
PR: langflow-ai/langflow#0
File: .cursor/rules/docs_development.mdc:0-0
Timestamp: 2025-06-30T14:40:02.667Z
Learning: Applies to docs/docs/**/*.{md,mdx} : Use consistent terminology: always capitalize 'Langflow', 'Component', and 'Flow' when referring to Langflow concepts; always uppercase 'API' and 'JSON'.
Learnt from: CR
PR: langflow-ai/langflow#0
File: .cursor/rules/docs_development.mdc:0-0
Timestamp: 2025-06-23T12:46:29.953Z
Learning: All terminology such as 'Langflow', 'Component', 'Flow', 'API', and 'JSON' must be capitalized or uppercased as specified in the terminology section.
docs/docs/Get-Started/get-started-installation.md (2)
Learnt from: CR
PR: langflow-ai/langflow#0
File: .cursor/rules/docs_development.mdc:0-0
Timestamp: 2025-06-23T12:46:29.953Z
Learning: When writing documentation for Langflow using Docusaurus, always use professional but approachable tone, second person voice for instructions, and present tense for current features.
Learnt from: CR
PR: langflow-ai/langflow#0
File: .cursor/rules/docs_development.mdc:0-0
Timestamp: 2025-06-30T14:40:02.667Z
Learning: Applies to docs/docs/**/*.{md,mdx} : Use consistent terminology: always capitalize 'Langflow', 'Component', and 'Flow' when referring to Langflow concepts; always uppercase 'API' and 'JSON'.
🪛 LanguageTool
docs/docs/Get-Started/get-started-installation.md
[grammar] ~37-~37: The word ‘install’ is not a noun.
Context: ...ownloaded .msi file, and then use the install wizard to install Langflow Desktop. ...
(A_INSTALL)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build-and-deploy
aimurphy
left a comment
There was a problem hiding this comment.
LGTM but can we merge or add this to the 1.5 branch so everything is on one branch?
|
Build successful! ✅ |
add-windows-back
Add back the Langflow Desktop on Windows installation and handling C++ compiler requirements.
Summary by CodeRabbit