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 ;
@@ -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"
You can’t perform that action at this time.
0 commit comments