From eadf7acf0e00fbeb4b1f713014fd40b97cc4e9e8 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 21 Jan 2025 02:50:59 +0100 Subject: [PATCH] remove depreceated docs part --- docs/docs/api/schema.md | 1 - docs/docs/api/schema/auth.md | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 docs/docs/api/schema/auth.md diff --git a/docs/docs/api/schema.md b/docs/docs/api/schema.md index 441e977e2e..8b686b4036 100644 --- a/docs/docs/api/schema.md +++ b/docs/docs/api/schema.md @@ -22,7 +22,6 @@ API schema documentation is split into the following categories: | Category | Description | | --- | --- | -| [Authorization and Authentication](./schema/auth.md) | Authorization and Authentication | | [Background Task Management](./schema/background-task.md) | Background Task Management | | [Barcode Scanning](./schema/barcode.md) | Barcode Scanning | | [Bill of Materials](./schema/bom.md) | Bill of Materials | diff --git a/docs/docs/api/schema/auth.md b/docs/docs/api/schema/auth.md deleted file mode 100644 index 62c8b50103..0000000000 --- a/docs/docs/api/schema/auth.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Authorization and Authentication ---- - -The *Authorization and Authentication* section of the InvenTree API schema is documented below. - -[OAD(./docs/docs/api/schema/auth.yml)]