From 33ef3cd2149a37fd90d635d6eb288f35ab1e9b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 29 Mar 2024 18:45:26 +0200 Subject: [PATCH] Edit footer. --- _layouts/default.html | 29 +++++++++++++++++++++++++++++ index.md | 7 +++++++ 2 files changed, 36 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..252cc2c9 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,29 @@ + + + + + + + +{% seo %} + + {% include head-custom.html %} + + +
+ {% if site.title and site.title != page.title %} +

{{ site.title }}

+ {% endif %} + + {{ content }} + + {% if site.github.private != true and site.github.license %} + + {% endif %} +
+ + + + \ No newline at end of file diff --git a/index.md b/index.md index d7a9dc2f..df38fb52 100644 --- a/index.md +++ b/index.md @@ -1,2 +1,9 @@ +MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). + +For getting started with the SDKs, please follow the [**cookbook**](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/). + +Below you can find a versioned auto-generated documentation: + - [sdk-core v12](./v12/index.md) - [sdk-core v13](./v13/index.md) + \ No newline at end of file