We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3780c commit bbee92aCopy full SHA for bbee92a
website/docusaurus.config.ts
@@ -89,7 +89,8 @@ console.log('customFields: ' + util.inspect(customFields));
89
// ----------------------------------------------------------------------------
90
91
const config: Config = {
92
- title: 'xPack Binary Development Tools',
+ title: 'xPack Binary Development Tools' +
93
+ ((process.env.DOCUSAURUS_IS_PREVIEW === 'true') ? ' (preview)' : ''),
94
tagline: 'Cross-platform binary tools for software development, aimed at reproducible builds',
95
// Explicitly set in headTags.
96
// favicon: '/img/favicon.ico',
0 commit comments