Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,5 @@ Valid combinations:

Now that you understand the vocabulary, continue to:

- **[State Channels vs L1/L2](../core-concepts/state-channels-vs-l1-l2.mdx)** — Deep comparison with other scaling solutions
- **[App Sessions](../core-concepts/app-sessions.mdx)** — Multi-party application patterns
- **[Session Keys](../core-concepts/session-keys.mdx)** — Authentication and security

For complete definitions, see the **[Glossary](/docs/protocol/glossary.mdx)**.
- **[State Channels vs L1/L2](/docs/learn/core-concepts/state-channels-vs-l1-l2)** — Deep comparison with other scaling solutions
- **[Challenge Response & Disputes](/docs/learn/core-concepts/challenge-response)** — On-chain dispute resolution
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Your environment is ready! Continue to:

- **[Key Terms & Mental Models](./key-terms.mdx)** — Understand the core concepts
- **[Quickstart](./quickstart.mdx)** — Build your first Yellow App
- **[State Channels vs L1/L2](../core-concepts/state-channels-vs-l1-l2.mdx)** — Deep dive into state channels
- **[State Channels vs L1/L2](/docs/learn/core-concepts/state-channels-vs-l1-l2)** — Deep dive into state channels

---

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,5 @@ console.log(`Current weight: ${signatureWeight}, Required: ${quorum}`);

## Further Reading

- [App Sessions Core Concepts](/docs/learn/core-concepts/app-sessions) — Understanding app sessions
- [App Session Methods](/docs/protocol/app-layer/off-chain/app-sessions) — Complete API reference
- [Client-Side App Session Signing Guide](/docs/guides/client-side-app-session-signing) — Signing implementation details
- [Session Keys](/docs/learn/core-concepts/session-keys) — Managing session keys
- [Protocol](/docs/protocol/introduction) — Protocol specification and architecture
- [SDK Reference](/docs/build/sdk) — Complete SDK documentation
Comment on lines +588 to +589
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Consider the impact of reducing navigation specificity.

The previous "Further Reading" section provided direct links to four specific topics (App Sessions concepts, app session methods, client-side signing, and session keys). Replacing these with two general links (Protocol introduction and SDK reference) may reduce discoverability for users seeking specific information.

If the specific pages were intentionally removed, consider adding brief inline guidance about where to find topics like session key management and signing workflows within the general documentation.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/build/sdk/multi-party-app-sessions.mdx` around lines 588 - 589, The
"Further Reading" section was simplified to only include "[Protocol] — Protocol
specification and architecture" and "[SDK Reference] — Complete SDK
documentation", which reduces discoverability of session-specific topics; update
the "Further Reading" block (the section labeled "Further Reading" that
currently contains those two links) to either restore the original four specific
links (App Sessions concepts, app session methods, client-side signing, and
session keys) or, if you want to keep only the two general links, add a short
inline note under them pointing to where session key management and signing
workflows live (e.g., "For session key management and signing workflows, see:
App Sessions concepts and App session methods in the SDK Reference and
Client-side signing in Protocol docs"). Ensure the edit mentions the specific
pages by name so users can find them easily.

21 changes: 0 additions & 21 deletions docs/guides/index.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/guides/manuals/_category_.json

This file was deleted.

169 changes: 0 additions & 169 deletions docs/guides/manuals/request-asset-support.md

This file was deleted.

Loading
Loading