Skip to content

Commit

Permalink
Merge branch 'stable' into pog-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed May 7, 2024
2 parents cef4047 + bd4e800 commit 1fa6815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ const config: Config = {
title: "Infrahub Documentation",
tagline: "Explore our guides and examples to use Infrahub.",
favicon: "img/favicon.ico",
scripts: process.env.ANALYTICS ? [
{
src: 'https://plausible.io/js/script.js',
defer: true,
'data-domain': 'docs.infrahub.app'
}
] : [],

// Set the production url of your site here
url: process.env.DOCS_IN_APP ? "http://localhost:8000" : "https://docs.infrahub.app",
Expand Down

0 comments on commit 1fa6815

Please sign in to comment.