Skip to content

Conversation

markphelps
Copy link
Contributor

Fixes incorrect Docker configuration paths in v2 documentation and adds comprehensive persistent storage examples.

Summary

  • Corrected config mount path from /etc/flipt/config.yaml to /etc/flipt/config/default.yml
  • Enhanced installation docs with complete persistent storage and custom config example
  • Updated GitHub authentication guide to use correct mount paths
  • Added proper storage configuration YAML example

Files Changed

  • docs/v2/installation.mdx - Main Docker installation documentation
  • docs/v2/guides/operations/authentication/login-with-github.mdx - GitHub auth guide

The documentation now consistently shows the correct Docker configuration pattern for Flipt v2 with persistent storage.

Fixes #371

🤖 Generated with Claude Code

- Correct config mount path from /etc/flipt/config.yaml to /etc/flipt/config/default.yml
- Add comprehensive persistent storage documentation with full configuration example
- Update login-with-github guide to use correct mount paths and include persistent storage
- Ensure consistency across all v2 Docker examples

Fixes #371

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Mark Phelps <[email protected]>
@markphelps markphelps requested a review from a team as a code owner October 3, 2025 12:21
@markphelps
Copy link
Contributor Author

@claude can you format the files per the instructions in Claude.md

Copy link
Contributor

claude bot commented Oct 3, 2025

Claude finished @markphelps's task —— View job


Formatting Files Per CLAUDE.md Instructions ✅

I've successfully formatted the files according to the repository's style guidelines in CLAUDE.md.

Todo List:

  • Read the changed files to understand current state
  • Navigate to docs/ directory and run formatting commands
  • Check git status for any formatting changes
  • Run linting to ensure compliance
  • Commit and push any changes if needed

Summary

Formatting Complete: Applied Prettier formatting to both changed files:

  • docs/v2/installation.mdx - Minor formatting adjustments
  • docs/v2/guides/operations/authentication/login-with-github.mdx - No changes needed

Vale Style Files: Prettier also formatted several Vale style configuration files for consistency

Linting Passed: ESLint ran successfully with no errors

Changes Committed: All formatting changes have been committed and pushed to the branch

The files now conform to the repository's formatting standards as specified in CLAUDE.md.

View run

Applied Prettier formatting to installation.mdx and Vale style files

Co-authored-by: Mark Phelps <[email protected]>
@markphelps markphelps merged commit 22d67a5 into main Oct 3, 2025
3 of 4 checks passed
@markphelps markphelps deleted the claude/issue-371-20251003-1208 branch October 3, 2025 12:44
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.

Fix docker config paths

1 participant