From 829c65d76e46904c875ae3c47e407e89cbe278f0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 7 Feb 2024 12:32:13 +0100 Subject: [PATCH] add link back to rest of docs from rest-api because rest-api has no nav elements --- docs/source/_static/rest-api.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/rest-api.yml b/docs/source/_static/rest-api.yml index d7905549..58fd2721 100644 --- a/docs/source/_static/rest-api.yml +++ b/docs/source/_static/rest-api.yml @@ -2,8 +2,10 @@ openapi: 3.0.3 # note: 3.1.0 required for requestBody on DELETE # which we should maybe move away from info: - title: JupyterHub - description: The REST API for JupyterHub + title: JupyterHub REST API + description: | + The REST API for JupyterHub. + Return to JupyterHub documentation. license: name: BSD-3-Clause version: 5.0.0.dev