Skip to content

Commit 8bf6d32

Browse files
committed
remove: service mesh reference from footer
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
1 parent 6d73708 commit 8bf6d32

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/sections/General/Footer/index.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ const Footer = ({ location }) => {
4343
"/programs",
4444
"/projects/",
4545
"/resources/",
46-
"/service-mesh-books/",
47-
"/service-mesh-labs/",
4846
"/service-mesh-workshops/",
4947
].some((check) => {
5048
returnPath = check;
@@ -127,14 +125,6 @@ const Footer = ({ location }) => {
127125
Resource Library
128126
</Link>
129127
</li> */}
130-
<li>
131-
<Link
132-
className="category-link"
133-
to="/learn/service-mesh-books"
134-
>
135-
Service Mesh Books
136-
</Link>
137-
</li>
138128
<li>
139129
<Link
140130
className="category-link"
@@ -143,14 +133,6 @@ const Footer = ({ location }) => {
143133
Cloud Native Workshops
144134
</Link>
145135
</li>
146-
<li>
147-
<Link
148-
className="category-link"
149-
to="/service-mesh-landscape"
150-
>
151-
Service Mesh Comparison
152-
</Link>
153-
</li>
154136
{/* <li>
155137
<Link
156138
className="category-link"

0 commit comments

Comments
 (0)