Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: docs mvp #185

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/website/src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const Header = () => {
<div className="flex flex-row items-center justify-end gap-0 gt_mobile:justify-between gt_mobile:gap-1 md:gap-5">
<a
className="px-[10px] py-[9px] not-italic text-black font-medium text-sm leading-5 rounded-md gt_mobile:hover:bg-gray-100"
href={"https://api.nameguard.io/docs"}
href="https://api.nameguard.io/docs"
target="_blank"
>
Docs
</a>
Expand Down
3 changes: 0 additions & 3 deletions docs/_snippets/snippet-example.mdx

This file was deleted.

22 changes: 0 additions & 22 deletions docs/api-reference/authentication.mdx

This file was deleted.

84 changes: 0 additions & 84 deletions docs/api-reference/endpoint/create.mdx

This file was deleted.

47 changes: 0 additions & 47 deletions docs/api-reference/endpoint/delete.mdx

This file was deleted.

101 changes: 0 additions & 101 deletions docs/api-reference/endpoint/get.mdx

This file was deleted.

101 changes: 0 additions & 101 deletions docs/api-reference/endpoint/update.mdx

This file was deleted.

Binary file added docs/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/chains.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chains
description:
---

NameGuard supports multiple chains, including:

- `mainnet`
- `goerli`
- `sepolia`

Each API endpoint and SDK function gives you the ability to configure the chain using the `network` parameter or argument.
Loading