Skip to content

feat: V2 pro #335

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 6 commits into from
Jul 27, 2025
Merged

feat: V2 pro #335

merged 6 commits into from
Jul 27, 2025

Conversation

markphelps
Copy link
Contributor

This pull request introduces significant updates to Flipt's documentation and user interface, focusing on improving clarity, restructuring content, and adding detailed information about Pro features and licensing. The changes include updates to development commands, restructuring the navigation hierarchy, and introducing comprehensive Pro feature documentation.

Documentation Improvements

  • Development Commands Update: Added instructions to use mint dev for previewing documentation and puppeteer MCP tools for browser viewing (CLAUDE.md).

Navigation and Content Restructuring

  • Navigation Updates: Reorganized docs.json to improve user experience:
    • Changed "Overview" to "Getting Started" with a new rocket icon (docs.json).
    • Added icons for various groups such as "Pro Features" (crown), "Configuration" (gear), "CLI" (terminal), "Guides" (book), and "Integration" (plug) (docs.json). [1] [2] [3] [4]
    • Introduced a new "AI Context" anchor with relevant documentation link (docs.json). [1] [2]

Pro Features and Licensing

  • Pro Features Documentation: Added a new v2/pro.mdx file detailing Pro features such as enterprise DevOps integration, air-gapped environment support, integrated secrets management, and dedicated support. Includes licensing options, pricing, and FAQs.
  • Licensing Details: Updated v2/licensing.mdx to include a feature comparison table (Free vs Pro), removed outdated purchasing FAQ, and added detailed Pro licensing information. [1] [2]

File Renaming and Minor Edits

  • Renamed File: v2/installation/overview.mdx renamed to v2/installation.mdx with updated title and mode (v2/installation.mdx).
  • Link Formatting: Improved link formatting in installation instructions (v2/installation.mdx).
  • Minor Content Edits: Simplified wording in v2/introduction.mdx and updated references to Pro features (v2/introduction.mdx). [1] [2] [3]

These changes collectively enhance the usability, clarity, and comprehensiveness of Flipt's documentation, making it easier for users to navigate and understand both free and Pro features.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner July 27, 2025 23:16
@markphelps markphelps requested review from Copilot and removed request for a team July 27, 2025 23:16
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request introduces comprehensive documentation for Flipt Pro, restructures the navigation, and enhances clarity around licensing and Pro features. The changes focus on improving user experience by making Pro features more discoverable and providing detailed information about enterprise capabilities.

  • Adds dedicated Pro features documentation with detailed feature descriptions and pricing
  • Restructures navigation hierarchy to improve discoverability with icons and better grouping
  • Updates licensing documentation with feature comparison tables and clearer Pro information

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
v2/pro.mdx New comprehensive Pro features page with enterprise capabilities, pricing, and FAQs
v2/licensing.mdx Updated with feature comparison table and streamlined Pro licensing information
v2/introduction.mdx Minor wording updates and Pro feature reference corrections
v2/installation.mdx File rename from overview.mdx, improved link formatting, and layout mode update
v2/configuration/licensing.mdx Clarified monthly vs annual licensing connectivity requirements
docs.json Navigation restructuring with icons, new Pro Features section, and AI Context addition
CLAUDE.md Added development preview instructions for documentation contributors

v2/pro.mdx Outdated
GPG signed commits for maximum security and auditability.
</Card>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Card components. These can be removed as the CardGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
lock-in, unlimited users, and your data never leaves your environment.
</Card>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Card components. These can be removed as the CardGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
keys and configuration data support coming soon.
</Card>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Card components. These can be removed as the CardGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
external connectivity required.
</Card>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Card components. These can be removed as the CardGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated

<Card
title="Purchase Annual License"
href="<https://getflipt.co/pro/annual>"
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL has extra angle brackets around it. Should be href="https://getflipt.co/pro/annual" instead of href="<https://getflipt.co/pro/annual>".

Suggested change
href="<https://getflipt.co/pro/annual>"
href="https://getflipt.co/pro/annual"

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
and dedicated support. A license key is required to access Pro features.
</Accordion>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Accordion components. These can be removed as the AccordionGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
on the number of instances you can run with the same license key.
</Accordion>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Accordion components. These can be removed as the AccordionGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
include offline validation support, perfect for air-gapped environments.
</Accordion>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Accordion components. These can be removed as the AccordionGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

v2/pro.mdx Outdated
priority bug fixes, and priority consideration for feature requests.
</Accordion>

{" "}
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary whitespace strings between Accordion components. These can be removed as the AccordionGroup component handles spacing automatically.

Copilot uses AI. Check for mistakes.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps
Copy link
Contributor Author

@claude can you fix these issues brought up by Copilot in the PR review?

Copy link
Contributor

claude bot commented Jul 27, 2025

Claude finished @markphelps's task —— View job


I've successfully fixed all the Copilot review issues in the v2/pro.mdx file.

Todo List

  • Read repository setup instructions (CLAUDE.md)
  • Read the v2/pro.mdx file to understand current content
  • Remove unnecessary whitespace strings between Card components (4 instances)
  • Remove unnecessary whitespace strings between Accordion components (4 instances)
  • Fix URL with extra angle brackets around it
  • Run linting and formatting commands
  • Commit and push the changes

Changes Made

  • Removed 8 unnecessary {" "} whitespace strings between Card and Accordion components
  • Fixed malformed URL by removing angle brackets: <https://getflipt.co/pro/annual>https://getflipt.co/pro/annual
  • Ran linting and formatting commands to ensure code quality
  • Committed and pushed changes to the v2-pro branch

All Copilot review issues have been resolved. The file now has cleaner markup without unnecessary whitespace strings, and the URL is properly formatted.

- Remove unnecessary whitespace strings between Card components
- Remove unnecessary whitespace strings between Accordion components
- Fix URL with extra angle brackets

Co-authored-by: Mark Phelps <markphelps@users.noreply.github.com>
@markphelps markphelps merged commit f96a694 into main Jul 27, 2025
4 checks passed
@markphelps markphelps deleted the v2-pro branch July 27, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant