Skip to content

Commit

Permalink
Merge pull request #5 from shield-auth/develop
Browse files Browse the repository at this point in the history
installation and login page updated
  • Loading branch information
CA-MKSingh authored Nov 11, 2024
2 parents 46d5dac + 71ef11f commit 969bd37
Show file tree
Hide file tree
Showing 12 changed files with 862 additions and 69 deletions.
11 changes: 3 additions & 8 deletions app/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { source } from "@/lib/source";
import {
DocsPage,
DocsBody,
DocsDescription,
DocsTitle,
} from "fumadocs-ui/page";
import { openapi, source } from "@/lib/source";
import { DocsPage, DocsBody, DocsTitle } from "fumadocs-ui/page";
import { notFound } from "next/navigation";
import defaultMdxComponents from "fumadocs-ui/mdx";
import { getGithubLastEdit } from "fumadocs-core/server";
Expand Down Expand Up @@ -60,12 +55,12 @@ export default async function Page(props: {
}}
>
<DocsTitle>{page.data.title}</DocsTitle>
<DocsDescription>{page.data.description}</DocsDescription>
<DocsBody>
<MDX
components={{
...defaultMdxComponents,
img: (props) => <ImageZoom {...(props as any)} />,
APIPage: openapi.APIPage,
}}
/>
</DocsBody>
Expand Down
Loading

1 comment on commit 969bd37

@CA-MKSingh
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deploy preview for shield-docs ready!

✅ Preview
https://shield-docs-bgc6hbhgp-mukesh-singhs-projects-d144c4ce.vercel.app

Built with commit 969bd37.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.