diff --git a/docs/config.json b/docs/config.json index ef151ed38f..8d14e3c7da 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1046,6 +1046,10 @@ "label": "Basic", "to": "framework/angular/examples/basic" }, + { + "label": "Auto Refetching / Polling / Realtime", + "to": "framework/angular/examples/auto-refetching" + }, { "label": "Pagination", "to": "framework/angular/examples/pagination"