Skip to content

Duplicate links in the "Learn more" section of the console component #16298

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

Closed
shaedrich opened this issue Dec 17, 2021 · 2 comments
Closed

Duplicate links in the "Learn more" section of the console component #16298

shaedrich opened this issue Dec 17, 2021 · 2 comments

Comments

@shaedrich
Copy link

Link: https://symfony.com/doc/current/components/console.html#learn-more

  1. There's a duplicate entry (/components/console/helpers/index, "The Console Helpers") but it looks like it was added on purpose
  2. The link to "The Console Helpers" is somewhat redundant since all the links listed there are also part of the "Learn more" section
Code Result
.. toctree::
    :maxdepth: 1
    :glob:

    /console
    /components/console/*
    /components/console/helpers/index
    /console/*

Learn more

  • Console Commands
  • Changing the Default Command
  • Understanding how Console Arguments and Options Are Handled
  • Using Events
  • Cursor Helper
  • Debug Formatter Helper
  • Formatter Helper
  • The Console Helpers
  • Process Helper
  • Progress Bar
  • Question Helper
  • Table
  • Using the Logger
  • Building a single Command Application
  • Using Console Commands, Shortcuts and Built-in Commands
  • The Console Helpers
  • How to Call Other Commands
  • How to Color and Style the Console Output
  • How to Call a Command from a Controller
  • How to Define Commands as Services
  • How to Hide Console Commands
  • Console Input (Arguments & Options)
  • How to Make Commands Lazily Loaded
  • Prevent Running the Same Console Command Multiple Times
  • How to Style a Console Command
  • Verbosity Levels
javiereguiluz added a commit that referenced this issue Dec 20, 2021
This PR was merged into the 4.4 branch.

Discussion
----------

Fix issue 16298 - duplicate link

This PR fixes the [duplicate Console Helpers link](#16298).

Commits
-------

1b71f5b Fix issue 16298 - duplicate link
@javiereguiluz
Copy link
Member

Fixed in #16302. Thanks!

@shaedrich
Copy link
Author

You're welcome!

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

No branches or pull requests

2 participants