From 221e17917fc3c5186c8b927842082eae8577f98b Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Fri, 2 Feb 2024 13:34:31 +0100
Subject: [PATCH] WIP: update docs

---
 docs/api/runtime-events.md | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/docs/api/runtime-events.md b/docs/api/runtime-events.md
index a3a532d8a..f2918035f 100644
--- a/docs/api/runtime-events.md
+++ b/docs/api/runtime-events.md
@@ -1,6 +1,6 @@
 # Runtime events
 
-There are **129** events from **35** pallets.
+There are **128** events from **35** pallets.
 
 <ul>
 <li>System - 0
@@ -99,20 +99,7 @@ balance: T::Balance
 <li>
 <details>
 <summary>
-<code>RandomIdAssigned(who, random_id)</code> - 1</summary>
-A random ID has been assigned to the account.
-
-```rust
-who: T::AccountId
-random_id: H256
-```
-
-</details>
-</li>
-<li>
-<details>
-<summary>
-<code>AccountLinked(who, identity)</code> - 2</summary>
+<code>AccountLinked(who, identity)</code> - 1</summary>
 account linked to identity
 
 ```rust
@@ -125,7 +112,7 @@ identity: IdtyIdOf<T>
 <li>
 <details>
 <summary>
-<code>AccountUnlinked()</code> - 3</summary>
+<code>AccountUnlinked()</code> - 2</summary>
 The account was unlinked from its identity.
 
 ```rust
-- 
GitLab