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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user