Skip to content

Commit a344997

Browse files
author
Vipul Rawat
authored
Rearrange docs navigation order (#335)
* rearrange docs navigation order * fix circuit breaker docs
1 parent 0940a65 commit a344997

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/advanced-guide/circuit-breaker/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ func main() {
4141
```
4242

4343
Circuit breaker state changes to open when number of consecutive failed requests increases the threshold.
44-
When it is open GoFr makes request to the aliveness endpoint (default being - /.well-known/alive) at equal interval of time provided in config.
44+
When it is in open state, GoFr makes request to the aliveness endpoint (default being - /.well-known/alive) at an equal interval of time provided in config.
4545

4646
To override the default aliveness endpoint [refer](/docs/advanced-guide/monitoring-service-health)

docs/navigation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ export const navigation = [
1212
{
1313
title: 'Advanced Guide',
1414
links: [
15-
{ title: 'Publishing Custom Metrics', href: '/docs/advanced-guide/publishing-custom-metrics' },
1615
{ title: 'Remote Log Level Change', href: '/docs/advanced-guide/remote-log-level-change' },
17-
{ title: 'Handling Data Migrations', href: '/docs/advanced-guide/handling-data-migrations' },
16+
{ title: 'Publishing Custom Metrics', href: '/docs/advanced-guide/publishing-custom-metrics' },
17+
{ title: 'Custom Spans in Tracing', href: '/docs/advanced-guide/custom-spans-in-tracing' },
1818
{ title: 'HTTP Communication', href: '/docs/advanced-guide/http-communication' },
1919
{ title: 'Circuit Breaker Support', href: '/docs/advanced-guide/circuit-breaker' },
2020
{ title: 'Monitoring Service Health', href: '/docs/advanced-guide/monitoring-service-health' },
21-
{ title: 'Custom Spans in Tracning', href: '/docs/advanced-guide/custom-spans-in-tracing' },
21+
{ title: 'Handling Data Migrations', href: '/docs/advanced-guide/handling-data-migrations' },
2222
// { title: 'Dealing with Remote Files', href: '/docs/advanced-guide/remote-files' },
2323
// { title: 'Supporting OAuth', href: '/docs/advanced-guide/oauth' },
2424
// { title: 'Writing gRPC Server', href: '/docs/advanced-guide/grpc' },

0 commit comments

Comments
 (0)