From 8e076fe774386762da21d78823f905751f2803d9 Mon Sep 17 00:00:00 2001 From: Fred Chung Date: Mon, 28 Nov 2011 16:44:13 -0800 Subject: Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html Change-Id: I35a17374fc0d9d165cedc9d6e1052eaec0028ace --- docs/html/resources/resources-data.js | 10 ++++++++++ docs/html/resources/samples/images/vpn-confirmation.png | Bin 0 -> 60214 bytes 2 files changed, 10 insertions(+) create mode 100755 docs/html/resources/samples/images/vpn-confirmation.png (limited to 'docs/html/resources') diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index a35e684..18f1547 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -718,6 +718,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'communication', 'new'], + path: 'samples/ToyVpn/index.html', + title: { + en: 'Toy VPN Client' + }, + description: { + en: 'A sample application that illustrates the creation of a custom VPN client.' + } + }, + { tags: ['sample', 'newfeature'], path: 'samples/USB/index.html', title: { diff --git a/docs/html/resources/samples/images/vpn-confirmation.png b/docs/html/resources/samples/images/vpn-confirmation.png new file mode 100755 index 0000000..ae2e583 Binary files /dev/null and b/docs/html/resources/samples/images/vpn-confirmation.png differ -- cgit v1.1