docs: add documentation for Locking Module (#11824)

* add locking docs

* fix main navbar

* added implementation example links

* generate refs

* update architecture

* fix vale error
This commit is contained in:
Shahed Nasser
2025-03-13 12:20:24 +02:00
committed by GitHub
parent 5cf0bf4d93
commit 28b0d08591
94 changed files with 15932 additions and 10857 deletions
+4
View File
@@ -30,6 +30,7 @@ export const navDropdownItems: NavigationItem[] = [
{
type: "dropdown",
title: "Build",
project: "resources",
children: [
{
type: "link",
@@ -57,6 +58,7 @@ export const navDropdownItems: NavigationItem[] = [
type: "dropdown",
title: "Tools",
link: "/resources/tools",
project: "resources",
children: [
{
type: "sub-menu",
@@ -94,6 +96,8 @@ export const navDropdownItems: NavigationItem[] = [
{
type: "dropdown",
title: "Reference",
project: "resources",
link: "/resources/references-overview",
children: [
{
type: "link",