Merge pull request #16217 from caesarxuchao/update-versionize

versionize the include directory in definitions.md and operations.md
This commit is contained in:
Daniel Smith
2015-10-27 16:42:00 -07:00
5 changed files with 12 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
<!-- needed for gh-pages to render html files when imported -->
{% include extensions-v1beta1-definitions.html %}
{% include <REPLACE-WITH-RELEASE-VERSION>/extensions-v1beta1-definitions.html %}

View File

@@ -31,7 +31,7 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
<!-- needed for gh-pages to render html files when imported -->
{% include extensions-v1beta1-operations.html %}
{% include <REPLACE-WITH-RELEASE-VERSION>/extensions-v1beta1-operations.html %}

View File

@@ -31,7 +31,7 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
<!-- needed for gh-pages to render html files when imported -->
{% include v1-definitions.html %}
{% include <REPLACE-WITH-RELEASE-VERSION>/v1-definitions.html %}

View File

@@ -31,7 +31,7 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
<!-- needed for gh-pages to render html files when imported -->
{% include v1-operations.html %}
{% include <REPLACE-WITH-RELEASE-VERSION>/v1-operations.html %}