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: cleanup the github docs #1079

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

docs: cleanup the github docs #1079

wants to merge 1 commit into from

Conversation

kolipakakondal
Copy link
Collaborator

@kolipakakondal kolipakakondal commented Nov 14, 2024

Description

Please include a summary of the change and which issue is fixed.

Fixes # (IEP-XXX)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • ESP-IDF Version:
  • OS (Windows,Linux and macOS):

Dependent components impacted by this PR:

  • Component 1
  • Component 2

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 the README.md for improved clarity, including a restructured title and expanded description of Espressif-IDE.
    • Removed several outdated documentation files, including installation guides and debugging instructions, consolidating information for better usability.
    • Enhanced guidance on version compatibility and IDE usage.

Copy link

coderabbitai bot commented Nov 14, 2024

Walkthrough

The changes in this pull request involve significant updates to the documentation files related to the Espressif-IDE. The README.md file has been restructured and rephrased for clarity, including a title change, expanded descriptions, and updated image paths. Several documentation files, including installation and usage guides, have been deleted, indicating a consolidation of information. The overall goal is to enhance the clarity and usability of the documentation without altering any functional instructions.

Changes

File(s) Change Summary
README.md Title changed to "Espressif-IDE (IDF Eclipse Plugin)", description expanded, image paths updated, and sections reorganized.
docs_readme/Espressif-IDE-Windows-Installer.md File deleted; previously detailed offline installer instructions for Windows.
docs_readme/Espressif-IDE.md File deleted; provided comprehensive documentation for Espressif-IDE.
docs_readme/HeapTracing.md File deleted; contained documentation on heap tracing procedures.
docs_readme/JTAG Flashing.md File deleted; provided instructions for JTAG application uploading.
docs_readme/MissingToolsManualPathUpdateGuide.md File deleted; offered a guide for installing mandatory tools and configuring the PATH variable.
docs_readme/OpenOCD Debugging.md File deleted; included instructions for setting up OpenOCD debugging tool.
docs_readme/clangd_cdt_support.md File deleted; documented support for C/C++ language server protocol through Eclipse CDT-LSP.

Possibly related PRs

Suggested labels

needs translation:CN

Suggested reviewers

  • AndriiFilippov
  • sigmaaa

Poem

🐰 In the garden of code, we hop and we play,
With clearer paths, we brighten the way.
The README now shines, with structure so neat,
A guide for the builders, a joyful feat!
So let’s celebrate, with a leap and a cheer,
For the changes we’ve made, let’s spread the good cheer! 🎉


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 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: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between ed9e5d1 and 43cbbb1.

