Skip to content

Commit b64ffe3

Browse files
committed
Gi/portal knowledge base (#6993)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on enhancing the `thirdweb Knowledge Base` by adding new troubleshooting guides, updating existing resources, and improving documentation structure for better user support. ### Detailed summary - Added a new troubleshooting guide for `Nebula`. - Introduced detailed steps for resolving `device link errors` in `thirdweb CLI`. - Updated support links in `Header.tsx`. - Created new sections for `batch upload issues` and `airdrop contract troubleshooting`. - Improved layout in `layout.tsx` with `DocLayout`. - Removed unused `ContractsIcon` from `page.tsx`. - Enhanced the `knowledge base` sidebar structure. - Added visual guides and images in multiple `mdx` files for clarity. - Improved metadata for better SEO and documentation clarity. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a comprehensive Knowledge Base with structured navigation, guides, and troubleshooting for web3 development and thirdweb support. - Added detailed documentation on deploying NFT mint sites, creating soulbound tokens, sharing console errors, and resolving CLI device link errors. - Launched troubleshooting guides for airdrop contracts, batch upload issues, embed feature changes, and Nebula-specific support. - **Improvements** - Updated navigation links to add a Nebula API reference and consolidated support links to internal resources. - **Removals** - Removed the "Contracts" article card from the learning resources section. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 30fafd1 commit b64ffe3

File tree

32 files changed

+538
-33
lines changed

32 files changed

+538
-33
lines changed

apps/portal/src/app/Header.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ export const connectLinks: Array<{
122122
] as const;
123123

124124
const apisLinks = [
125+
{
126+
name: "Nebula",
127+
href: "/nebula/api-reference",
128+
},
125129
{
126130
name: "Insight",
127131
href: "https://insight.thirdweb.com/reference",
@@ -139,11 +143,7 @@ const apisLinks = [
139143
const supportLinks = [
140144
{
141145
name: "Get thirdweb support",
142-
href: "https://thirdweb.com/support",
143-
},
144-
{
145-
name: "Knowledge Base",
146-
href: "https://support.thirdweb.com",
146+
href: "/knowledge-base",
147147
},
148148
{
149149
name: "Contact Sales",
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)