move Architecture to the top level
All checks were successful
check / test (pull_request) Successful in 18s

This commit is contained in:
Valentin Gagarin 2024-04-13 01:56:51 +02:00
parent 353fa72580
commit d3d3ddd670
14 changed files with 9 additions and 6 deletions

View File

@ -17,6 +17,12 @@ section = "vision"
url = "/vision"
weight = 10
[[extra.menu.main]]
name = "Architecture"
section = "srchitecture"
url = "/architecture"
weight = 10
[[extra.menu.main]]
name = "Docs"
section = "docs"

View File

@ -1,17 +1,17 @@
+++
title = "Technical Overview"
title = "Architecture"
description = "Overview of cLAN's architecture, components and security"
date = 2021-05-01T18:10:00+00:00
updated = 2021-07-13T18:10:00+00:00
draft = false
weight = 410
sort_by = "weight"
template = "docs/page.html"
template = "section.html"
[extra]
lead = "Overview of cLAN's architecture, components and security"
toc = true
section = "docs"
section = "architecture"
+++

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -6,7 +6,6 @@ updated = 2021-05-01T19:30:00+00:00
draft = false
weight = 30
sort_by = "weight"
paginator.next = "docs/overview/index.md"
template = "section.html"
[extra]
@ -41,5 +40,3 @@ The core idea is to ensure service decentralization without a single point of fa
### Administrative Control
Within a cLAN, administrators define the configuration file and have control over who becomes part of the network.
Go to [Technical Overview](@/docs/overview/index.md) to see more indepth details of our work.