From 3f79e05585c132fe5198056cafc28c51398f527f Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Fri, 6 Nov 2015 09:51:19 -0800 Subject: [PATCH] Added new documentation links. Change-Id: Ib5234a97a863be08c3bb0f9329204bc3a7effccb --- docs/html/index.html | 5 ++++- docs/source/FlatBuffers.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/html/index.html b/docs/html/index.html index 5dab10e..a59c95b 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -123,7 +123,10 @@ $(document).ready(function(){initNavTree('index.html','');});
  • Useful documentation created by others:
  • diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md index f05061c..3f5258f 100644 --- a/docs/source/FlatBuffers.md +++ b/docs/source/FlatBuffers.md @@ -146,4 +146,7 @@ sections provide a more in-depth usage guide. - Evolution of FlatBuffers [visualization](https://www.youtube.com/watch?v=a0QE0xS8rKM). - Useful documentation created by others: - - [Using FlatBuffers in Unity](http://exiin.com/blog/flatbuffers-for-unity-sample-code/) + - [FlatBuffers in Go](https://rwinslow.com/tags/flatbuffers/) + - [FlatBuffers in Android](http://frogermcs.github.io/flatbuffers-in-android-introdution/) + - [Parsing JSON to FlatBuffers in Java](http://frogermcs.github.io/json-parsing-with-flatbuffers-in-android/) + - [FlatBuffers in Unity](http://exiin.com/blog/flatbuffers-for-unity-sample-code/) -- 2.7.4