Docs: combine "user manual" and "programming manual" into "learn dagger"

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-06-15 13:01:18 +00:00 committed by Solomon Hykes
parent 71c365542d
commit 9690981991
7 changed files with 25 additions and 22 deletions

View File

@ -1,12 +1,18 @@
---
slug: /user
slug: /learn/101-basics
---
# User Manual
# Dagger 101: basic usage
In this part, you will learn how to deploy a simple [React](https://reactjs.org/) application. This is an introduction before you [learn how to program dagger](/programming).
In this guide, you will learn the basics of Dagger by interacting with a pre-configured environment.
Then you will move on to creating your own environment from scratch.
You will learn how to use the most common dagger commands.
Our pre-configured environment deploys a simple [React](https://en.wikipedia.org/wiki/React_(JavaScript_library))
application to a special hosting environment created and managed by us, the Dagger team for the purpose of this tutorial.
This will allow you to deploy something "real" right away, without having to configure your own infrastructure first.
In later guides, you will learn how to configure Dagger to deploy to your own infrastructure. And, for advanced users,
how to share access to your infrastructure in the same way that we are sharing access to ours now.
## Before we start

View File

@ -1,9 +1,8 @@
---
sidebar_position: 1
slug: /programming
slug: /learn/102-dev
---
# Dagger 102: learn to program Dagger
# Dagger 102: create your first environment
## Overview

View File

@ -1,4 +1,8 @@
# Kubernetes
---
slug: /learn/107-kubernetes
---
# Dagger 107: deploy to Kubernetes
This tutorial illustrates how to use dagger to build, push and deploy Docker
images to Kubernetes.

View File

@ -1,8 +1,12 @@
# Infra provisioning
---
slug: /learn/108-cloudformation
---
## Integrating with AWS Cloudformation
# Dagger 108: provision infrastructure on AWS
After deploying the app on a bucket provisioned from the web interface, let's see how Dagger can be leveraged to extend our deployment pipeline using Cloudformation's relay.
In this guide you will learn how to automatically [provision infrastructure](https://dzone.com/articles/infrastructure-provisioning-) on AWS, by integrating [Amazon Cloudformation](https://aws.amazon.com/cloudformation/) in your Dagger environment.
We will start with something simple: provisioning a new bucket on [Amazon S3](https://en.wikipedia.org/wiki/Amazon_S3). But Cloudformation can provision almost any AWS resource; and Dagger can integrate with the full Cloudformation API.
## Prerequisites

View File

@ -1,5 +1,5 @@
{
"label": "User Manual",
"label": "Learn Dagger",
"position": 3,
"collapsed": false
}

View File

@ -1,5 +0,0 @@
{
"label": "Programming Manual",
"position": 4,
"collapsed": false
}

View File

@ -1,5 +0,0 @@
{
"label": "Guides",
"position": 2,
"collapsed": false
}