]> Untitled Git - bitcoindevkit.org/commitdiff
Update the home-page and the rust docs link
authorAlekos Filini <alekos.filini@gmail.com>
Fri, 18 Dec 2020 13:33:36 +0000 (14:33 +0100)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 18 Dec 2020 13:33:36 +0000 (14:33 +0100)
config.toml
content/_index.md

index 6fb055194b62e1b287b5cf017b35830de442bb0f..6310e0e0280b037fd679d512921fb83005ad1dc9 100644 (file)
@@ -47,8 +47,8 @@ author = "author"
 unsafe = true
 
 [[Languages.en.menu.shortcuts]]
-name = "<i class='fas fa-book-open'></i> Rust Docs"
-url = "/docs-rs/bdk/"
+name = "<i class='fas fa-book-open'></i> Nightly Docs"
+url = "/docs-rs/bdk/nightly/latest/bdk"
 weight = 5
 
 [[Languages.en.menu.shortcuts]]
index 124867dbeee0b041318ac2d3d91af2da8e3ab0ef..f256540f9954c8236635b8a3bd72cfb582f5ed9f 100644 (file)
@@ -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