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

feat(theme-docs): add ability to add custom links to navbar like project & chat links #2783

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    9fe3644 View commit details
    Browse the repository at this point in the history
  2. feat(navbar): render n custom links

    instead of just having chat & project link to display links with icons next to the searchbar in the navbar now you can add as many "icon links" as you want
    
    remain chat & project link for backwards compatibility but push them to the array of links that get rendered that also contains eventual custom links set from the config
    itsmaty committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f645d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c017296 View commit details
    Browse the repository at this point in the history