From 295ba543543abfbce687d92116a58459ca97fc14 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 7 Aug 2024 17:40:08 +0200 Subject: [PATCH] Delete documentation/docs/admin/customize directory --- .../docs/admin/customize/_category_.json | 7 ------- documentation/docs/admin/customize/api.md | 19 ------------------- .../docs/admin/customize/development.md | 5 ----- .../docs/admin/customize/localization.md | 7 ------- .../docs/admin/customize/migration.md | 7 ------- .../docs/admin/customize/troubleshooting.md | 7 ------- 6 files changed, 52 deletions(-) delete mode 100644 documentation/docs/admin/customize/_category_.json delete mode 100644 documentation/docs/admin/customize/api.md delete mode 100644 documentation/docs/admin/customize/development.md delete mode 100644 documentation/docs/admin/customize/localization.md delete mode 100644 documentation/docs/admin/customize/migration.md delete mode 100644 documentation/docs/admin/customize/troubleshooting.md diff --git a/documentation/docs/admin/customize/_category_.json b/documentation/docs/admin/customize/_category_.json deleted file mode 100644 index f6109a0e..00000000 --- a/documentation/docs/admin/customize/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Advanced", - "position": 99, - "link": { - "type": "generated-index" - } -} diff --git a/documentation/docs/admin/customize/api.md b/documentation/docs/admin/customize/api.md deleted file mode 100644 index af717405..00000000 --- a/documentation/docs/admin/customize/api.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -sidebar_position: 9 ---- - -# API - -:::danger -THIS FEATURE IS STILL EXPERIMENTAL AND NOT YET PRODUCTION READY! -::: - -On *OpenAdmin > API* you can generate a JWT token and then make some API calls for testing to familiarize yourself with the API. - - -![openadmin api settings](/img/admin/adminpanel_api_settings.png) - -Below each command, you'll find the corresponding curl command, which you can copy and paste onto another server to execute the API call, along with the actual response returned by the API endpoint. - -At the bottom, there's a section where you can view the API log, which records every request and response made to the API. - diff --git a/documentation/docs/admin/customize/development.md b/documentation/docs/admin/customize/development.md deleted file mode 100644 index 0f1170d9..00000000 --- a/documentation/docs/admin/customize/development.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 6 ---- - -This page was moved to: https://dev.openpanel.co/customize.html diff --git a/documentation/docs/admin/customize/localization.md b/documentation/docs/admin/customize/localization.md deleted file mode 100644 index 0e0c6e99..00000000 --- a/documentation/docs/admin/customize/localization.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 9 ---- - -# Localization - -This page has moved to: https://dev.openpanel.co/localization.html diff --git a/documentation/docs/admin/customize/migration.md b/documentation/docs/admin/customize/migration.md deleted file mode 100644 index 25b53b22..00000000 --- a/documentation/docs/admin/customize/migration.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 99 ---- - -# Server Migration - -To migrate OpenPanel to another server: diff --git a/documentation/docs/admin/customize/troubleshooting.md b/documentation/docs/admin/customize/troubleshooting.md deleted file mode 100644 index 34efffde..00000000 --- a/documentation/docs/admin/customize/troubleshooting.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 5 ---- - -# Troubleshooting - -This page has moved to: https://dev.openpanel.co/logs.html