Skip to content
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

Resolve issue with documentation rendering locally #1525 #1526

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

vinayakjaas
Copy link
Contributor

@vinayakjaas vinayakjaas commented Apr 4, 2024

Checklist

  • A link to the issue/user story that the pull request relates to
  • How to recreate the problem without the fix
  • Design of the fix
  • How to prove that the fix works
  • Automated tests that prove the fix keeps on working
  • Documentation - any JSDoc, website, or Stackoverflow answers?

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

Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

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

Tested this on linux to ensure all still works and it does, many thanks for the contribution. Looks good to me.

@davidkel davidkel merged commit 352d421 into hyperledger-caliper:gh-pages Apr 9, 2024
2 checks passed
@davidkel davidkel linked an issue Apr 9, 2024 that may be closed by this pull request
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.

Bug: Error Occurs When Running Documentation Locally
2 participants