forked from awslabs/aws-serverless-data-lake-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mkdocs.yml
37 lines (37 loc) · 1.09 KB
/
.mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
site_name: AWS Serverless Data Lake Framework
site_url: https://sdlf.readthedocs.io
repo_url: https://github.com/awslabs/aws-serverless-data-lake-framework
copyright: Amazon Web Services, Inc. All Rights Reserved.
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.indexes
- navigation.path
logo: _static/sdlf-logo.svg
favicon: _static/sail-icon.ico
markdown_extensions:
- admonition
- attr_list
- tables
plugins:
- search
nav:
- index.md
- architecture.md
- Constructs:
- constructs/index.md
- constructs/foundations.md
- constructs/team.md
- constructs/dataset.md
- constructs/pipeline.md
- constructs/stage-lambda.md
- constructs/stage-glue.md
- constructs/stage-dataquality.md
- constructs/monitoring.md
- constructs/cicd.md
- 'Workshop': 'https://sdlf.workshop.aws/'
- 'License': 'https://github.com/awslabs/aws-serverless-data-lake-framework/blob/main/LICENSE'
- 'Contributing': 'https://github.com/awslabs/aws-serverless-data-lake-framework/blob/main/CONTRIBUTING.md'