|
|
@@ -7,7 +7,6 @@ const darkCodeTheme = require('prism-react-renderer/themes/nightOwl');
|
|
|
/** @type {import('@docusaurus/types').Config} */
|
|
|
const config = {
|
|
|
title: 'Vendure Docs',
|
|
|
- tagline: 'For preview only. Actual docs at https://docs.vendure.io',
|
|
|
favicon: 'img/logo.webp',
|
|
|
|
|
|
// Set the production url of your site here
|
|
|
@@ -88,6 +87,11 @@ const config = {
|
|
|
position: 'left',
|
|
|
label: 'Reference',
|
|
|
},
|
|
|
+ {
|
|
|
+ href: 'https://vendure.io',
|
|
|
+ label: 'vendure.io',
|
|
|
+ position: 'right',
|
|
|
+ },
|
|
|
{
|
|
|
href: 'https://github.com/vendure-ecommerce/vendure',
|
|
|
label: 'GitHub',
|
|
|
@@ -102,6 +106,19 @@ const config = {
|
|
|
},
|
|
|
footer: {
|
|
|
links: [
|
|
|
+ {
|
|
|
+ title: 'Resources',
|
|
|
+ items: [
|
|
|
+ {
|
|
|
+ label: 'vendure.io',
|
|
|
+ href: 'https://www.vendure.io',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: 'GitHub',
|
|
|
+ href: 'https://github.com/vendure-ecommerce/vendure',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
title: 'Community',
|
|
|
items: [
|
|
|
@@ -113,6 +130,10 @@ const config = {
|
|
|
label: 'Twitter',
|
|
|
href: 'https://twitter.com/vendure_io',
|
|
|
},
|
|
|
+ {
|
|
|
+ label: 'YouTube',
|
|
|
+ href: 'https://www.youtube.com/@vendure_io',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
],
|