Skip to content

Commit d35e880

Browse files
author
Vivek Vishal
authored
Merge pull request #6425 from M-DEV-1/M-DEV-1/remove-service-mesh-reference-from-footer
remove: service mesh reference from footer
2 parents 9e57f1e + bab6b26 commit d35e880

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;
@@ -137,14 +135,6 @@ const Footer = ({ location }) => {
137135
Resource Library
138136
</Link>
139137
</li> */}
140-
<li>
141-
<Link
142-
className="category-link"
143-
to="/learn/service-mesh-books"
144-
>
145-
Service Mesh Books
146-
</Link>
147-
</li>
148138
<li>
149139
<Link
150140
className="category-link"
@@ -153,14 +143,6 @@ const Footer = ({ location }) => {
153143
Cloud Native Workshops
154144
</Link>
155145
</li>
156-
<li>
157-
<Link
158-
className="category-link"
159-
to="/service-mesh-landscape"
160-
>
161-
Service Mesh Comparison
162-
</Link>
163-
</li>
164146
{/* <li>
165147
<Link
166148
className="category-link"

0 commit comments

Comments
 (0)