diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..8bc1baa0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,30 @@ +--- +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + groups: + production-dependencies: + dependency-type: 'production' + development-dependencies: + dependency-type: 'development' + - package-ecosystem: 'docker' + directory: '/' + schedule: + interval: 'weekly' + groups: + production-dependencies: + dependency-type: 'production' + development-dependencies: + dependency-type: 'development' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + groups: + production-dependencies: + dependency-type: 'production' + development-dependencies: + dependency-type: 'development' diff --git a/content/docs/cli/index.mdx b/content/docs/cli/index.mdx index 67f6992b..484b0271 100644 --- a/content/docs/cli/index.mdx +++ b/content/docs/cli/index.mdx @@ -2,7 +2,7 @@ title: Unikraft CLI Companion Tool description: | Unikraft's companion command-line tool `kraft` has been modeled after many - popular package managers and build tools with the explicit aim of making it + popular package managers and build tools with the explicit aim of making it easy to build and manage your application as a unikernel. --- @@ -31,7 +31,7 @@ The installer detects your OS and suggests an appropriate installation procedure. -For more information on customizing your installation of `kraft`, please refer +For more information on customizing your installation of `kraft`, please refer to the [complete installation guide](/docs/cli/install). @@ -125,6 +125,6 @@ FLAGS Once installed and running, learn more about: -- [Building your first unikernel](#) -- [Packaging and distributing unikernels](#) -- [Running and managing multiple unikernels](#) +- [Building your first unikernel](/docs/cli/building) +- [Packaging and distributing unikernels](/docs/cli/packaging) +- [Running and managing multiple unikernels](/docs/cli/running)