Skip to content

Publish doc #9

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

Merged
merged 5 commits into from
May 20, 2025
Merged

Publish doc #9

merged 5 commits into from
May 20, 2025

Conversation

andreiavrammsd
Copy link
Owner

No description provided.

Copy link

review-ai-agent bot commented May 20, 2025

Pull Request Revisions

RevisionDescription
r13
Conditionally generate documentation indexAdded condition to generate documentation index only on master branch
r12
Updated CI and documentation aliasesModified GitHub Actions workflow to publish docs on master branch and added documentation aliases for capacity() and clear() methods
r11
Added more doc aliases to methodsExpanded documentation aliases for several vector method implementations to improve search and discoverability
r10
Fixed documentation alias attributesUpdated #[doc(alias)] attributes for capacity() and len() methods with corrected spelling and multiple keywords
r9
Added doc aliases to methodsAdded #[doc(alias = "...")] attributes to several methods in the Vec implementation to provide alternative search terms for documentation
8 more revisions
r8
Added doc alias for push methodAdded a documentation alias attribute #[doc(alias = "add")] to the push method for alternative documentation search
r7
Updated CI documentation deployment workflowModified GitHub Actions workflow to publish entire documentation and added documentation badge to README
r6
GitHub Pages deployment directory modifiedChanged GitHub Pages publish directory from ./target/doc/ to ./target/doc/static_vector for documentation deployment
r5
Consolidated documentation workflow into CIMerged separate documentation workflow into main CI workflow, removing redundant doc.yml file and adjusting documentation generation steps
r4
Documentation publish directory changedModified GitHub Actions workflow to publish documentation from ./target/doc to ./target/doc/static_vector
r3
Added write permissions to workflowIntroduced contents write permissions to the GitHub Actions documentation deployment job
r2
Updated GitHub Actions documentation workflowModified workflow name and corrected steps syntax for documentation generation
r1
Added GitHub Actions documentation workflowCreated a new GitHub Actions workflow for generating and deploying Rust documentation to GitHub Pages, and updated Makefile doc targets to use --no-deps flag

✅ AI review completed for r13
Help React with emojis to give feedback on AI-generated reviews:
  • 👍 means the feedback was helpful and actionable
  • 👎 means the feedback was incorrect or unhelpful
💬 Replying to feedback with a comment helps us improve the system. Your input also contributes to shaping future interactions with the AI reviewer.

We'd love to hear from you—reach out anytime at team@review.ai.

Copy link

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (65998b3) to head (8650cb4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          362       362           
=========================================
  Hits           362       362           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreiavrammsd andreiavrammsd merged commit 4ec1e2e into master May 20, 2025
12 checks passed
@andreiavrammsd andreiavrammsd deleted the publish-doc branch May 20, 2025 16:41
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.

1 participant