Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ module.exports = {
{
type: 'html',
position: 'left',
value: '<a role="button" tabindex="0" href="https://github.com/LambdaTest" target="_blank" class="navbar__item navbar__link">GitHub<img src="https://staging.lambdatestinternal.com/support/img/Github.svg" alt="" role="presentation" title="LambdaTest GitHub" width="12" height="12" class="head_gitimg" style="margin-left:5px;"/></a>',
value: '<a role="button" tabindex="0" href="https://github.com/LambdaTest" target="_blank" class="navbar__item navbar__link" style="padding-left:0;padding-right:0;">GitHub<img src="https://staging.lambdatestinternal.com/support/img/Github.svg" alt="" role="presentation" title="LambdaTest GitHub" width="12" height="12" class="head_gitimg" style="margin-left:5px;"/></a>',
},
{
type: 'html',
position: 'left',
value: '<a role="button" tabindex="0" href="https://www.lambdatest.com/testmuconf-2025/" target="_blank" class="navbar__item navbar__link" style="padding-left:0;padding-right:0;" onclick="sendAmplitudeEvents(\'click CTA - web pages\', {cta_text: \'Register Now - Testmu\', cta_type: \'NavbarCTA\', page_category: \'Document header\'})">TestMu Conf 2025<img loading="lazy" src="https://www.lambdatest.com/resources/images/fire.svg" class="ml-5 " alt="TestMu Conference 2025" width="15" height="15" style="margin-left:5px;"></a>',
}
],
},
Expand Down
Loading