Skip to content

Commit fe13f3f

Browse files
fix: move tutorial assets to public directory and rename file
- Rename 5min-quickstart-en.md to 001_5min-agent-quickstart-en.md for better ordering - Move openapi.png from src/pages/assets/ to public/assets/ following Astro best practices - Static assets in public/ directory are served directly without build processing
1 parent e691a16 commit fe13f3f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

public/assets/openapi.png

82 KB
Loading

src/content/tutorials/netdriver/5min-quickstart-en.md renamed to src/content/tutorials/netdriver/001_5min-agent-quickstart-en.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can see the following key information from the logs:
198198

199199
Additionally, we provide OpenAPI documentation and debugging interface based on the FastAPI framework, which you can access at: [http://localhost:8000/docs](http://localhost:8000/docs)
200200

201-
<img src="./openapi.png" style="width:600px;height:400px;">
201+
<img src="/assets/openapi.png" style="width:600px;height:400px;">
202202

203203
---
204204

@@ -655,5 +655,3 @@ Congratulations on completing the NetDriver quickstart! Here's what you can do n
655655
---
656656

657657
**Author**: Vincent Bergman
658-
659-

0 commit comments

Comments
 (0)