Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 3c8070e

Browse files
authored
add deprecation on main doc (#702)
1 parent e5a1a2c commit 3c8070e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/content/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!!! note
2+
3+
**this project is deprecated in favor of the [AWS Data Solutions Framework](https://awslabs.github.io/aws-data-solutions-framework/)**. AWS DSF provides not only examples but also components that can be directly reused by AWS partners and customers. Popular constructs from this project are being migrated step by step into AWS DSF.
4+
15
The AWS Analytics Reference Architecture is a set of analytics solutions put together as end-to-end examples.
26
It regroups AWS best practices for designing, implementing, and operating analytics platforms through different purpose-built patterns, handling common requirements, and solving customers' challenges.
37

doc/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ nav:
3232
- Streaming Solutions: 'solutions/streaming.md'
3333
- Costs Solutions: 'solutions/costs.md'
3434
markdown_extensions:
35+
- admonition
36+
- pymdownx.details
37+
- pymdownx.superfences
3538
- toc:
3639
permalink: true
3740
- pymdownx.highlight:

0 commit comments

Comments
 (0)