Skip to content

Commit 7105c13

Browse files
committed
Add OPTIONS/metadata to docs index
1 parent fcdef98 commit 7105c13

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/api-guide/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a class="github" href="metadata.py"></a>
1+
source: metadata.py
22

33
---
44

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The API guide is your complete reference manual to all the functionality provide
181181
* [Filtering][filtering]
182182
* [Pagination][pagination]
183183
* [Content negotiation][contentnegotiation]
184+
* [Metadata][metadata]
184185
* [Format suffixes][formatsuffixes]
185186
* [Returning URLs][reverse]
186187
* [Exceptions][exceptions]
@@ -305,6 +306,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
305306
[filtering]: api-guide/filtering.md
306307
[pagination]: api-guide/pagination.md
307308
[contentnegotiation]: api-guide/content-negotiation.md
309+
[metadata]: api-guide/metadata.md
308310
[formatsuffixes]: api-guide/format-suffixes.md
309311
[reverse]: api-guide/reverse.md
310312
[exceptions]: api-guide/exceptions.md

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pages:
3333
- ['api-guide/filtering.md', 'API Guide', 'Filtering']
3434
- ['api-guide/pagination.md', 'API Guide', 'Pagination']
3535
- ['api-guide/content-negotiation.md', 'API Guide', 'Content negotiation']
36+
- ['api-guide/metadata.md', 'API Guide', 'Metadata']
3637
- ['api-guide/format-suffixes.md', 'API Guide', 'Format suffixes']
3738
- ['api-guide/reverse.md', 'API Guide', 'Returning URLs']
3839
- ['api-guide/exceptions.md', 'API Guide', 'Exceptions']

0 commit comments

Comments
 (0)