add link back to rest of docs from rest-api

because rest-api has no nav elements
This commit is contained in:
Min RK
2024-02-07 12:32:13 +01:00
parent 0082f5b3da
commit 829c65d76e

View File

@@ -2,8 +2,10 @@ openapi: 3.0.3
# note: 3.1.0 required for requestBody on DELETE # note: 3.1.0 required for requestBody on DELETE
# which we should maybe move away from # which we should maybe move away from
info: info:
title: JupyterHub title: JupyterHub REST API
description: The REST API for JupyterHub description: |
The REST API for JupyterHub.
<a href="./">Return to JupyterHub documentation</a>.
license: license:
name: BSD-3-Clause name: BSD-3-Clause
version: 5.0.0.dev version: 5.0.0.dev