diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-29 14:20:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 14:20:20 -0700 |
| commit | 23d0c8910dfeab0bfa6fd8fa6c2450452bc25d3c (patch) | |
| tree | d5ef50892149c73d398acc47aff303aad164470f /docs/user-guide/nav.html | |
| parent | 2482271fffbe85efc1bd7efcf74a76f6ed436012 (diff) | |
Add gfx user's guide. (#1824)
* Add gfx user's guide.
* Add getting started chapter in gfx-guide
* Fixes
* Fix
* Polishing doc template
Diffstat (limited to 'docs/user-guide/nav.html')
| -rw-r--r-- | docs/user-guide/nav.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user-guide/nav.html b/docs/user-guide/nav.html new file mode 100644 index 000000000..9a29f99f7 --- /dev/null +++ b/docs/user-guide/nav.html @@ -0,0 +1,6 @@ +<nav> + <li><a href="../../">Docs</a></li> + <li><a href="../slang/">Slang</a></li> + <li><a href="index.html">User's Guide</a></li> + +</nav>
\ No newline at end of file |
