Add Matrix link to navbar

This commit is contained in:
Yana
2024-10-14 15:06:47 +03:00
parent 87d4cd5400
commit ffbf5d8daf
+4
View File
@@ -5,6 +5,7 @@ import { useConfig } from 'nextra-theme-docs';
import { Footer } from "./components/footer";
import {Matrix} from "./components/matrix-link";
const config = {
logo: <span>Nym Docs</span>,
@@ -31,6 +32,9 @@ const config = {
defaultMenuCollapseLevel: 1,
autoCollapse: true,
},
navbar : {
extraContent: <Matrix/>
}
};
export default config;