Kaynağa Gözat

[docs] add links to example repositories (#833)

Sidharth Mohanty 1 yıl önce
ebeveyn
işleme
9894cfcced
2 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 3 1
      docs/examples/api_server.mdx
  2. 4 0
      docs/examples/full_stack.mdx

+ 3 - 1
docs/examples/api_server.mdx

@@ -2,7 +2,9 @@
 title: '🌍 API Server'
 ---
 
-The API Server based on Flask integrates the `embedchain` package, offering endpoints to add, query, and chat to engage in conversations with a chatbot using JSON requests.
+The API server example can be found [here](https://github.com/embedchain/embedchain/tree/main/examples/api_server).
+
+It is a Flask based server that integrates the `embedchain` package, offering endpoints to add, query, and chat to engage in conversations with a chatbot using JSON requests.
 
 ### 🐳 Docker Setup
 

+ 4 - 0
docs/examples/full_stack.mdx

@@ -2,6 +2,10 @@
 title: '🌐 Full Stack'
 ---
 
+The Full Stack app example can be found [here](https://github.com/embedchain/embedchain/tree/main/examples/full_stack).
+
+This guide will help you setup the full stack app on your local machine.
+
 ### 🐳 Docker Setup
 
 - To setup full stack app using docker, run the following command inside this folder using your terminal.