Skip to content

Commit 86ba916

Browse files
authored
Add Docusaurus version to demo footer. (#255)
1 parent 02922a6 commit 86ba916

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
const lightCodeTheme = require("prism-react-renderer/themes/github");
55
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
6+
const { DOCUSAURUS_VERSION } = require("@docusaurus/utils");
67

78
/** @type {import('@docusaurus/types').Config} */
89
const config = {
@@ -134,7 +135,7 @@ const config = {
134135
],
135136
},
136137
],
137-
copyright: `Copyright © ${new Date().getFullYear()} Palo Alto Networks, Inc. Built with Docusaurus.`,
138+
copyright: `Copyright © ${new Date().getFullYear()} Palo Alto Networks, Inc. Built with Docusaurus ${DOCUSAURUS_VERSION}.`,
138139
},
139140
prism: {
140141
theme: lightCodeTheme,

0 commit comments

Comments
 (0)