From 0246f164b067f616911cc52a0bd02c220af66bed Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:14:07 -0400 Subject: [PATCH] docs: add "chatgpt_plugins_openapi.md" to readme.md and mkdocs (#655) * docs: add chatgpt_plugins_openapi.md to toc * docs: add chatgpt_plugins_openapi.md to mkdocs toc --- README.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c0f746d73..50f9d02a9 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https * [Stable Diffusion](docs/features/plugins/stable_diffusion.md) * [Wolfram](docs/features/plugins/wolfram.md) * [Make Your Own Plugin](docs/features/plugins/make_your_own.md) + * [Using official ChatGPT Plugins](docs/features/plugins/chatgpt_plugins_openapi.md) * [Proxy](docs/features/proxy.md) * [Bing Jailbreak](docs/features/bing_jailbreak.md) diff --git a/mkdocs.yml b/mkdocs.yml index a065cc326..b66b076b1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ nav: - Stable Diffusion: 'features/plugins/stable_diffusion.md' - Wolfram: 'features/plugins/wolfram.md' - Make Your Own Plugin: 'features/plugins/make_your_own.md' + - Using official ChatGPT Plugins: 'features/plugins/chatgpt_plugins_openapi.md' - Proxy: 'features/proxy.md' - Bing Jailbreak: 'features/bing_jailbreak.md' - Cloud Deployment: