From fd0146177b5354da8303c33c4ef2b62da493b76a Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 18 Dec 2020 14:33:36 +0100 Subject: [PATCH] Update the home-page and the rust docs link --- config.toml | 4 ++-- content/_index.md | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 6fb055194b..6310e0e028 100644 --- a/config.toml +++ b/config.toml @@ -47,8 +47,8 @@ author = "author" unsafe = true [[Languages.en.menu.shortcuts]] -name = " Rust Docs" -url = "/docs-rs/bdk/" +name = " Nightly Docs" +url = "/docs-rs/bdk/nightly/latest/bdk" weight = 5 [[Languages.en.menu.shortcuts]] diff --git a/content/_index.md b/content/_index.md index 124867dbee..f256540f99 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,10 +12,11 @@ All BDK components are designed to be lightweight and modular so that they can b The main long-term goal is to concentrate the development efforts of multiple people and companies into one open source and very well reviewed project, instead of dispersing them over multiple closed/semi-closed or poorly designed projects. -{{% notice info %}} -Keep in mind that this project is still in a very early phase of development. The APIs and the general architecture shouldn't be considered stable yet. At the moment most of the code is concentrated in the -[main repo](https://github.com/bitcoindevkit/bdk) and is slowly being refactored and taken out into separate, independent modules. -{{% /notice %}} +While some parts of the library are still considered "experimental" (check the docs for more info), the core `Wallet` architecture is now considered stable. We still can't commit to keeping this same exact API forever, +but we are not expecting to do any major breaking change in that area. + +If you want to try out the library for your projects, now it's finally a good time to do it! You can start by checking out the ["getting started"](/blog/tags/getting-started/) section in our blog or joining our [Discord](https://discord.gg/dstn4dQ) +server to chat with us. ## Playground -- 2.49.0