From 95be007ad44ee52376c70e3f68b9476ab5022510 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 26 Jan 2024 14:29:34 +0200 Subject: [PATCH] docs/concepts: Reference catalog guides in bincompat Reference bincompat guides in the bincompat concepts page. Signed-off-by: Razvan Deaconescu --- content/docs/concepts/bincompat.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/concepts/bincompat.mdx b/content/docs/concepts/bincompat.mdx index c1e48816..8dc8d611 100644 --- a/content/docs/concepts/bincompat.mdx +++ b/content/docs/concepts/bincompat.mdx @@ -30,3 +30,11 @@ Note that, because Linux binaries are included, constructing new Linux binaries This is only the case for building binaries. Prebuilt binaries can be used and the ELF loader app itself can be built on multiple platforms (Linux, Windows, macOS). + +Binary-compatible apps are located in the Unikraft [application `catalog` repository](https://github.com/unikraft/catalog). +Follow the guides below to know how to use and develop for the application catalog: + +- [Using the Application Catalog](/guides/catalog) +- [Application Catalog: Behind the Scenes](/guides/catalog-internals) +- [Application Catalog: Using Firecracker](/guides/catalog-firecracker) +- [Adding Applications to the Catalog](/guides/catalog-add)