Skip to content

docs: add FAQ/recipes section#4555

Open
maliktafheem wants to merge 1 commit intolitestar-org:mainfrom
maliktafheem:docs/add-faq-recipes-section
Open

docs: add FAQ/recipes section#4555
maliktafheem wants to merge 1 commit intolitestar-org:mainfrom
maliktafheem:docs/add-faq-recipes-section

Conversation

@maliktafheem
Copy link

Summary

Adds a new FAQ & Common Recipes section to the documentation to address common questions from users.

  • Creates docs/topics/faq.rst with initial FAQ content
  • Adds the FAQ to the topics toctree in docs/topics/index.rst

Initial Content

The first FAQ entry addresses a common question: "How do I see stack traces in error responses?"

This covers:

  • Using debug=True in the Litestar app constructor
  • Using the --debug CLI flag

Future Expansion

The FAQ section is designed to be expanded over time with additional common questions and recipes. The structure is in place for contributors to easily add more entries.

Fixes #3450

Establishes a new FAQ section in docs/topics/ to answer common questions.
Initial content includes how to enable stack trace visibility using debug mode.

Fixes litestar-org#3450

Signed-off-by: Malik Tafheem <maliktafheem10@gmail.com>
@maliktafheem maliktafheem requested review from a team as code owners January 14, 2026 09:11
@github-actions github-actions bot added area/docs This PR involves changes to the documentation size: small type/docs pr/external Triage Required 🏥 This requires triage labels Jan 14, 2026
@github-actions
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/4555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs This PR involves changes to the documentation pr/external size: small Triage Required 🏥 This requires triage type/docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Add common recipes/FAQ section

1 participant

Comments