mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
parent
12575568a8
commit
7058991225
|
@ -33,9 +33,6 @@ const config = {
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog",
|
||||||
to: "blog",
|
to: "blog",
|
||||||
blogTitle: "Meshtastic Blog",
|
|
||||||
blogDescription:
|
|
||||||
"Discover in-depth insights from developers and maintainers, including project updates and changes. Hear from the community about their projects and ideas.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Docs",
|
label: "Docs",
|
||||||
|
@ -133,6 +130,11 @@ const config = {
|
||||||
showLastUpdateAuthor: true,
|
showLastUpdateAuthor: true,
|
||||||
remarkPlugins: [remarkDefList],
|
remarkPlugins: [remarkDefList],
|
||||||
},
|
},
|
||||||
|
blog: {
|
||||||
|
blogTitle: "Meshtastic Blog",
|
||||||
|
blogDescription:
|
||||||
|
"Discover in-depth insights from developers and maintainers, including project updates and changes. Hear from the community about their projects and ideas.",
|
||||||
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("./src/css/custom.css"),
|
customCss: require.resolve("./src/css/custom.css"),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue