This is an automated email from the ASF dual-hosted git repository.

Baoyuantop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 697be33dd docs: Add guide for admin key (#3273)
697be33dd is described below

commit 697be33ddc68573d281b7db8f951bc34541f6488
Author: YapWC <[email protected]>
AuthorDate: Wed Jun 3 18:23:30 2026 +0800

    docs: Add guide for admin key (#3273)
---
 docs/en/assets/development/insert-admin-key.png | Bin 0 -> 34553 bytes
 docs/en/development.md                          |   8 +++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/en/assets/development/insert-admin-key.png 
b/docs/en/assets/development/insert-admin-key.png
new file mode 100644
index 000000000..7db241d8a
Binary files /dev/null and b/docs/en/assets/development/insert-admin-key.png 
differ
diff --git a/docs/en/development.md b/docs/en/development.md
index 19fc1a68c..fd3d2cac4 100644
--- a/docs/en/development.md
+++ b/docs/en/development.md
@@ -34,7 +34,7 @@ If there is no prompt, open the `Command Palette`, type 
`reopen`, and select `De
 
 ### 2. Wait for the environment to be ready
 
-After clicking, it will take some time for the environment to be built, 
depending on your network conditions. 
+After clicking, it will take some time for the environment to be built, 
depending on your network conditions.
 
 Once the environment is ready, similar information will be displayed in the 
`TERMINAL` tab.
 
@@ -49,3 +49,9 @@ pnpm dev
 ```
 
 You can then modify the code and preview the updated page in the browser in 
real-time.
+
+### 4. Admin Key
+
+![Insert Admin Key](./assets/development/insert-admin-key.png)
+
+You can find the admin key under `e2e/server/apisix_conf.yml`.

Reply via email to