From 6d2f9a05f72e8015f25d14b06d6b4995e10368fe Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 4 Sep 2019 13:36:05 +0000 Subject: [PATCH] Deployed 89ac0a1c with MkDocs version: 1.0.4 --- api-guide/schemas/index.html | 5 +- api-guide/validators/index.html | 1 - community/release-notes/index.html | 18 +++ community/third-party-packages/index.html | 1 + community/tutorials-and-resources/index.html | 8 +- search/search_index.json | 2 +- sitemap.xml | 128 +++++++++---------- sitemap.xml.gz | Bin 752 -> 751 bytes 8 files changed, 92 insertions(+), 71 deletions(-) diff --git a/api-guide/schemas/index.html b/api-guide/schemas/index.html index 46564b18b..1664341f3 100644 --- a/api-guide/schemas/index.html +++ b/api-guide/schemas/index.html @@ -475,7 +475,8 @@ urlpatterns = [ # * Provide view name for use with `reverse()`. path('openapi', get_schema_view( title="Your Project", - description="API for all things …" + description="API for all things …", + version="1.0.0" ), name='openapi-schema'), # ... ] @@ -486,6 +487,7 @@ urlpatterns = [