From 02e237ca20a642c8127d1039b0f71ef2ed232a96 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 21 Dec 2024 18:10:14 +0530 Subject: [PATCH] Create README.md --- doc/user_guide/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/user_guide/README.md diff --git a/doc/user_guide/README.md b/doc/user_guide/README.md new file mode 100644 index 00000000..a22842ae --- /dev/null +++ b/doc/user_guide/README.md @@ -0,0 +1,8 @@ +## API Dash User Guide + +- [History of Requests](https://github.com/foss42/apidash/blob/main/doc/user_guide/his_user_guide.md) +- [Environment Variables Manager](https://github.com/foss42/apidash/blob/main/doc/user_guide/env_user_guide.md) +- [How to Disable SSL for Requests](https://github.com/foss42/apidash/blob/main/doc/user_guide/disable_ssl.md) +- Import Request for cURL (Doc TODO) +- How to use Code Generator (Doc TODO) +- [API Dash on Mobile](https://github.com/foss42/apidash/blob/main/doc/user_guide/req_user_guide.md)