File tree Expand file tree Collapse file tree 7 files changed +1
-171
lines changed
knowledge-base/troubleshoot Expand file tree Collapse file tree 7 files changed +1
-171
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ const links = [
5151 href : "/insight" ,
5252 name : "Insight" ,
5353 } ,
54- {
55- href : "/nebula" ,
56- name : "Nebula" ,
57- } ,
5854 {
5955 href : "/vault" ,
6056 name : "Vault" ,
@@ -127,10 +123,6 @@ export const connectLinks: Array<{
127123] as const ;
128124
129125const apisLinks = [
130- {
131- href : "/nebula/api-reference" ,
132- name : "Nebula" ,
133- } ,
134126 {
135127 href : "https://insight.thirdweb.com/reference" ,
136128 name : "Insight" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { BridgeIcon } from "../icons/products/BridgeIcon";
1414import { ConnectIcon } from "../icons/products/ConnectIcon" ;
1515import { EngineIcon } from "../icons/products/EngineIcon" ;
1616import { InsightIcon } from "../icons/products/InsightIcon" ;
17- import { NebulaIcon } from "../icons/products/NebulaIcon" ;
1817import { PlaygroundIcon } from "../icons/products/PlaygroundIcon" ;
1918import { cn } from "../lib/utils" ;
2019import DocsHeroDark from "./_images/docs-hero-dark.png" ;
@@ -148,12 +147,6 @@ function ReferenceSection() {
148147 iconClassName = "text-muted-foreground"
149148 title = "Bundler"
150149 />
151- < SDKCard
152- href = "/nebula/api-reference"
153- icon = { NebulaIcon } // TODO: actual openAPI docs
154- iconClassName = "text-muted-foreground"
155- title = "Nebula"
156- />
157150 </ Grid >
158151 </ section >
159152 ) ;
@@ -194,16 +187,10 @@ function LearningResourcesSection() {
194187 icon = { InsightIcon }
195188 title = "Insight"
196189 />
197- < ArticleCardIndex
198- description = "API interface for LLMs"
199- href = "/nebula"
200- icon = { NebulaIcon }
201- title = "Nebula"
202- />
203190 < ArticleCardIndex
204191 description = "Non-custodial key management service"
205192 href = "/vault"
206- icon = { NebulaIcon }
193+ icon = { InsightIcon }
207194 title = "Vault"
208195 />
209196 </ Grid >
Original file line number Diff line number Diff line change @@ -21,5 +21,3 @@ export { ReactIcon } from "./sdks/ReactIcon";
2121export { TypeScriptIcon } from "./sdks/TypeScriptIcon" ;
2222export { UnityIcon } from "./sdks/UnityIcon" ;
2323export { UnrealEngineIcon } from "./sdks/UnrealEngineIcon" ;
24- //sidebar
25- export { NebulaSideIcon } from "./sidebar/NebulaSideIcon" ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments