docs: refresh hand-maintained README prose and add feature-choice how-to#297
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the project's documentation to make it more accessible and informative for users. It includes a comprehensive refresh of existing README files to improve their prose and structure, alongside the introduction of a new guide specifically designed to help users understand and choose the most suitable feature sets for their needs. The changes aim to clarify the purpose and usage of the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request significantly refactors and expands the documentation for the uselesskey project, primarily updating the README.md for improved clarity, organization, and detailed explanations. It also introduces a new guide, docs/how-to/choose-features.md, to assist users in selecting appropriate feature flags. The changes include rephrasing introductory sections, standardizing headings to lowercase, and enhancing explanations for various features and use cases. Feedback suggests reintroducing arrows for better visualization in certificate chain descriptions and ensuring consistent phrasing in feature lists for improved readability.
| ``` | ||
|
|
||
| Three-level certificate chains (root CA → intermediate CA → leaf): | ||
| Three-level chains (root intermediate leaf): |
There was a problem hiding this comment.
| - Add `ecdsa` for P-256 / P-384. | ||
| - Add `ed25519` for Ed25519 keypairs. | ||
| - Add `hmac` for HS256/HS384/HS512 fixtures. | ||
| - Add `pgp` for OpenPGP armored/binary artifacts. |
There was a problem hiding this comment.
For consistency in this list, consider starting each item with "Use" to match the first item.
| - Add `ecdsa` for P-256 / P-384. | |
| - Add `ed25519` for Ed25519 keypairs. | |
| - Add `hmac` for HS256/HS384/HS512 fixtures. | |
| - Add `pgp` for OpenPGP armored/binary artifacts. | |
| - Use `ecdsa` for P-256 / P-384. | |
| - Use `ed25519` for Ed25519 keypairs. | |
| - Use `hmac` for HS256/HS384/HS512 fixtures. | |
| - Use `pgp` for OpenPGP armored/binary artifacts. |
Summary
README.mdanddocs/README.mdwhile preservingdocs-sync-managed generated blocks.docs/how-to/choose-features.mdwith clear, minimal feature-path guidance.Validation
cargo xtask docs-sync --check