From 4b03c5184a60f6a8eda515298e1b766fac56aba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Van=20Der=20Linden?= <117538+jeromevdl@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:29:43 +0100 Subject: [PATCH] docs: rename project (#252) * Update README.md * Update docs config --------- Co-authored-by: Dmitry Balabanov --- README.md | 10 ++++------ website/docusaurus.config.js | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8611629bc..8a35ad6bf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -# AWS Data Solutions Framework +# Data Solutions Framework on AWS -![ADSF logo](website/static/img/adsf-logo-light.png) +Data Solutions Framework (DSF) on AWS is a framework for implementation and delivery of data solutions with built-in AWS best practices. DSF is an abstraction atop AWS services based on [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), packaged as a library. -AWS Data Solutions Framework (AWS DSF) is a framework for implementation and delivery of data solutions with built-in AWS best practices. AWS DSF is an abstraction atop AWS services based on [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), packaged as a library. +You can leverage DSF to implement your data platform in weeks rather than in months. -You can leverage AWS DSF to implement your data platform in weeks rather than in months. - -- AWS DSF is available in TypeScript and Python. +- DSF is available in TypeScript and Python. - Use the framework to build your data solutions instead of building cloud infrastructure from scratch. - Compose data solutions using integrated building blocks via Infrastructure as Code (IaC). - Benefit from smart defaults and built-in AWS best practices. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index d58890d06..4c4c1d000 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { tagline: 'Accelerate building your data analytics solutions with AWS Data Solutions Framework', url: 'https://' + organization + '.github.io', // baseUrl: '/', //uncomment for local dev - baseUrl: '/aws-data-solutions-framework/', + baseUrl: '/data-solutions-framework-on-aws/', trailingSlash: false, onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',