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

docs: update docs_readme references (IEP-1388) #1100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emmanuel-ferdman
Copy link

@emmanuel-ferdman emmanuel-ferdman commented Dec 18, 2024

Description

Commit ebbf7de moved some of docs file to docs_readme. This PR adjusts sources to changes.

Fixes

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

Dependent components impacted by this PR:

Checklist

  • PR Self Reviewed
  • Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

Summary by CodeRabbit

  • Documentation

    • Updated FAQ for clarity and accuracy, including corrections to typographical errors and formatting adjustments.
    • Changed the download link for the Espressif IDE to a new path.
    • Updated references to images to reflect the new directory structure.
  • User Interface

    • Updated the URL for the Missing Tools Validation Link in the user interface text for the ESP-IDF tools.

Signed-off-by: Emmanuel Ferdman <[email protected]>
Copy link

coderabbitai bot commented Dec 18, 2024

Walkthrough

This pull request involves updating documentation paths and correcting minor typographical errors across two files. The primary changes include redirecting documentation links from the docs/ directory to the docs_readme/ directory, specifically in the FAQ.md file and the messages.properties file. Spelling corrections and formatting improvements were also made to enhance document readability.

Changes

File Change Summary
FAQ.md - Updated image references from docs/images/ to docs_readme/images/
- Corrected spelling of "environment" (previously misspelled as "envrionment")
- Updated Espressif IDE download link from docs/Espressif-IDE.md to docs_readme/Espressif-IDE.md
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/messages.properties - Updated MissingToolsValidationLink URL from docs/MissingToolsManualPathUpdateGuide.md to docs_readme/MissingToolsManualPathUpdateGuide.md

Possibly related PRs

Suggested labels

needs translation:CN

Suggested reviewers

  • kolipakakondal
  • sigmaaa

Poem

🐰 Docs dancing to a new beat,
Paths shifting, oh so neat!
From 'docs' to 'docs_readme' we leap,
Spelling fixed, no errors to keep.
A rabbit's guide, crisp and clear! 📝


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
FAQ.md (2)

140-142: Improve readability with proper punctuation

The explanation is technically accurate but could benefit from better punctuation:

-esp_idf_components folder is introduced with v2.4.0 release to achieve source code navigation for the function definitions((Press F3 or Ctrl+Click on the functional call) and to fix unresolved header problems with the indexer. It will be created immediately after the build based on the build/compile_commands.json file list. secondly, it also helps the users who want to check source of esp-idf components directly from the IDE. The files created under esp_idf_components are virtual folders for /esp-idf/components and these will be re-generated everytime after the build.
+The esp_idf_components folder is introduced with v2.4.0 release to achieve source code navigation for the function definitions (Press F3 or Ctrl+Click on the functional call) and to fix unresolved header problems with the indexer. It will be created immediately after the build based on the build/compile_commands.json file list. Secondly, it also helps users who want to check source of esp-idf components directly from the IDE. The files created under esp_idf_components are virtual folders for /esp-idf/components, and these will be re-generated every time after the build.

-This could be disabled by adding the -Dskip.idf.components=true VM argument in the eclipse.ini(espressif-ide.ini) file but this might create inconsistency issues with the indexer where it's unable to resolve headers properly and you might not be able to navigate to the function definitions from the code editors.
+This could be disabled by adding the -Dskip.idf.components=true VM argument in the eclipse.ini (espressif-ide.ini) file, but this might create inconsistency issues with the indexer where it's unable to resolve headers properly, and you might not be able to navigate to the function definitions from the code editors.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~140-~140: Possible missing comma found.
Context: ...onents are virtual folders for /esp-idf/components and these will be re-generated everytim...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~142-~142: Use a comma before ‘but’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... the eclipse.ini(espressif-ide.ini) file but this might create inconsistency issues ...

(COMMA_COMPOUND_SENTENCE_2)


[uncategorized] ~142-~142: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... it's unable to resolve headers properly and you might not be able to navigate to th...

(COMMA_COMPOUND_SENTENCE)


175-175: Add alt text to images for accessibility

Please add descriptive alt text to the images to improve accessibility:

-![](docs_readme/images/buildconfiguration_clang.png)
+![Screenshot of build configuration dialog showing Clang toolchain selection](docs_readme/images/buildconfiguration_clang.png)

-![](docs_readme/images/code_analysis_disable_symbols.png)
+![Screenshot of Code Analysis preferences showing how to disable unresolved symbol errors](docs_readme/images/code_analysis_disable_symbols.png)

Also applies to: 214-214

🧰 Tools
🪛 Markdownlint (0.37.0)

175-175: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7c5fe56 and 0417165.

📒 Files selected for processing (2)
  • FAQ.md (6 hunks)
  • bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/messages.properties (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/messages.properties
🧰 Additional context used
🪛 LanguageTool
FAQ.md

[typographical] ~21-~21: Consider adding a comma here.
Context: ... Windows - macOSX - Linux For downloads please check this [here](https://github.com/es...

(PLEASE_COMMA)


[uncategorized] ~140-~140: Possible missing comma found.
Context: ...onents are virtual folders for /esp-idf/components and these will be re-generated everytim...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~142-~142: Use a comma before ‘but’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... the eclipse.ini(espressif-ide.ini) file but this might create inconsistency issues ...

(COMMA_COMPOUND_SENTENCE_2)


[uncategorized] ~142-~142: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... it's unable to resolve headers properly and you might not be able to navigate to th...

(COMMA_COMPOUND_SENTENCE)

🪛 Markdownlint (0.37.0)
FAQ.md

175-175: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


214-214: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

🔇 Additional comments (1)
FAQ.md (1)

21-21: LGTM: Documentation path correctly updated

The path update from docs/ to docs_readme/ aligns with the documentation relocation mentioned in the PR objectives.

🧰 Tools
🪛 LanguageTool

[typographical] ~21-~21: Consider adding a comma here.
Context: ... Windows - macOSX - Linux For downloads please check this [here](https://github.com/es...

(PLEASE_COMMA)

@github-actions github-actions bot changed the title docs: update docs_readme references docs: update docs_readme references (IEP-1388) Dec 18, 2024
@emmanuel-ferdman
Copy link
Author

@kolipakakondal please review this small PR when you get the chance 🙌

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