From fb06ecf1e80e5356f33402d8db1988c022439c33 Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Thu, 18 Nov 2021 20:36:46 +1100 Subject: [PATCH] feat: add mdbook asdf plugin (#512) --- README.md | 1 + plugins/mdbook | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/mdbook diff --git a/README.md b/README.md index a188356..ef7881b 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | mage | [mathew-fleisch/asdf-mage](https://github.com/mathew-fleisch/asdf-mage) | [![Build Status](https://github.com/mathew-fleisch/asdf-mage/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-mage/actions) | | make | [yacchi/asdf-make](https://github.com/yacchi/asdf-make) | [![Build Status](https://github.com/yacchi/asdf-make/actions/workflows/build.yml/badge.svg)](https://github.com/yacchi/asdf-make/actions?query=workflow%3ABuild) | | Maven | [halcyon/asdf-maven](https://github.com/halcyon/asdf-maven) | [![Build Status](https://travis-ci.org/halcyon/asdf-maven.svg?branch=master)](https://travis-ci.org/halcyon/asdf-maven) | +| mdbook | [cipherstash/asdf-mdbook](https://github.com/cipherstash/asdf-mdbook) | [![Code Health](https://github.com/cipherstash/asdf-mdbook/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-mdbook/actions) | | Meson | [asdf-community/asdf-meson](https://github.com/asdf-community/asdf-meson) | [![Build Status](https://github.com/asdf-community/asdf-meson/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-meson/actions) | | Micronaut | [weibemoura/asdf-micronaut](https://github.com/weibemoura/asdf-micronaut) | [![Build Status](https://travis-ci.org/weibemoura/asdf-micronaut.svg?branch=master)](https://travis-ci.org/weibemoura/asdf-micronaut) | | Mill | [vic/asdf-mill](https://github.com/vic/asdf-mill) | [![Build Status](https://travis-ci.org/vic/asdf-mill.svg?branch=master)](https://travis-ci.org/vic/asdf-mill) | diff --git a/plugins/mdbook b/plugins/mdbook new file mode 100644 index 0000000..fdc5114 --- /dev/null +++ b/plugins/mdbook @@ -0,0 +1 @@ +repository = https://github.com/cipherstash/asdf-mdbook.git