This is an automated email from the ASF dual-hosted git repository. jsime pushed a commit to branch docs/json-switcher in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit eb7dbfa4869f84e11dc53786bcdc783bd0fad176 Author: Jon Sime <[email protected]> AuthorDate: Wed Jun 29 16:04:43 2016 +0000 docs: central json config for valid languages and versions --- doc/static/languages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/static/languages.json b/doc/static/languages.json new file mode 100644 index 0000000..07271e5 --- /dev/null +++ b/doc/static/languages.json @@ -0,0 +1,4 @@ +{ + "en": { "name": "English", "versions": ["latest","6.2.x","5.3.x"] }, + "ja": { "name": "日本語", "versions": ["latest","6.2.x","5.3.x"] } +} -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
