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
This commit is contained in:
Fuegovic 2023-07-16 13:14:07 -04:00 committed by GitHub
parent 514f625b8f
commit 0246f164b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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) * [Stable Diffusion](docs/features/plugins/stable_diffusion.md)
* [Wolfram](docs/features/plugins/wolfram.md) * [Wolfram](docs/features/plugins/wolfram.md)
* [Make Your Own Plugin](docs/features/plugins/make_your_own.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) * [Proxy](docs/features/proxy.md)
* [Bing Jailbreak](docs/features/bing_jailbreak.md) * [Bing Jailbreak](docs/features/bing_jailbreak.md)

View file

@ -94,6 +94,7 @@ nav:
- Stable Diffusion: 'features/plugins/stable_diffusion.md' - Stable Diffusion: 'features/plugins/stable_diffusion.md'
- Wolfram: 'features/plugins/wolfram.md' - Wolfram: 'features/plugins/wolfram.md'
- Make Your Own Plugin: 'features/plugins/make_your_own.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' - Proxy: 'features/proxy.md'
- Bing Jailbreak: 'features/bing_jailbreak.md' - Bing Jailbreak: 'features/bing_jailbreak.md'
- Cloud Deployment: - Cloud Deployment: