From 2b78919ce04d8585155997a6850f54198657f2ad Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Thu, 15 Feb 2018 16:17:41 -0800 Subject: [PATCH] Cleaning up the guide readme --- docs/guides/BROWSER.md | 2 +- docs/guides/README.md | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/guides/BROWSER.md b/docs/guides/BROWSER.md index 25502f0..d4fbc2f 100644 --- a/docs/guides/BROWSER.md +++ b/docs/guides/BROWSER.md @@ -1,7 +1,7 @@ # Using Draco in the Browser This guide will show you how to use Draco files from the browser. -## JavaScript Decode +## JavaScript Decode Draco File This is an example to show how to use the Draco JavaScript deocder to decode Draco files in the browser. diff --git a/docs/guides/README.md b/docs/guides/README.md index 6cd26e5..bf15fcb 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -1,15 +1,17 @@ -GUIDES -====== +#GUIDES +======= _**Contents**_ - * [Command Line Applications](COMMAND_LINE_APPLICATIONS.md) +##Draco Files + * [Command Line Applications](COMMAND_LINE_APPLICATIONS.md) * [Building](COMMAND_LINE_APPLICATIONS.md#Building) * [Encode Draco File](COMMAND_LINE_APPLICATIONS.md#Encode-Draco-File) * [Decode Draco File](COMMAND_LINE_APPLICATIONS.md#Decode-Draco-File) * [Browser](BROWSER.md) - * [JavaScript Decode](BROWSER.md#JavaScript-Decode) + * [JavaScript Decode](BROWSER.md#JavaScript-Decode-Draco-File) * [Three.js Render](../../javascript/example/README.md) - * [glTF](GLTF.md) + +##[glTF](GLTF.md) * [Encode Draco glTF Using gltf-pipeline](GLTF.md#Encode-Draco-glTF-Using-gltf-pipeline) * [Render Draco glTF Using three-gltf-viewer](GLTF.md#Render-Draco-glTF-Using-three-gltf-viewer)