Skip to content

Commit

Permalink
remove nav on /sdk page
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 7, 2024
1 parent dbbac20 commit e172c8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generator/konfig-docs/src/pages/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ description: Konfig SDKs is a one-of-a-kind service for developers that want to
import { SdkSignupForm } from "@site/src/components/SdkSignupForm";
import { SdksLink } from "@site/src/components/SdksLink"

<style>
{`
#__docusaurus > nav {
display: none;
}
`}
</style>

<div style={{maxWidth: "740px"}} class="markdown ml-auto">

![Banner](/img/konfig-sdks.png)
Expand Down

0 comments on commit e172c8f

Please sign in to comment.