moved what is cue page to Learn section

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-10-05 15:26:49 -06:00
parent 7e19159f98
commit a1c2d14162
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
slug: /1002/vs/
---

View File

@ -6,7 +6,7 @@ slug: /1003/get-started/
In this tutorial, you will learn the basics of Dagger by building a Dagger project from scratch. This simple project deploys a [React](https://reactjs.org/) application to your local machine via Docker. In later tutorials, you will learn how to configure Dagger to deploy to remote infrastructure such as EKS and GKE.
This tutorial does involve writing CUE, so if you haven&rsquo;t already, be sure to read [What is CUE?](../introduction/1005-what_is_cue.md)
This tutorial does involve writing CUE, so if you haven&rsquo;t already, be sure to read [What is CUE?](./1005-what_is_cue.md)
In this tutorial we will learn:

View File

@ -11,7 +11,7 @@ and use it to deploy a React application to two locations in parallel:
a dedicated [Amazon S3](https://wikipedia.org/wiki/Amazon_S3) bucket, and a
[Netlify](https://en.wikipedia.org/wiki/Netlify) site.
You will need to understand the [CUE language](https://cuelang.org), so be sure to read [What Is Cue?](../introduction/1005-what_is_cue.md) if you haven&rsquo;t already.
You will need to understand the [CUE language](https://cuelang.org), so be sure to read [What Is Cue?](./1005-what_is_cue.md) if you haven&rsquo;t already.
In technical terms, our plan is a [CUE Package](https://cuelang.org/docs/concepts/packages/#packages). This tutorial will develop a new CUE package from scratch for our plan, but you can use any Cue package as a plan.

View File

@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
slug: /1005/what-is-cue/
sidebar_label: What is Cue?
---