Skip to content

Commit

Permalink
Bootstrapped v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 22, 2024
1 parent ea8b2e1 commit 0ef53f6
Show file tree
Hide file tree
Showing 9 changed files with 8,610 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/docs/standard/data-package.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Data Package
description: A simple container format for describing a coherent collection of data in a single package. It provides the basis for convenient delivery, installation and management of datasets.
sidebar:
order: 1
profile: /profiles/2.0/datapackage.json
profile: /profiles/2.1/datapackage.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/data-resource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Data Resource
description: A simple format to describe and package a single data resource such as an individual table or file. The essence of a Data Resource is a locator for the data it describes. A range of other properties can be declared to provide a richer set of metadata.
sidebar:
order: 2
profile: /profiles/2.0/dataresource.json
profile: /profiles/2.1/dataresource.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/table-dialect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Table Dialect
description: Table Dialect describes how tabular data is stored in a file. It supports delimited text files like CSV, semi-structured formats like JSON and YAML, and spreadsheets like Microsoft Excel. The specification is designed to be expressible as a single JSON-compatible descriptor.
sidebar:
order: 3
profile: /profiles/2.0/tabledialect.json
profile: /profiles/2.1/tabledialect.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/table-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Table Schema
description: A simple format to declare a schema for tabular data. The schema is designed to be expressible in JSON.
sidebar:
order: 4
profile: /profiles/2.0/tableschema.json
profile: /profiles/2.1/tableschema.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datapackage.org",
"type": "module",
"version": "2.0",
"version": "2.1",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
Expand Down
Loading

0 comments on commit 0ef53f6

Please sign in to comment.