"kb style" docs: decouple URLs from structure
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
5a8f9d3e7c
commit
57754bebb8
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
slug: /install
|
slug: /1001/install/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Install Dagger
|
# Install Dagger
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
slug: /vs
|
slug: /1002/vs/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Dagger vs. Other Software
|
# Dagger vs. Other Software
|
@ -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.
|
@ -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
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
slug: /1011/operator-manual/
|
||||||
|
---
|
||||||
|
|
||||||
# Dagger Operator Manual
|
# Dagger Operator Manual
|
||||||
|
|
||||||
## Custom buildkit setup
|
## Custom buildkit setup
|
1
docs/administrator/1011-operator-manual.md
Symbolic link
1
docs/administrator/1011-operator-manual.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1011-operator-manual.md
|
1
docs/introduction/1002-vs.md
Symbolic link
1
docs/introduction/1002-vs.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1002-vs.md
|
1
docs/learn/1003-get-started.md
Symbolic link
1
docs/learn/1003-get-started.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1003-get-started.md
|
1
docs/learn/1004-first-env.md
Symbolic link
1
docs/learn/1004-first-env.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1004-first-env.md
|
1
docs/learn/1005-custom-script.md
Symbolic link
1
docs/learn/1005-custom-script.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1005-custom-script.md
|
1
docs/learn/1006-google-cloud-run.md
Symbolic link
1
docs/learn/1006-google-cloud-run.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1006-google-cloud-run.md
|
1
docs/learn/1007-kubernetes.md
Symbolic link
1
docs/learn/1007-kubernetes.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1007-kubernetes.md
|
1
docs/learn/1008-aws-cloudformation.md
Symbolic link
1
docs/learn/1008-aws-cloudformation.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1008-aws-cloudformation.md
|
1
docs/learn/1009-github-actions.md
Symbolic link
1
docs/learn/1009-github-actions.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1009-github-actions.md
|
1
docs/learn/1010-dev-cue-package.md
Symbolic link
1
docs/learn/1010-dev-cue-package.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../1010-dev-cue-package.md
|
Reference in New Issue
Block a user