mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-07 15:23:07 +00:00
fix sidebar external navigation
This commit is contained in:
parent
e865a0546b
commit
0e50c3e50c
10
sidebars.js
10
sidebars.js
@ -8,14 +8,12 @@ const sidebars = {
|
|||||||
"getting-started/why-waku",
|
"getting-started/why-waku",
|
||||||
"getting-started/use-cases",
|
"getting-started/use-cases",
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "html",
|
||||||
label: "SDKs and Nodes",
|
value: "<a href='/guides/sdks-and-nodes' target='_blank' rel='noopener noreferrer' class='menu__link external-link'>SDKs and Nodes <svg viewBox='0 0 24 24'><path fill='currentColor' d='M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z'></path></svg></a>"
|
||||||
href: "/guides/sdks-and-nodes"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "html",
|
||||||
label: "Video Presentations",
|
value: "<a href='/presentations' target='_blank' rel='noopener noreferrer' class='menu__link external-link'>Presentations <svg viewBox='0 0 24 24'><path fill='currentColor' d='M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z'></path></svg></a>"
|
||||||
href: "/presentations"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
|
|||||||
@ -39,3 +39,13 @@ html[data-theme='dark'] .header-github-link:before {
|
|||||||
width: 640px;
|
width: 640px;
|
||||||
height: 360px;
|
height: 360px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.external-link {
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.external-link svg {
|
||||||
|
width: 13.5px;
|
||||||
|
height: 13.5px;
|
||||||
|
margin-left: 0.3rem;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user