how to add a button in the header navigation? #3008
Replies: 6 comments 7 replies
-
class="md-button md-button--primary" |
Beta Was this translation helpful? Give feedback.
-
I think these docs will help: That is to say, extend |
Beta Was this translation helpful? Give feedback.
-
@carolhuang1990 did you get this working? |
Beta Was this translation helpful? Give feedback.
-
Hi,
{% block scripts %} {{ super() }} {% endblock %} |
Beta Was this translation helpful? Give feedback.
-
In a previous version of the Prefect docs, I added a tab menu item in the header bar with a link to our Cloud UI by extending the Then to position it always on the right:
Maybe that gives you some ideas how to implement. |
Beta Was this translation helpful? Give feedback.
-
In my case I make use of the link to the git button in the header. It would look like this: If you don't use a github link it won't display the tag/star/fork number below. Put this in your repo_url: https://example.com
repo_name: Button name
theme:
icon:
repo: octicons/download-16 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any way to add a button in the header navigation.
For example, I want to add a button [Live demo] beside the searching bar.
Is that possible?
I've tried to customize the header.html, but get some errors, and cannot find any instructions in the documentations.
Thanks&Regards
Carol
Beta Was this translation helpful? Give feedback.
All reactions