⛔ Files ignored due to path filters (154)
  • docs_readme/images/10_serial_terminal.png is excluded by !**/*.png
  • docs_readme/images/11_launch_configuration.png is excluded by !**/*.png
  • docs_readme/images/12_flashing.png is excluded by !**/*.png
  • docs_readme/images/13_sdkconfig_editor.png is excluded by !**/*.png
  • docs_readme/images/1_idffeature_install.png is excluded by !**/*.png
  • docs_readme/images/2_environment_pref.png is excluded by !**/*.png
  • docs_readme/images/3_new_project_default.png is excluded by !**/*.png
  • docs_readme/images/4_new_project_templates.png is excluded by !**/*.png
  • docs_readme/images/5_import_project.png is excluded by !**/*.png
  • docs_readme/images/6_core_build_toolchains.png is excluded by !**/*.png
  • docs_readme/images/7_cmake_toolchain.png is excluded by !**/*.png
  • docs_readme/images/8_launch_target.png is excluded by !**/*.png
  • docs_readme/images/9_cmake_build.png is excluded by !**/*.png
  • docs_readme/images/AppLvlTracing_1.png is excluded by !**/*.png
  • docs_readme/images/AppLvlTracing_2.png is excluded by !**/*.png
  • docs_readme/images/AppLvlTracing_3.png is excluded by !**/*.png
  • docs_readme/images/AppLvlTracing_4.png is excluded by !**/*.png
  • docs_readme/images/AppLvlTracing_5.png is excluded by !**/*.png
  • docs_readme/images/CDT_Build_Console.png is excluded by !**/*.png
  • docs_readme/images/CoreDumpDebugging/sdkconfig_editor.png is excluded by !**/*.png
  • docs_readme/images/ESP-IDF_Components/components_window.png is excluded by !**/*.png
  • docs_readme/images/ESP-IDF_Components/install_components.png is excluded by !**/*.png
  • docs_readme/images/GDBStubDebugging/code_example.png is excluded by !**/*.png
  • docs_readme/images/GDBStubDebugging/debug_panic_mode.png is excluded by !**/*.png
  • docs_readme/images/GDBStubDebugging/sdkconfig_editor.png is excluded by !**/*.png
  • docs_readme/images/GDBStubDebugging/sdkconfig_editor_panic_behavior.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/analysis_context_menu.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/breakpoint_properties_actions.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/breakpoint_properties_actions_start_attached.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/breakpoint_properties_actions_stop_attached.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/breakpoint_properties_popup.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/callers_view.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/details_tab_tracing.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/heap_tracing_action.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/overview_tab_tracing.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/overview_tab_tracing_contexts.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/show_callers_context_menu.png is excluded by !**/*.png
  • docs_readme/images/HeapTracing/sysview_heap_log_file.PNG is excluded by !**/*.png
  • docs_readme/images/IDF_tools_console.png is excluded by !**/*.png
  • docs_readme/images/JtagFlash_1.png is excluded by !**/*.png
  • docs_readme/images/JtagFlash_2.png is excluded by !**/*.png
  • docs_readme/images/JtagFlash_3.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_1.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_10.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_11.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_12.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_13.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_2.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_3.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_4.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_5.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_6.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_7.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_8.png is excluded by !**/*.png
  • docs_readme/images/OpenOCDDebug_9.png is excluded by !**/*.png
  • docs_readme/images/Preference_recorder.png is excluded by !**/*.png
  • docs_readme/images/ToolsManager/ESP-IDF_Configuration_Download_or_Use_ESP-IDF.png is excluded by !**/*.png
  • docs_readme/images/ToolsManager/ESP-IDF_Manager_Editor_Screen.png is excluded by !**/*.png
  • docs_readme/images/ToolsManager/ESP-IDF_Manager_Multiple_versions.png is excluded by !**/*.png
  • docs_readme/images/ToolsManager/Tool_installed_and_activated.png is excluded by !**/*.png
  • docs_readme/images/ToolsValidation/EnvSettings.png is excluded by !**/*.png
  • docs_readme/images/ToolsValidation/PathVarEdit.png is excluded by !**/*.png
  • docs_readme/images/ToolsValidation/PathVarEdited.png is excluded by !**/*.png
  • docs_readme/images/Update_plugins.png is excluded by !**/*.png
  • docs_readme/images/buildconfiguration_clang.png is excluded by !**/*.png
  • docs_readme/images/change_language.png is excluded by !**/*.png
  • docs_readme/images/cland_starting.png is excluded by !**/*.png
  • docs_readme/images/clangd/build_settings_clang.png is excluded by !**/*.png
  • docs_readme/images/clangd/cdt_indexer_disable.png is excluded by !**/*.png
  • docs_readme/images/clangd/cdtlsp_updatesite.png is excluded by !**/*.png
  • docs_readme/images/clangd/clang_compiler_config.png is excluded by !**/*.png
  • docs_readme/images/clangd/clangd_config.png is excluded by !**/*.png
  • docs_readme/images/clangd/clangd_context_help.png is excluded by !**/*.png
  • docs_readme/images/clangd/clangd_editor.png is excluded by !**/*.png
  • docs_readme/images/clangd/new_cmake_clang_toolchain_config.png is excluded by !**/*.png
  • docs_readme/images/clangd_consolelog_config.png is excluded by !**/*.png
  • docs_readme/images/clangd_generic_editor.png is excluded by !**/*.png
  • docs_readme/images/clangd_preference.png is excluded by !**/*.png
  • docs_readme/images/clangd_proposals.png is excluded by !**/*.png
  • docs_readme/images/clangd_updatesite.png is excluded by !**/*.png
  • docs_readme/images/cmake_editor_ca.png is excluded by !**/*.png
  • docs_readme/images/cmake_editor_preferences.png is excluded by !**/*.png
  • docs_readme/images/code_analysis_disable_symbols.png is excluded by !**/*.png
  • docs_readme/images/custombuilddir.png is excluded by !**/*.png
  • docs_readme/images/espressifide_splash.bmp is excluded by !**/*.bmp
  • docs_readme/images/export_log.png is excluded by !**/*.png
  • docs_readme/images/icons/build.png is excluded by !**/*.png
  • docs_readme/images/icons/debug.png is excluded by !**/*.png
  • docs_readme/images/icons/delete.png is excluded by !**/*.png
  • docs_readme/images/icons/run.png is excluded by !**/*.png
  • docs_readme/images/icons/terminate.png is excluded by !**/*.png
  • docs_readme/images/idf_terminal.png is excluded by !**/*.png
  • docs_readme/images/idf_update_site_install.png is excluded by !**/*.png
  • docs_readme/images/linux-logo.png is excluded by !**/*.png
  • docs_readme/images/macos-logo.png is excluded by !**/*.png
  • docs_readme/images/market_place.png is excluded by !**/*.png
  • docs_readme/images/sizeanalysis_details.png is excluded by !**/*.png
  • docs_readme/images/sizeanalysis_overview.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_0.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_1.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_10.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_11.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_12.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_13.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_14.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_2.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_3.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_4.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_5.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_6.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_7.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_8.png is excluded by !**/*.png
  • docs_readme/images/windows-installation/ide_windows_installer_9.png is excluded by !**/*.png
  • docs_readme/images/windows-logo.png is excluded by !**/*.png
  • docs_readme/images/zh/10_serial_terminal.png is excluded by !**/*.png
  • docs_readme/images/zh/11_launch_configuration.png is excluded by !**/*.png
  • docs_readme/images/zh/1_idffeature_install.png is excluded by !**/*.png
  • docs_readme/images/zh/2_environment_pref.png is excluded by !**/*.png
  • docs_readme/images/zh/3_new_project_default.png is excluded by !**/*.png
  • docs_readme/images/zh/4_new_project_templates.png is excluded by !**/*.png
  • docs_readme/images/zh/5_import_project.png is excluded by !**/*.png
  • docs_readme/images/zh/8_launch_target.png is excluded by !**/*.png
  • docs_readme/images/zh/ESP-IDF_Components/components_window.png is excluded by !**/*.png
  • docs_readme/images/zh/ESP-IDF_Components/install_components.png is excluded by !**/*.png
  • docs_readme/images/zh/GDBStubDebugging/code_example.png is excluded by !**/*.png
  • docs_readme/images/zh/GDBStubDebugging/debug_panic_mode.png is excluded by !**/*.png
  • docs_readme/images/zh/GDBStubDebugging/sdkconfig_editor.png is excluded by !**/*.png
  • docs_readme/images/zh/GDBStubDebugging/sdkconfig_editor_panic_behavior.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/analysis_context_menu.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/breakpoint_properties_actions.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/breakpoint_properties_actions_start_attached.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/breakpoint_properties_actions_stop_attached.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/breakpoint_properties_popup.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/callers_view.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/details_tab_tracing.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/heap_tracing_action.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/overview_tab_tracing.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/overview_tab_tracing_contexts.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/show_callers_context_menu.png is excluded by !**/*.png
  • docs_readme/images/zh/HeapTracing/sysview_heap_log_file.PNG is excluded by !**/*.png
  • docs_readme/images/zh/IDF_tools_console.png is excluded by !**/*.png
  • docs_readme/images/zh/ToolsManager/git_python_selection.png is excluded by !**/*.png
  • docs_readme/images/zh/ToolsManager/install_tools_manager.png is excluded by !**/*.png
  • docs_readme/images/zh/ToolsManager/manage_tools_installation.png is excluded by !**/*.png
  • docs_readme/images/zh/ToolsManager/select_or_download_new_esp_idf.png is excluded by !**/*.png
  • docs_readme/images/zh/change_language.png is excluded by !**/*.png
  • docs_readme/images/zh/cmake_editor_preferences.png is excluded by !**/*.png
  • docs_readme/images/zh/esp_idf_dir.png is excluded by !**/*.png
  • docs_readme/images/zh/espidf_download.png is excluded by !**/*.png
  • docs_readme/images/zh/export_log.png is excluded by !**/*.png
  • docs_readme/images/zh/idf_terminal.png is excluded by !**/*.png
  • docs_readme/images/zh/idf_update_site_install.png is excluded by !**/*.png
  • docs_readme/images/zh/sizeanalysis_details.png is excluded by !**/*.png
  • docs_readme/images/zh/sizeanalysis_overview.png is excluded by !**/*.png
📒 Files selected for processing (8)
  • README.md (1 hunks)
  • docs_readme/Espressif-IDE-Windows-Installer.md (0 hunks)
  • docs_readme/Espressif-IDE.md (0 hunks)
  • docs_readme/HeapTracing.md (0 hunks)
  • docs_readme/JTAG Flashing.md (0 hunks)
  • docs_readme/MissingToolsManualPathUpdateGuide.md (0 hunks)
  • docs_readme/OpenOCD Debugging.md (0 hunks)
  • docs_readme/clangd_cdt_support.md (0 hunks)
💤 Files with no reviewable changes (7)
  • docs_readme/Espressif-IDE-Windows-Installer.md
  • docs_readme/Espressif-IDE.md
  • docs_readme/HeapTracing.md
  • docs_readme/JTAG Flashing.md
  • docs_readme/MissingToolsManualPathUpdateGuide.md
  • docs_readme/OpenOCD Debugging.md
  • docs_readme/clangd_cdt_support.md
🧰 Additional context used
🪛 LanguageTool
README.md

[typographical] ~18-~18: Consider adding a comma here.
Context: ...ressif-IDE version 2.12.1. # How to Use Please check our IDE documentation [here](http...

(PLEASE_COMMA)

🪛 Markdownlint
README.md

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

