Add missing definitions to Dagger CUE API

Link to the source of truth cue files.

While at it, move this page from Knowledge Base, which is a generic
category, to Core Concepts. The URL didn't change so that we don't break
existing links. FWIW /1213/dagger-cue would have been my choice.

Initially contributed as a change part of
https://github.com/dagger/dagger/pull/1758

Should be merged after https://github.com/dagger/dagger/pull/1799

Related to https://github.com/dagger/dagger/pull/1768

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu
2022-03-14 19:09:52 +00:00
parent 7eeb3cee66
commit dcf3b7ed21
3 changed files with 70 additions and 53 deletions

View File

@@ -89,6 +89,7 @@ module.exports = {
"core-concepts/secrets",
"core-concepts/container-images",
"core-concepts/what-is-cue",
"core-concepts/dagger-cue",
],
},
{
@@ -98,7 +99,6 @@ module.exports = {
collapsed: false,
items: [
"knowledge-base/migrate-from-dagger-0.1",
"learn/api",
"use-cases/go-docker-swarm",
],
},