Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcruse3 committed Oct 26, 2023
1 parent ec999fb commit 6051cc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acai_aws/docs/apigateway/configuration-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def post(grower, response):

???+ info
You can add as many custom requirements as you want, with any variable type you want, and they will be passed to
your `before_all`, `before`, `after_all`, `after` and `with_auth` middleware defined functions.
your `before_all`, `before`, `after_all`, `after` and `with_auth` middleware defined functions.

```python
@requirements(
Expand Down
4 changes: 2 additions & 2 deletions docs/apigateway/configuration-details/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3204,9 +3204,9 @@ <h4 id="timeout"><code>timeout</code><a class="headerlink" href="#timeout" title
<h4 id="custom-requirements">custom requirements<a class="headerlink" href="#custom-requirements" title="Permanent link">&para;</a></h4>
<details class="info" open="open">
<summary>Info</summary>
<p>You can add as many custom requirements as you want, with any variable type you want, and they will be passed to </p>
<p>You can add as many custom requirements as you want, with any variable type you want, and they will be passed to
your <code>before_all</code>, <code>before</code>, <code>after_all</code>, <code>after</code> and <code>with_auth</code> middleware defined functions.</p>
</details>
<p>your <code>before_all</code>, <code>before</code>, <code>after_all</code>, <code>after</code> and <code>with_auth</code> middleware defined functions.</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
<span class="normal">2</span>
<span class="normal">3</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 6051cc4

Please sign in to comment.