Skip to content

Commit f44bc45

Browse files
authored
Merge pull request #62 from pflooky/readme-files
Update markdown files in docs folder to use README file name, add in …
2 parents b96fcd3 + 5d97c0a commit f44bc45

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ This standard describes a structure for a **data contract**. Its current version
1818
## Discover the open standard
1919
A reader-friendly version of the standard can be found on its [dedicated site](https://bitol-io.github.io/open-data-contract-standard/).
2020

21-
Discover the [Open Data Contract Standard](docs/standard.md). This file contains some explanations and several examples. More [examples](docs/examples/index.md) can be found here.
21+
Discover the [Open Data Contract Standard](docs/README.md). This file contains some explanations and several examples. More [examples](docs/examples/README.md) can be found here.
2222

2323
## What is a Data Contract?
2424

2525
### The basics of a data contract
2626
A data contract defines the agreement between a data producer and consumers. A data contract contains several sections:
2727

28-
* [Fundamentals](docs/standard.md#demographics).
29-
* [Schema](docs/standard.md#dataset-and-schema).
30-
* [Data quality](docs/standard.md#data-quality).
31-
* [Service-level agreement (SLA)](docs/standard.md#service-level-agreement).
32-
* [Security & stakeholders](docs/standard.md#stakeholders).
33-
* [Custom properties](docs/standard.md#other-properties).
28+
* [Fundamentals](docs/README.md#demographics).
29+
* [Schema](docs/README.md#dataset-and-schema).
30+
* [Data quality](docs/README.md#data-quality-).
31+
* [Service-level agreement (SLA)](docs/README.md#service-level-agreement).
32+
* [Security & stakeholders](docs/README.md#stakeholders).
33+
* [Custom properties](docs/README.md#other-properties).
3434

3535
![Data contract schema](docs/img/data-contract-v2.2.1-schema.svg "Data contract schema")
3636

File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ theme:
3333

3434
nav:
3535
- Home: 'index.md'
36-
- Standard: 'standard.md'
37-
- Examples: 'examples/index.md'
36+
- Standard: 'README.md'
37+
- Examples: 'examples/README.md'
3838
- Changelog: 'changelog.md'
3939
- Contributing: 'contributing.md'
4040
- Vendors: 'vendors.md'

script/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Script
2+
3+
## Building docs
4+
5+
The script [`build_docs.sh`](build_docs.sh) is used to help move some top level markdown files into the
6+
[`docs`](../docs) directory to allow for mkdocs to create a website based on the markdown files.
7+
8+
This script gets called via the [GitHub Action](../.github/workflows/docs-site-deploy.yaml) that will build and deploy
9+
the documentation website.

0 commit comments

Comments
 (0)