Skip to content

Commit 5abd5f7

Browse files
committed
APISIX update and Docusaurus new version
Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent 899f8a1 commit 5abd5f7

File tree

4 files changed

+356
-342
lines changed

4 files changed

+356
-342
lines changed

docs-source/site/docs/platform/apisix.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,17 @@ Test the admin key by running a simple curl command; it should return the list o
4343
```shell
4444
curl http://127.0.0.1:9180/apisix/admin/routes -H "X-API-key: $admin_key" -X GET
4545
```
46+
47+
### Accessing APISIX Dashboard
48+
49+
:::note
50+
Note that all functionality is not available in the dashboard. You might need to use the REST APIs
51+
:::
52+
53+
APISIX has an embedded dashboard that can be accessed after a tunnel is established to the `apisix-admin` service. The dashboard is available on this [URL](http://localhost:8190/ui). **NOTE:** you need the Admin key to be able to access the dashboard.
54+
55+
![APISIX Dashboard](images/apisix-dashboard.png)
56+
57+
### Configuring APISIX using REST APIs
58+
59+
You can configure and update the APISIX gateway using the provided APIs. [API Documentation](https://apisix.apache.org/docs/apisix/getting-started/README/)
235 KB
Loading

0 commit comments

Comments
 (0)