Skip to content

Commit

Permalink
chore: rm more refs
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 23, 2024
1 parent a2c0136 commit fa38263
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 111 deletions.
9 changes: 0 additions & 9 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ const sidebars: SidebarsConfig = {
dirName: "cloud",
},
],
sdf: [
makeDocsHeading({
name: "SDF",
}),
{
type: "autogenerated",
dirName: "sdf",
},
],
connectors: [
makeDocsHeading({
name: "Connectors",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Landing/components/Products/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Products(): JSX.Element {
</p>
<div className="space-x-2">
<a className="home-products-btn" href="/docs/fluvio/quickstart">Go to Fluvio</a>
<a className="home-products-btn" href="/docs/cloud/overview">Go to Cloud</a>
<a className="home-products-btn" href="https://infinyon.cloud/ui">Go to Cloud</a>
</div>
</Card>
<Card
Expand Down
81 changes: 0 additions & 81 deletions src/pages/docs/index.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions versioned_sidebars/version-0.11.10-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
"dirName": "cloud"
}
],
"sdf": [
{
"type": "html",
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">SDF</span>\n </span>\n </li>"
},
{
"type": "autogenerated",
"dirName": "sdf"
}
],
"connectors": [
{
"type": "html",
Expand Down
10 changes: 0 additions & 10 deletions versioned_sidebars/version-0.11.9-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
"dirName": "cloud"
}
],
"sdf": [
{
"type": "html",
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">SDF</span>\n </span>\n </li>"
},
{
"type": "autogenerated",
"dirName": "sdf"
}
],
"connectors": [
{
"type": "html",
Expand Down

0 comments on commit fa38263

Please sign in to comment.