"kb style" docs: decouple URLs from structure

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-07-16 16:37:29 +00:00 committed by Solomon Hykes
parent 5a8f9d3e7c
commit 57754bebb8
21 changed files with 38 additions and 16 deletions

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 2 sidebar_position: 2
slug: /install slug: /1001/install/
--- ---
# Install Dagger # Install Dagger

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 2 sidebar_position: 2
slug: /vs slug: /1002/vs/
--- ---
# Dagger vs. Other Software # Dagger vs. Other Software

View File

@ -1,8 +1,8 @@
--- ---
slug: /learn/101-basics slug: /1003/get-started/
--- ---
# Dagger 101: basic usage # Get started with Dagger
In this guide, you will learn the basics of Dagger by interacting with a pre-configured environment. 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 environment from scratch. Then you will move on to creating your environment from scratch.

View File

@ -1,8 +1,8 @@
--- ---
slug: /learn/102-dev slug: /1004/dev-first-env/
--- ---
# Dagger 102: create your first environment # Create your first Dagger environment
## Overview ## Overview

View File

@ -1,8 +1,8 @@
--- ---
slug: /learn/103-script slug: /1005/custom-script/
--- ---
# Dagger 103: integrate custom shell scripts # Integrate custom shell scripts
In this guide, you will learn how to incorporate your custom shell scripts into a Dagger environment. For example, run integration tests before deployment; call a custom processing step; or any other custom task which you have already automated and want to incorporate into your Dagger environment with minimal effort. In this guide, you will learn how to incorporate your custom shell scripts into a Dagger environment. For example, run integration tests before deployment; call a custom processing step; or any other custom task which you have already automated and want to incorporate into your Dagger environment with minimal effort.

View File

@ -1,8 +1,8 @@
--- ---
slug: /learn/106-cloudrun slug: /1006/google-cloud-run/
--- ---
# Dagger 106: deploy to Cloud Run # Deploy to Google Cloud Run with Dagger
This tutorial illustrates how to use Dagger to build, push and deploy Docker images to Cloud Run. This tutorial illustrates how to use Dagger to build, push and deploy Docker images to Cloud Run.

View File

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

View File

@ -1,8 +1,8 @@
--- ---
slug: /learn/108-cloudformation slug: /1008/aws-cloudformation/
--- ---
# Dagger 108: provision infrastructure on AWS # Provision infrastructure with Dagger and AWS CloudFormation
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. 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.

View File

@ -1,4 +1,8 @@
# Dagger 109: integrate with Github Actions ---
slug: /1009/github-actions/
---
# Integrate Dagger with Github Actions
This tutorial illustrates how to use Github Actions and Dagger to build, push and deploy Docker images to Cloud Run. This tutorial illustrates how to use Github Actions and Dagger to build, push and deploy Docker images to Cloud Run.

View File

@ -1,4 +1,8 @@
# Dagger 109: creating packages ---
slug: /1010/dev-cue-package/
---
# Develop a new CUE package for Dagger
This tutorial illustrates how to create new packages, manually distribute them among your applications and contribute to This tutorial illustrates how to create new packages, manually distribute them among your applications and contribute to
the Dagger stdlib packages. the Dagger stdlib packages.

View File

@ -1,3 +1,7 @@
---
slug: /1011/operator-manual/
---
# Dagger Operator Manual # Dagger Operator Manual
## Custom buildkit setup ## Custom buildkit setup

View File

@ -0,0 +1 @@
../1011-operator-manual.md

View File

@ -0,0 +1 @@
../1002-vs.md

View File

@ -0,0 +1 @@
../1003-get-started.md

View File

@ -0,0 +1 @@
../1004-first-env.md

View File

@ -0,0 +1 @@
../1005-custom-script.md

View File

@ -0,0 +1 @@
../1006-google-cloud-run.md

View File

@ -0,0 +1 @@
../1007-kubernetes.md

View File

@ -0,0 +1 @@
../1008-aws-cloudformation.md

View File

@ -0,0 +1 @@
../1009-github-actions.md

View File

@ -0,0 +1 @@
../1010-dev-cue-package.md