hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
651 stars 404 forks source link

Resolve issue with documentation rendering locally #1525 #1526

Closed vinayakjaas closed 6 months ago

vinayakjaas commented 6 months ago

Checklist

Issue/User story

Link to the issue: #1525

Steps to Reproduce

  1. Navigate to the documentation section.
  2. Attempt to run the documentation locally using the previous configuration.
  3. Observe the error related to loading 'rexml/parsers/baseparser' file.

Design of the fix

The fix involved updating the Gemfile to use newer versions of dependencies, specifically targeting the issue related to loading 'rexml/parsers/baseparser' file. This approach was chosen to address the root cause of the error and ensure compatibility with the latest dependencies.

Validation of the fix

After implementing the fix, I tested it locally by running the documentation server. The error related to loading 'rexml/parsers/baseparser' file no longer occurred, confirming that the fix resolves the issue.

Automated Tests

Automated tests were not applicable for this fix.

What documentation has been provided for this pull request

Documentation update is pending.

Screenshots

![Screenshot 1] Screenshot 2024-04-04 233610

![Screenshot 2]( Screenshot 2024-04-04 233701