Skip to content

Commit ab10fe0

Browse files
committed
docs: add demo link
1 parent 9b8520c commit ab10fe0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/documentation/docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
const lightCodeTheme = require('prism-react-renderer/themes/github');
55
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

7+
const isDevelopment = process.env.NODE_ENV === 'development';
8+
79
/** @type {import('@docusaurus/types').Config} */
810
const config = {
911
title: 'Angular Three',
1012
tagline: 'Custom Renderer for THREE.js',
11-
url: 'https://angular-three.netlify.app',
13+
url: 'https://angular-threejs.netlify.app',
1214
baseUrl: '/',
1315
onBrokenLinks: 'ignore',
1416
onBrokenMarkdownLinks: 'warn',
@@ -67,6 +69,11 @@ const config = {
6769
position: 'left',
6870
label: 'Documentation',
6971
},
72+
{
73+
href: 'https://angular-threejs.netlify.app/demo',
74+
position: 'left',
75+
label: 'Demo',
76+
},
7077
// TODO re-enable for blogs
7178
// { to: '/blog', label: 'Blog', position: 'left' },
7279
{

0 commit comments

Comments
 (0)