Improve documentation links, accessibility, and layout - #585
Closed
Brijesh-Thakkar wants to merge 2 commits into
Closed
Brijesh-Thakkar wants to merge 2 commits into
Brijesh-Thakkar wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the Apache Airavata documentation website by updating URLs to HTTPS, fixing HTML structure issues, improving accessibility with descriptive alt text, and implementing a flexbox-based layout for better page structure.
Key changes:
- Updated all Apache license and W3C URLs from HTTP to HTTPS
- Fixed malformed HTML IDs (removed leading
#characters) - Enhanced image alt text with descriptive content
- Added flexbox CSS rules for proper footer positioning
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/research-framework/simexr_mod/README.md | Enhanced alt text for architecture diagram and UI screenshot images |
| examples/sharing-service-docs/style.css | Updated license URL to HTTPS, reformatted CSS from minified to readable format, added flexbox layout rules |
| examples/sharing-service-docs/index.html | Updated license URL to HTTPS, fixed malformed HTML IDs, improved image alt text, minor HTML formatting improvements |
| examples/sharing-service-docs/api-docs/style.css | Updated license URL to HTTPS, reformatted CSS from minified to readable format |
| examples/sharing-service-docs/api-docs/sharing_models.html | Updated DOCTYPE and xmlns URLs to HTTPS, improved HTML formatting and structure |
| examples/sharing-service-docs/api-docs/sharing_cpi.html | Updated DOCTYPE and xmlns URLs to HTTPS, improved HTML formatting and structure |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the Apache Airavata documentation website by:
All changes are scoped strictly to website-facing HTML, CSS, and Markdown files under examples/sharing-service-docs.
Related issue:
apache/airavata-site#15 (comment)