Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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'
10 changes: 5 additions & 5 deletions content/docs/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---

Expand Down Expand Up @@ -31,7 +31,7 @@ The installer detects your OS and suggests an appropriate installation
procedure.

<Info>
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).
</Info>

Expand Down Expand Up @@ -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)