Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,12 @@ npx context-connectors index github --owner myorg --repo myrepo -i my-project --
| `CC_S3_ENDPOINT` | Custom S3 endpoint URL |
| `CC_S3_FORCE_PATH_STYLE` | Use path-style URLs (`true`/`false`, required for MinIO and most S3-compatible services) |

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

When making changes that affect public APIs or functionality, maintainers can use the `@update-docs` command in PR comments to automatically generate documentation updates.

## License

MIT
Expand Down