versionize the include directory in definitions.md and operations.md

This commit is contained in:
Chao Xu
2015-10-23 16:41:35 -07:00
parent 88548e227a
commit 45b0917b6b
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 %}