diff --git a/docs/introduction/1002-vs.md b/docs/introduction/1002-vs.md index 190ac102..214fcfe3 100644 --- a/docs/introduction/1002-vs.md +++ b/docs/introduction/1002-vs.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 2 slug: /1002/vs/ --- diff --git a/docs/learn/1003-get-started.md b/docs/learn/1003-get-started.md index 0f6e493d..656a6a36 100644 --- a/docs/learn/1003-get-started.md +++ b/docs/learn/1003-get-started.md @@ -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’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’t already, be sure to read [What is CUE?](./1005-what_is_cue.md) In this tutorial we will learn: diff --git a/docs/learn/1004-first-env.md b/docs/learn/1004-first-env.md index f69ff339..9b439d8f 100644 --- a/docs/learn/1004-first-env.md +++ b/docs/learn/1004-first-env.md @@ -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’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’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. diff --git a/docs/introduction/1005-what_is_cue.md b/docs/learn/1005-what_is_cue.md similarity index 99% rename from docs/introduction/1005-what_is_cue.md rename to docs/learn/1005-what_is_cue.md index 39d2b382..74c301ed 100644 --- a/docs/introduction/1005-what_is_cue.md +++ b/docs/learn/1005-what_is_cue.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 slug: /1005/what-is-cue/ sidebar_label: What is Cue? ---