Skip to content
Snippets Groups Projects

Push existing docs with CI

1 file
+ 0
11
Compare changes
  • Side-by-side
  • Inline
@@ -60,17 +60,6 @@ const config = {
},
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Getting Started',
to: 'getting-started',
},
],
}
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
},
prism: {
Loading