Skip to content

Commit 855c7f9

Browse files
committed
fix(docs): streamline documentation for Ruby on Rails integration and remove redundant sections
1 parent d1760a3 commit 855c7f9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ The ImageKit Ruby library provides convenient access to the ImageKit REST API fr
44

55
## Documentation
66

7-
- **Official ImageKit Ruby Documentation**: [https://imagekit.io/docs/integration/ruby](https://imagekit.io/docs/integration/ruby)
8-
- **REST API Documentation**: [https://imagekit.io/docs/api-reference](https://imagekit.io/docs/api-reference)
9-
- **Gem Documentation (RubyDoc)**: [https://gemdocs.org/gems/imagekitio](https://gemdocs.org/gems/imagekitio)
7+
Complete documentation and integration guides are available at the [official ImageKit Ruby documentation](https://imagekit.io/docs/integration/ruby). Additional resources include the [REST API documentation](https://imagekit.io/docs/api-reference) and [gem documentation on RubyDoc](https://gemdocs.org/gems/imagekitio).
108

11-
### Ruby on Rails Integration
12-
13-
If you're using Ruby on Rails, ImageKit can be easily integrated with popular file upload libraries:
14-
15-
- **Active Storage**: Learn how to integrate ImageKit with Rails Active Storage for seamless file uploads and transformations. See the [Active Storage integration guide](https://imagekit.io/docs/integration/ruby/ruby-on-rails-with-active-storage).
16-
17-
- **CarrierWave**: Integrate ImageKit with CarrierWave for powerful file upload handling in your Rails applications. See the [CarrierWave integration guide](https://imagekit.io/docs/integration/ruby/ruby-on-rails-with-carrierwave).
9+
If you're using Ruby on Rails, ImageKit integrates seamlessly with [Active Storage](https://imagekit.io/docs/integration/ruby/ruby-on-rails-with-active-storage) and [CarrierWave](https://imagekit.io/docs/integration/ruby/ruby-on-rails-with-carrierwave) for powerful file upload handling.
1810

1911
## Table of Contents
2012

0 commit comments

Comments
 (0)