Skip to content

Commit

Permalink
Merge pull request #621 from openziti/allow-landing-page-overwritten
Browse files Browse the repository at this point in the history
if landing.html exists, overwrite the index.html generated by docusaurus
  • Loading branch information
dovholuknf authored Aug 7, 2023
2 parents 0b78b6d + 047f9bc commit f419732
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ const config = {
alt: 'The OpenZiti logo, an open source zero trust network overlay',
src: 'img/ziti-logo-dark.svg',
srcDark: 'img/ziti-logo-light.svg',
href: '/',
target: "_self",
},
items: [
{
Expand Down
Loading

1 comment on commit f419732

@vercel
Copy link

@vercel vercel bot commented on f419732 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ziti-doc – ./

ziti-doc-docusaurus.vercel.app
ziti-doc-openziti.vercel.app
ziti-doc-git-main-openziti.vercel.app

Please sign in to comment.