From f9c056a1b8646af9357382b13a68c1767a5865ec Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Wed, 26 Jul 2017 12:16:59 -0700 Subject: [PATCH] Add empty homepage index.md Though homepage is rendered completely from a template, it still needs an index.md to generate. Also change subpage breadcrumb links to relative, so they work in the GitHub Pages context. For example "/" points to the Google Org's home rather than Draco's home, so use "..", etc. --- docs/index.md | 4 ++++ docs/spec/README.md | 2 +- docs/spec/index.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..57cbd2c --- /dev/null +++ b/docs/index.md @@ -0,0 +1,4 @@ +--- +layout: home +title: Draco 3D Graphics Compression +--- diff --git a/docs/spec/README.md b/docs/spec/README.md index a97cbbb..f4dbfb1 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -4,7 +4,7 @@ title: "README: Draco Spec Authoring Information" --- diff --git a/docs/spec/index.md b/docs/spec/index.md index 2afe6ce..83c68cc 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -6,7 +6,7 @@ version_date: Released 2017-xx-xx ---