Skip to content

Commit 9c27f7e

Browse files
authored
feat: add graph mw changelog, improve changelogs structure (#115)
![CleanShot 2025-01-02 at 22 57 32@2x](https://github.com/user-attachments/assets/92f280e5-a84e-4382-92e6-61a7e6422fa2)
1 parent 26646f4 commit 9c27f7e

19 files changed

+51
-54
lines changed

docs/releases/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ const config: Config = {
1414
favicon: "img/favicon.ico",
1515
organizationName: "settlemint", // Usually your GitHub org/user name.
1616
projectName: "btp-docs", // Usually your repo name.
17-
plugins: [require.resolve("docusaurus-lunr-search")],
17+
plugins: [
18+
require.resolve("docusaurus-lunr-search"),
19+
[
20+
"@docusaurus/plugin-content-blog",
21+
{
22+
id: "releases",
23+
routeBasePath: "releases",
24+
path: "./releases",
25+
blogSidebarCount: "ALL",
26+
},
27+
],
28+
],
1829
presets: [
1930
[
2031
"classic",
@@ -29,6 +40,7 @@ const config: Config = {
2940
blog: {
3041
showReadingTime: true,
3142
blogTitle: "Developer Blog",
43+
sortPosts: "descending",
3244
},
3345
theme: {
3446
customCss: require.resolve("./src/css/custom.css"),
@@ -59,7 +71,7 @@ const config: Config = {
5971
},
6072
{ to: "/blog/", label: "Developer Blog", position: "left" },
6173
{
62-
href: "/docs/releases/attestation-service",
74+
href: "/releases",
6375
label: "Releases",
6476
position: "right",
6577
},

docs/releases/self-managed-platform-v7.md renamed to releases/2024-03-22-self-managed-platform-v7.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Self-Managed platform v7
22

3-
![Changelog Image](../../static/img/releases/self-managed-platform-v7.png)
4-
5-
**Mar 22 2024**
3+
![Changelog Image](../static/img/releases/self-managed-platform-v7.png)
64

75
Fully modular overhaul of the self managed platform to enable maximum flexibility in its deployment and feature parity with the Managed Platform
86

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Managed Platform v7
22

3-
![Changelog Image](../../static/img/releases/managed-platform-v7.png)
4-
5-
**Apr 02 2024**
3+
![Changelog Image](../static/img/releases/managed-platform-v7.png)
64

75
The managed platform has been upgraded to the same codebase as the earlier Self-Managed release, providing a secure and more importantly, low barrier entry to transofring your organisation with Blockchain
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Polygon Amoy
22

3-
![Changelog Image](../../static/img/releases/polygon-amoy.png)
4-
5-
**Apr 02 2024**
3+
![Changelog Image](../static/img/releases/polygon-amoy.png)
64

75
The beloved and widely used Mumbai testnet for Polygon PoS uses Ethereum’s Goerli testnet as its root chain. This means Mumbai counts on Goerli for block production. 
86
But Goerli is currently scheduled for deprecation, by the end of Q1 2024. The Amoy testnet for Polygon PoS is the replacement and has been launched, a new testnet that provides a low-stakes environment to build, test, and break things. 
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Embedded o11y infrastructure
22

3-
![Changelog Image](../../static/img/releases/embedded-o11y-infrastructure.png)
4-
5-
**Apr 22 2024**
3+
![Changelog Image](../static/img/releases/embedded-o11y-infrastructure.png)
64

75
The platform now includes a complete observability suite. It powers the resource metrics and logs in the platform UI, and includes a Grafana instance for operation personel to track any metric they wish to follow.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Hashgraph Hedera
22

3-
![Changelog Image](../../static/img/releases/hashgraph-hedera.png)
4-
5-
**Jun 27 2024**
3+
![Changelog Image](../static/img/releases/hashgraph-hedera.png)
64

75
Hedera is a public distributed ledger technology (DLT) network that was launched in August 2018 by Hedera Hashgraph, LLC. It uses the Hashgraph consensus algorithm, which is a unique and novel approach to achieving consensus in a distributed network.
86

docs/releases/installation-guide-for-google-cloud-platform.md renamed to releases/2024-07-10-installation-guide-for-google-cloud-platform.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Installation guide for Google Cloud Platform
22

3-
![Changelog Image](../../static/img/releases/installation-guide-for-google-cloud-platform.png)
4-
5-
**Jul 10 2024**
3+
![Changelog Image](../static/img/releases/installation-guide-for-google-cloud-platform.png)
64

75
Getting started with the self-managed platform might seem daunting, but in practice it is not that complex. To showcase this we have open-sourced a complete guide and Terraform module to do so on GCP. From 0 to hero in about 30 minutes!
86

docs/releases/smart-contract-set-portal.md renamed to releases/2024-07-23-smart-contract-set-portal.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Smart Contract Set Portal
22

3-
![Changelog Image](../../static/img/releases/smart-contract-set-portal.png)
4-
5-
**Jul 23 2024**
3+
![Changelog Image](../static/img/releases/smart-contract-set-portal.png)
64

75
The Smart Contract Portal is a middleware which creates an easy to use api on top of your smart contracts. It can be used with all EVM-compatible chains like Ethereum, Hyperledger Besu, Polygon, Binance Smart Chain, Avalanche, etc. You can run it on your own blockchain nodes (both public and permissioned) or on a Load Balancer.
86
Benefits of using the smart contract portal:
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit logs
22

3-
![Changelog Image](../../static/img/releases/audit-logs.png)
4-
5-
**Jul 30 2024**
3+
![Changelog Image](../static/img/releases/audit-logs.png)
64

75
Every application and organization/workspace now has full access to the audit log. This will help you ensure maximum compliance in enterprise environments.

0 commit comments

Comments
 (0)