From d6aa4e0c33b7c1921e209f8ed342766acda4b46d Mon Sep 17 00:00:00 2001 From: Karol Wolski Date: Thu, 26 Sep 2024 15:49:31 +0200 Subject: [PATCH] site_url changed, path to image adjusted --- docs/data_platform/roles.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data_platform/roles.md b/docs/data_platform/roles.md index a802ee9..66d277f 100644 --- a/docs/data_platform/roles.md +++ b/docs/data_platform/roles.md @@ -3,7 +3,7 @@ In modern organizations, various roles contribute to the design, development, and operation of data-driven systems. These roles collaborate to ensure that data flows smoothly through its lifecycle, from generation to consumption in analytics, machine learning, and business processes. Data engineers act as a crucial link between upstream data producers and downstream data consumers, enabling a seamless data engineering flow. **Diagram Placeholder: Data engineering roles** -![Data engineering roles](../assets/data-platform_data-engineering-roles.png) +![Data engineering roles](../assets/images/data-platform_data-engineering-roles.png) Below is an overview of the key roles and their responsibilities. A single person can take on multiple roles, but it's important to distinguish them within the broader organizational landscape. diff --git a/mkdocs.yml b/mkdocs.yml index b927c35..b179de7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: datakb -site_url: https://mydomain.org/ +site_url: https://datakb.com/ repo_name: dyvenia/data-excellence repo_url: https://github.com/dyvenia/data-excellence edit_uri: blob/main/docs/