<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
Adds new Tracing chapter to document API introduced in
https://github.com/vapor/vapor/pull/3253
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
### Line break for options:
Added a visual line break to separate the header "Some text options:"
from the list items. This ensures proper Markdown rendering and improves
readability.
---
### Before:
Some text options:
- Example 1
- Example 2
**Rendered as:**
Some text options: - Example 1 - Example 2
---
### After:
Some text options:
(line break added)
- Example 1
- Example 2
**Rendered as:**
Some text options:
- Example 1
- Example 2
---
### Consistent visual rendering across other Markdown elements:
This change introduces a similar visual line break strategy for
informational blocks.
These adjustments ensure uniformity, improve Markdown rendering, and
maintain a cleaner visual structure across various platforms.
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
* Added a small brief of the asyncDriver to allow people know you can
use that for testing
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
---------
Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
translation of the whole document
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
---------
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
Added spanish translation for advanced/middleware.md file
<!-- When this PR is merged, the title and body will be -->
Spanish translation for advanced/middleware.es.md
<!-- used to generate a release automatically. -->
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
This is my own attempt to close#394 with a full request page. May
supersede #859 if we want a more in depth section.
---------
Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
issue included are:
#861#836#818#812
Some issues have been fully translated as well:
closes#791closes#788closes#811
---------
Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
* Update queues.md
- adds a warning about trying to scheduled jobs outside of boot up
* Update docs/advanced/queues.md
---------
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>