-
Notifications
You must be signed in to change notification settings - Fork 343
Allow urls as extra #2084
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
Comments
Closed
sorentwo
added a commit
to sorentwo/ex_doc
that referenced
this issue
Mar 31, 2025
This makes it possible to delcare URLs as extras and have them listed as links in the sidebar. For example, to set a "Wikipedia" url: ```elixir extras: [ "Wikipedia": [url: "https://wikipedia.com"] ] ``` Closes elixir-lang#2084
4 tasks
sorentwo
added a commit
to sorentwo/ex_doc
that referenced
this issue
Mar 31, 2025
This makes it possible to delcare URLs as extras and have them listed as links in the sidebar. For example, to set a "Wikipedia" url: ```elixir extras: [ "Wikipedia": [url: "https://wikipedia.com"] ] ``` Closes elixir-lang#2084
josevalim
pushed a commit
that referenced
this issue
Apr 26, 2025
This makes it possible to delcare URLs as extras and have them listed as links in the sidebar. For example, to set a "Wikipedia" url: ```elixir extras: [ "Wikipedia": [url: "https://wikipedia.com"] ] ``` Closes #2084
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to have the possibility to have URLs listed as extras in order to have links outside of the local app as part of the sidebar. For example:
Would create a sidebar item called
Wikipedia
that links directly tohttps://wikipedia.com
. See #2081 for a bit of more context.The text was updated successfully, but these errors were encountered: