Skip to content

Commit 7224207

Browse files
author
vp
committed
feat(docs): update link text for clarity in index.md and packages.md
1 parent d9429a6 commit 7224207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ app.MapPost("/customers", async (CustomerCreateModel model, IRequester requester
203203
</div>
204204

205205
<p class="section-linkout">
206-
<a class="inline-link" href="examples/">Browse all examples and suggested progression</a>
206+
<a class="inline-link" href="examples/">Explore the examples</a>
207207
</p>
208208

209209
## Templates for new solutions and modules

docs/site/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ The most useful mental model is:
9999
1. Start with the developer-facing concepts in [Getting Started](getting-started.md).
100100
2. Learn the architectural roles on the [Architecture](architecture.md) page.
101101
3. Use the public [Documentation](reference/index.md) pages for feature-level detail.
102-
4. Treat the package list as an implementation map, not the primary onboarding experience.
102+
4. Refer back to this page when you want to understand where a specific package fits into the overall structure.

0 commit comments

Comments
 (0)