Skip to content

Commit a95ef76

Browse files
committed
Adding docs to navbar
1 parent 7179cd3 commit a95ef76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// There are various equivalent ways to declare your Docusaurus config.
55
// See: https://docusaurus.io/docs/api/docusaurus-config
66

7-
import {themes as prismThemes} from 'prism-react-renderer';
7+
import { themes as prismThemes } from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
@@ -81,7 +81,8 @@ const config = {
8181
// position: 'left',
8282
// label: 'Tutorial',
8383
// },
84-
{to: '/', label: 'Blog', position: 'left'},
84+
{ to: '/', label: 'Blog', position: 'left' },
85+
{ href: 'https://docs.resiz.es', label: 'Docs', position: 'left' },
8586
{
8687
href: 'https://github.com/resizes',
8788
label: 'GitHub',

0 commit comments

Comments
 (0)