From b9083f7fea1a62137c935f6df56e2ce695a4214d Mon Sep 17 00:00:00 2001 From: slumbering Date: Fri, 21 May 2021 18:22:22 +0200 Subject: [PATCH] update docs Signed-off-by: slumbering --- docs/index.mdx | 40 ++++++++++++++++++++++++++++++++++++++++ docs/sidebar/sidebar.yml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 docs/index.mdx create mode 100644 docs/sidebar/sidebar.yml diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 00000000..86d131ab --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1,40 @@ +# Dagger + +Dagger is a programmable deployment system. test deploy + +Using Dagger, software builders can automate the deployment of any application to any infrastructure, +in just a few lines of code. + +![image](https://user-images.githubusercontent.com/29565/112705398-d0222980-8e5b-11eb-98b9-32c117a3d606.jpeg) + +The Dagger platform adapts to your application, not the other way around. +Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped +into any software project without requiring changes to its architecture or workflow. +Think of it as your "devops superglu". + +No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. +This makes developers more productive, because they don't have to learn a new workflow every time their deployment +system changes. + +## Learn More + +* [Dagger vs. Other Software](/vs) +* [Dagger Programming Guide](/programming) +* [Dagger Operator Manual](/operator) + + +## Download and Install + +* [Install Dagger from source](/install) +* Binary distributions [*coming soon*] + +## Community + +Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord. +We welcome beginners and experts alike! + + +## Alpha disclaimer + +Dagger is *alpha-quality software*. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still willing to try it, thank you! We appreciate your help and encourage you to ask questions and report issues. + diff --git a/docs/sidebar/sidebar.yml b/docs/sidebar/sidebar.yml new file mode 100644 index 00000000..e4ac6701 --- /dev/null +++ b/docs/sidebar/sidebar.yml @@ -0,0 +1,32 @@ +# Sidebar navigation + +- label: 'Install deploy' + link: '/install' + +- label: 'Operator' + link: '/operator' + +- label: 'Programming' + link: '/programming' + +- label: 'VS' + link: '/vs' + +- label: 'Getting started' + link: '/getting-started' + +- label: Usage + items: + - label: 'Creating docs' + link: '/usage/creating-docs' + - label: 'Navigation' + link: '/usage/navigation' + - label: 'Shadowing' + link: '/usage/shadowing' + +- label: More + items: + - label: FAQ + link: /faq + - label: 'Github' + link: https://github.com/dagger/dagger