File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments