Skip to content

Commit be687df

Browse files
authored
chore: remove banner from docs (#10254)
1 parent 5674f08 commit be687df

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/theme.config.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,12 @@ const config: DocsThemeConfig = {
110110
)
111111
},
112112
toc: {
113-
extraContent: (
114-
<div>
115-
<br/>
116-
<a target="_blank" href="https://cube.dev/blog/cube-cloud-named-fast-moving-leader-in-gigaoms-2024-sonar-report?utm_source=cube&utm_medium=docs">
117-
<img src="https://ucarecdn.com/a16cd6ee-4310-4507-a528-3caeda0777c2/"/>
118-
</a>
119-
</div>
120-
)
113+
},
114+
editLink: {
115+
component: null
116+
},
117+
feedback: {
118+
content: null
121119
}
122120
};
123121

0 commit comments

Comments
 (0)