Skip to content

Commit 16ef8f7

Browse files
committed
Aded v2 link to the navbar
1 parent 07828b7 commit 16ef8f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = {
9292
{ text: "Implementation", link: "/guides/implementation/" },
9393
],
9494
},
95-
{ text: "Back to the main site", link: "https://frictionlessdata.io/" },
95+
{ text: "Data Package (v2)", link: "https://datapackage.org" },
9696
],
9797
},
9898
plugins: [["@vuepress/back-to-top"]],

.vuepress/theme/components/Navbar.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ $navbar-horizontal-padding = 1.5rem
134134
top $navbar-vertical-padding
135135
display flex
136136
.external
137-
opacity: 0.5
137+
color #1a98ff
138+
font-weight bold
139+
text-decoration underline
138140
.search-box
139141
flex: 0 0 auto
140142
vertical-align top

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Data Package (v1)
22

3-
> [Data Package (v2)](https://datapackage.org/) is being under active development. Please read the [announcement](https://frictionlessdata.io/blog/2023/11/15/frictionless-specs-update/)
4-
53
## What's a Data Package?
64

75
A Data Package is a simple container format used to describe and package a collection of data (a dataset).

0 commit comments

Comments
 (0)