Skip to content

Commit

Permalink
Update homepage-pathway.json and profile-pathway.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hall <ben@benhall.me.uk>
  • Loading branch information
BenHall committed Jun 16, 2019
1 parent 4696dc8 commit d1265e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
9 changes: 2 additions & 7 deletions homepage-pathway.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"title": "API Based Dynamic Routing Configuration",
"description": "Learn how to dynamically update configuration to route traffic driven via an API",
"external_link": "https://www.envoyproxy.io/try/api-based-dynamic-routing-configuration"
"external_link": "https://www.envoyproxy.io/try/api-based-dynamic-endpoint-discovery-service-configuration"
},
{
"title": "Detecting Down Services with Health Checks",
Expand All @@ -46,11 +46,6 @@
"title": "Implementing Metrics and Tracing Capabilities",
"description": "Gain visibility into production traffic with Metrics and Tracing",
"external_link": "https://www.envoyproxy.io/try/implementing-metrics-tracing"
},
{
"title": "API based dynamic endpoint discovery configuration",
"description": "Configure the discovery mechanism based on REST-JSON API used by Envoy to fetch cluster members",
"external_link": "https://www.envoyproxy.io/try/api-based-dynamic-endpoint-discovery-service-configuration"
}
]
}
}
13 changes: 9 additions & 4 deletions profile-pathway.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"description": "Learn how to dynamically update configuration to route traffic driven via files",
"id": "file-based-dynamic-routing-configuration"
},
{
"title": "API based dynamic endpoint discovery configuration",
"description": "Configure the discovery mechanism based on REST-JSON API used by Envoy to fetch cluster members",
"id": "api-based-dynamic-endpoint-discovery-service-configuration"
},
{
"title": "Detecting Down Services with Health Checks",
"description": "Understand how health checks ensure traffic only goes to healthy available services",
Expand All @@ -36,9 +41,9 @@
"id": "blue-green-deployments"
},
{
"title": "API based dynamic endpoint discovery configuration",
"description": "Configure the discovery mechanism based on REST-JSON API used by Envoy to fetch cluster members",
"id": "api-based-dynamic-endpoint-discovery-service-configuration"
"title": "Implementing Metrics and Tracing Capabilities",
"description": "Gain visibility into production traffic with Metrics and Tracing",
"id": "implementing-metrics-tracing"
}
]
}
}

0 comments on commit d1265e0

Please sign in to comment.