mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 04:19:01 +08:00
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.
This commit is contained in:
parent
7f2a0b40da
commit
f9c056a1b8
4
docs/index.md
Normal file
4
docs/index.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: home
|
||||||
|
title: Draco 3D Graphics Compression
|
||||||
|
---
|
@ -4,7 +4,7 @@ title: "README: Draco Spec Authoring Information"
|
|||||||
---
|
---
|
||||||
|
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class=""><a href="/">Home</a></li>
|
<li class=""><a href="..">Home</a></li>
|
||||||
<li class=""><a href=".">Draft Specification</a></li>
|
<li class=""><a href=".">Draft Specification</a></li>
|
||||||
<li class="">README</li>
|
<li class="">README</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -6,7 +6,7 @@ version_date: Released 2017-xx-xx
|
|||||||
---
|
---
|
||||||
|
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class=""><a href="/">Home</a></li>
|
<li class=""><a href="..">Home</a></li>
|
||||||
<li class="">Draft Specification</li>
|
<li class="">Draft Specification</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user