Skip to content

Commit 75e11a4

Browse files
committed
fix failing doc build
1 parent 2d925d1 commit 75e11a4

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

packages/cli/src/lib.rs

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
#![allow(rustdoc::invalid_rust_codeblocks)]
2-
#![doc = include_str!("../../../README.md") ]
1+
#![doc = r#"
2+
# Beaker
3+
4+
<p align="center">
5+
<a href="https://docs.osmosis.zone/developing/dapps/get_started/">
6+
<img src="https://github.com/osmosis-labs/beaker/blob/main/assets/beaker.png?raw=true" alt="Beaker logo" title="Beaker" align="center" height="150" />
7+
</a>
8+
</p>
9+
10+
<p align="center" width="100%">
11+
<img height="20" src="https://github.com/osmosis-labs/beaker/actions/workflows/doctest.yml/badge.svg">
12+
<img height="20" src="https://github.com/osmosis-labs/beaker/actions/workflows/lint.yml/badge.svg">
13+
<a href="https://github.com/osmosis-labs/beaker/blob/main/LICENSE-APACHE"><img height="20" src="https://img.shields.io/badge/license-APACHE-blue.svg"></a>
14+
<a href="https://github.com/osmosis-labs/beaker/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
15+
<a href="https://deps.rs/repo/github/osmosis-labs/beaker"><img height="20" src="https://deps.rs/repo/github/osmosis-labs/beaker/status.svg"></a>
16+
<a href="https://crates.io/crates/beaker"><img height="20" src="https://img.shields.io/crates/v/beaker.svg"></a>
17+
</p>
18+
19+
[Beaker](https://github.com/osmosis-labs/beaker) makes it easy to scaffold a new cosmwasm app, with all of the dependencies for osmosis hooked up, interactive console, a sample front-end, client generation and more.
20+
21+
- [Getting Started](https://github.com/osmosis-labs/beaker)
22+
- [Command Reference](https://github.com/osmosis-labs/beaker/tree/main/docs/commands)
23+
- [Config Reference](https://github.com/osmosis-labs/beaker/tree/main/docs/config)
24+
"#]
325

426
mod framework;
527
mod modules;

0 commit comments

Comments
 (0)