Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 59d82f8

Browse files
author
Ken Berkeley
committed
[improve] add navbar to doc
1 parent 5c268e4 commit 59d82f8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/_coverpage.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# vue2-datatable-component
22

3-
> The best Datatable for Vue.js 2.x which never sucks
4-
53
[![npm version][npm-v-img]][npm-url]
64
[![npm download][npm-dl-img]][npm-url]
75

8-
[GitHub](https://github.com/OneWayTech/vue2-datatable)
9-
[Online examples](https://onewaytech.github.io/vue2-datatable/examples/dist)
10-
[Doc ↓](README)
6+
[The best Datatable for Vue.js 2.x which never sucks ↓](README)
117

128
[npm-url]: https://www.npmjs.com/package/vue2-datatable-component
139
[npm-v-img]: http://img.shields.io/npm/v/vue2-datatable-component.svg

doc/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<link rel="stylesheet" href="//cdn.bootcss.com/docsify/4.3.0/themes/vue.css">
77
</head>
88
<body>
9+
10+
<nav>
11+
<a target="_blank" href="https://github.com/OneWayTech/vue2-datatable">
12+
Github
13+
</a>
14+
<a target="_blank" href="https://onewaytech.github.io/vue2-datatable/examples/dist">
15+
Examples
16+
</a>
17+
</nav>
918

1019
<div id="app"></div>
1120

0 commit comments

Comments
 (0)