mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -08:00
Added extra links and removed modified CSS
This commit is contained in:
parent
a560aba4aa
commit
e39a1e9e88
|
@ -95,7 +95,28 @@ const config = {
|
|||
copyright: `<a href="https://vercel.com/?utm_source=meshtastic&utm_campaign=oss" style="color: var(--ifm-footer-color)">Powered by ▲ Vercel</a> | Meshtastic® is a registered trademark of Geeksville Industries LLC`,
|
||||
links: [
|
||||
{
|
||||
//title: 'Social',
|
||||
title: 'Learn',
|
||||
items: [
|
||||
{
|
||||
label: 'Getting Started',
|
||||
to: 'docs/getting-started',
|
||||
},
|
||||
{
|
||||
label: 'About',
|
||||
to: 'docs/about-documentation',
|
||||
},
|
||||
{
|
||||
label: 'Hardware',
|
||||
to: 'docs/hardware',
|
||||
},
|
||||
{
|
||||
label: 'Settings',
|
||||
to: 'docs/settings',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'YouTube',
|
||||
|
@ -105,16 +126,38 @@ const config = {
|
|||
label: 'Discord',
|
||||
to: 'https://discord.com/invite/UQJ5QuM7vq',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
to: 'https://github.com/meshtastic',
|
||||
},
|
||||
{
|
||||
label: 'Forum',
|
||||
to: 'https://meshtastic.discourse.group',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Legal',
|
||||
items: [
|
||||
{
|
||||
label: 'Privacy',
|
||||
to: 'docs/legal/privacy',
|
||||
},
|
||||
{
|
||||
label: 'Licensing',
|
||||
to: 'docs/legal/licensing',
|
||||
},
|
||||
{
|
||||
label: 'Trademark',
|
||||
to: 'docs/legal/trademark',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Resources',
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
to: 'https://github.com/meshtastic',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
algolia: {
|
||||
|
|
|
@ -50,21 +50,3 @@ html[data-theme="dark"] .header-github-link:before {
|
|||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.footer__items {
|
||||
width: 1000px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footer__item {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.footer__item ~ .footer__item::before {
|
||||
content: ' | ';
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue