From 1a0d10447d3a497303fa31c6bc1bd25082c0d16e Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Fri, 7 Jun 2024 15:15:25 +0200 Subject: [PATCH 1/4] Add Github button in documentation website --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index de053b6..4f69d2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,8 @@ theme: favicon: assets/medal.svg features: - content.code.copy # Copy button for code blocks + - content.action.edit # Edit button pointing to Github +repo_url: https://github.com/PicnicSupermarket/dbt-score plugins: - search - mkdocstrings From 3a28442cf7389084924b4994ef5df394e591d79a Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Fri, 7 Jun 2024 15:16:38 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5105b2..c41ee38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to -[Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and +this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - Create contributors guide for the documentation website. +- Add Github icon and link to documentation website. ## [0.1.1] - 2023-06-03 From c70df6f98f88a49263ac6d29fdfb832d44e63ef2 Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Fri, 7 Jun 2024 15:18:46 +0200 Subject: [PATCH 3/4] Prettify --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41ee38..e7c5c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and -this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] From d528b1db7eebebbfeb15127c4ad77e8a718a28e6 Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Fri, 7 Jun 2024 16:19:56 +0200 Subject: [PATCH 4/4] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d197543..cc6249e 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ organizations need, fully supported through the `meta` parameter. At scale, with hundreds or thousands of data models, all this metadata can become confusing, disparate, and inconsistent. It's hard to enforce good practices and maintain them in continuous integration systems. This is where -`dbt-score` plays its role: by allowing data teams to programatically define and -enforce metadata rules, in an easy and scalable manner. +`dbt-score` plays its role: by allowing data teams to programmatically define +and enforce metadata rules, in an easy and scalable manner. ## Documentation