Skip to content

Commit

Permalink
jekyll build from Action 3399895
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed May 16, 2024
0 parents commit ae600d8
Show file tree
Hide file tree
Showing 672 changed files with 352,976 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
93 changes: 93 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>AWS DataOps Development Kit | An open source development framework to help you build data workflows and modern data architecture on AWS.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="AWS DataOps Development Kit" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="An open source development framework to help you build data workflows and modern data architecture on AWS." />
<meta property="og:description" content="An open source development framework to help you build data workflows and modern data architecture on AWS." />
<link rel="canonical" href="https://github.com/awslabs/aws-ddk/aws-ddk/404.html" />
<meta property="og:url" content="https://github.com/awslabs/aws-ddk/aws-ddk/404.html" />
<meta property="og:site_name" content="AWS DataOps Development Kit" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="AWS DataOps Development Kit" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"An open source development framework to help you build data workflows and modern data architecture on AWS.","headline":"AWS DataOps Development Kit","url":"https://github.com/awslabs/aws-ddk/aws-ddk/404.html"}</script>
<!-- End Jekyll SEO tag -->

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="/aws-ddk/assets/css/style.css?v=3399895a293f1bf1af9361ae977ec343b6cc68b0">
<link rel="stylesheet" href="/aws-ddk/assets/css/custom.css">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<link rel="shortcut icon" type="/aws-ddk/image/png" href="/aws-ddk/favicon.ico">
</head>
<body>

<section>
<div class="menu-background menu-background-berry">
<section class="menu-bar">
<div>
<nav role="navigation">
<ul>
<li><a class="nav-title" href="/aws-ddk/">AWS DDK</a></li>
<li><a class="nav-item" href="https://catalog.us-east-1.prod.workshops.aws/workshops/3644b48b-1d7c-43ef-a353-6edcd96385af/en-US" aria-haspopup="true">Getting Started</a></li>
<li><a class="nav-item" href="/aws-ddk/release/latest/how-to" aria-haspopup="true">How To</a>
<li><a class="nav-item" href="https://constructs.dev/packages/aws-ddk-core/" target=”_blank” rel="noreferrer noopener" aria-haspopup="true">API Documentation</i></a>
<li><a class="nav-item" href="/aws-ddk/workshops" aria-haspopup="true">Workshops</a></li>
<li><a class="nav-item" href="/aws-ddk/releases" target=”_blank” rel="noreferrer noopener" aria-haspopup="true">Releases</i></a>
<li><a class="nav-item" href="/aws-ddk/release/latest/how-to/upgrade-guide.html" target=”_blank” rel="noreferrer noopener" aria-haspopup="true">1.0.0 Upgrade Guide</i></a>

</ul>
</nav>
</div>

</section>
</div>


<div class="default-content default-content-margin-top" >
<div class="main-content">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

</div>
</div>


</section>
<section class="main-content">
<hr>
<div class="footer-content">
<div>©2023 Amazon Web Services</div>
<div>An <a href="https://aws.amazon.com/professional-services/">AWS Professional Services</a> open source initiative | aws-proserve-opensource@amazon.com</div>

</div>
</section>


<script src="/aws-ddk/assets/js/tabs.js"></script>
</body>
</html>
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# AWS DataOps Development Kit (DDK) Documentation

## Contributing a How-To Guide

- All new How-To guides should be created in the `release/next/how-to` directory.
- The guide should include the following front matter at the top of the file, you will need to update the title and possibly the category:

```
title: <Title to be displayed to customers>
layout: default
tags: how-to
order: 1
category: Advanced
```
- The allowed values for `category` are held in `_data\how-to-categories.yaml`. If you think your how-to guide doesn't fit into one of the existing categories, then add a new entry to this file.
- In `_data\how-to-categories.yaml`, 'name' is displayed as the group header on the How-To indexes and `category` matches to the category in the how-to guide. The `order` variable determines the order of the how-to guide within the category.
- After the front matter, add your how-to guide to the file

# How to Release

## 2) Copy the directory
- Snapshot the `next` directory by creating a copy to a new directory under `release`

```shell
cp -R ./release/next/ ./release/${releaseVersion}
```

## 3) Update the config file

- Edit `_data\versions.yaml` adding a new entry to the end of the array.

```yaml
- name: # the name of the release - should be the same as ${releaseVersion}
root: ${releaseVersion}
```

## Testing Locally with Jekyll
- jekyll install: https://jekyllrb.com/docs/installation/
```
cd docs
bundle install
bundle exec jekyll serve
```
10 changes: 10 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>

<p>You can find the source code for Minima at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/minima">minima</a></p>

<p>You can find the source code for Jekyll at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>

48 changes: 48 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.tab {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
position: relative;
}

.tab > * {
flex: none;
padding-left: 20px;
position: relative;
}

.tab > * > a {
display: block;
text-align: center;
padding: 9px 20px;
color: #999;
border-bottom: 2px solid transparent;
border-bottom-color: transparent;
font-size: 12px;
text-transform: uppercase;
transition: color .1s ease-in-out;
line-height: 20px;
}

.tab > .active > a {
color:#222;
border-color: #1e87f0;
}

.tab > li > a {
text-decoration: none;
cursor: pointer;
}

.tab-content {
padding: 0;
}

.tab-content > li {
display: none;
}
.tab-content > li.active {
display: initial;
}
1 change: 1 addition & 0 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae600d8

Please sign in to comment.