(MD045, no-alt-text)


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

(MD045, no-alt-text)


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

(MD045, no-alt-text)

🔇 Additional comments (3)
README.md (3)

5-5: LGTM! Clear and informative title and description.

The updated title and description provide better clarity about the product's identity and its relationship with ESP-IDF and Eclipse CDT.

Also applies to: 7-7


16-16: LGTM! Clear version compatibility information.

The version compatibility note is well-formatted and provides essential information for users choosing between IDE versions.


18-19: Verify the documentation link accessibility.

The section appropriately directs users to the external documentation.

✅ Verification successful

Documentation link is accessible and valid

The link to the Espressif IDE documentation is working correctly, returning a 200 OK response with up-to-date content (last modified today).

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the documentation link is accessible
curl -I https://docs.espressif.com/projects/espressif-ide/en/latest/index.html

Length of output: 840

🧰 Tools
🪛 LanguageTool

[typographical] ~18-~18: Consider adding a comma here.
Context: ...ressif-IDE version 2.12.1. # How to Use Please check our IDE documentation [here](http...

(PLEASE_COMMA)

Comment on lines +11 to +13
![](media/macos-logo.png)
![](media/windows-logo.png)
![](media/linux-logo.png)
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Add alt text to platform logos for accessibility.

The platform logos should include alternative text to improve accessibility for screen readers.

Apply these changes:

-![](media/macos-logo.png)
-![](media/windows-logo.png)
-![](media/linux-logo.png)
+![macOS Platform Support](media/macos-logo.png)
+![Windows Platform Support](media/windows-logo.png)
+![Linux Platform Support](media/linux-logo.png)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
![](media/macos-logo.png)
![](media/windows-logo.png)
![](media/linux-logo.png)
![macOS Platform Support](media/macos-logo.png)
![Windows Platform Support](media/windows-logo.png)
![Linux Platform Support](media/linux-logo.png)
🧰 Tools
🪛 Markdownlint

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

(MD045, no-alt-text)


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

(MD045, no-alt-text)


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

(MD045, no-alt-text)

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