README: simplify, get to programming guide faster
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
359ad80c27
commit
16446db055
32
README.md
32
README.md
@ -16,25 +16,25 @@ No matter how your deployment works under the hood, you can manage it with the s
|
|||||||
This makes developers more productive, because they don't have to learn a new workflow every time their deployment
|
This makes developers more productive, because they don't have to learn a new workflow every time their deployment
|
||||||
system changes.
|
system changes.
|
||||||
|
|
||||||
## Examples
|
## Learn More
|
||||||
|
|
||||||
|
* [Dagger vs. Other Software](doc/vs.md)
|
||||||
|
* [Dagger Programming Guide](doc/programming.md)
|
||||||
|
* [Dagger Operator Manual](doc/operator.md)
|
||||||
|
|
||||||
|
|
||||||
|
## Download and Install
|
||||||
|
|
||||||
|
* [Install Dagger form source](doc/install.md)
|
||||||
|
* Binary distributions [*coming soon*]
|
||||||
|
|
||||||
|
## Community
|
||||||
|
|
||||||
|
Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord.
|
||||||
|
We welcome beginners and experts alike!
|
||||||
|
|
||||||
* [Deploy a static page to S3](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-static-page-to-s3)
|
|
||||||
* [Deploy a simple React application](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-simple-react-application)
|
|
||||||
* [Deploy a complete JAMstack app](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-complete-jamstack-app)
|
|
||||||
* [Provision a Kubernetes cluster on AWS](https://github.com/dagger/dagger/blob/main/examples/README.md#provision-a-kubernetes-cluster-on-aws)
|
|
||||||
* [Add HTTP monitoring to your application](https://github.com/dagger/dagger/blob/main/examples/README.md#add-http-monitoring-to-your-application)
|
|
||||||
* [Deploy an application to your Kubernetes cluster](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-an-application-to-your-kubernetes-cluster)
|
|
||||||
|
|
||||||
## Alpha disclaimer
|
## 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.
|
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.
|
||||||
|
|
||||||
## Learn More
|
|
||||||
|
|
||||||
Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord.
|
|
||||||
|
|
||||||
* [Installing Dagger](doc/install.md)
|
|
||||||
* [Examples](examples/README.md)
|
|
||||||
* [Dagger vs. Other Software](doc/vs.md)
|
|
||||||
* [Dagger Programming Guide](doc/programming.md)
|
|
||||||
* [Dagger Operator Manual](doc/operator.md)
|
|
||||||
|
@ -59,7 +59,13 @@ ctr: docker.#Build & {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
For more inspiration, see [Examples](../examples/README.md).
|
For more inspiration, see these examples:
|
||||||
|
* [Deploy a static page to S3](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-static-page-to-s3)
|
||||||
|
* [Deploy a simple React application](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-simple-react-application)
|
||||||
|
* [Deploy a complete JAMstack app](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-complete-jamstack-app)
|
||||||
|
* [Provision a Kubernetes cluster on AWS](https://github.com/dagger/dagger/blob/main/examples/README.md#provision-a-kubernetes-cluster-on-aws)
|
||||||
|
* [Add HTTP monitoring to your application](https://github.com/dagger/dagger/blob/main/examples/README.md#add-http-monitoring-to-your-application)
|
||||||
|
* [Deploy an application to your Kubernetes cluster](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-an-application-to-your-kubernetes-cluster)
|
||||||
|
|
||||||
|
|
||||||
4. Extend your plan with relay definitions from [Dagger Universe](../universe), an encyclopedia of cue packages curated by the Dagger community.
|
4. Extend your plan with relay definitions from [Dagger Universe](../universe), an encyclopedia of cue packages curated by the Dagger community.
|
||||||
|
Reference in New Issue
Block a user