Skip to content

Commit c42aa3f

Browse files
authored
Merge pull request #187 from 0xMiden/brian/reorg-solutions
docs: move Guardian out of solutions/ to builder root
2 parents 2ae9875 + d65fb85 commit c42aa3f

File tree

16 files changed

+12
-12
lines changed

16 files changed

+12
-12
lines changed

docs/builder/glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ A Block is a fundamental data structure which groups multiple batches together a
4646

4747
## Canonicalization
4848

49-
The background process by which [Miden Guardian](./solutions/miden-guardian/) promotes candidate deltas to canonical status by verifying them against the Miden network.
49+
The background process by which [Miden Guardian](./miden-guardian/) promotes candidate deltas to canonical status by verifying them against the Miden network.
5050

5151
## Delta
5252

5353
A Delta represents the changes between two states `s` and `s'`. Applying a Delta `d` to `s` would result in `s'`.
5454

5555
## Delta Proposal
5656

57-
A coordination mechanism in [Miden Guardian](./solutions/miden-guardian/) that allows multiple signers to propose, review, and co-sign state changes before they are promoted to a canonical delta.
57+
A coordination mechanism in [Miden Guardian](./miden-guardian/) that allows multiple signers to propose, review, and co-sign state changes before they are promoted to a canonical delta.
5858

5959
## Felt
6060

@@ -70,11 +70,11 @@ An assembly language specifically designed for the Miden VM. It's a low-level pr
7070

7171
## Miden Guardian
7272

73-
Infrastructure built by OpenZeppelin for managing private account state on Miden. Guardian provides a server and client SDKs for backing up, syncing, and coordinating state across devices and parties without trust assumptions. See the [Miden Guardian documentation](./solutions/miden-guardian/).
73+
Infrastructure built by OpenZeppelin for managing private account state on Miden. Guardian provides a server and client SDKs for backing up, syncing, and coordinating state across devices and parties without trust assumptions. See the [Miden Guardian documentation](./miden-guardian/).
7474

7575
## MultiSig
7676

77-
A multi-signature account on Miden that requires a configurable threshold (N-of-M) of authorized signers to approve transactions before execution. MultiSig workflows are coordinated through [Miden Guardian](./solutions/miden-guardian/).
77+
A multi-signature account on Miden that requires a configurable threshold (N-of-M) of authorized signers to approve transactions before execution. MultiSig workflows are coordinated through [Miden Guardian](./miden-guardian/).
7878

7979
## Note
8080

docs/builder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import DocCard from '@theme/DocCard';
8383
<DocCard
8484
item={{
8585
type: 'link',
86-
href: './solutions/miden-guardian',
86+
href: './miden-guardian',
8787
label: 'Miden Guardian',
8888
description: 'Backup, sync, and coordinate private account state with Guardian.',
8989
}}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Guardian",
3+
"position": 4
4+
}

docs/builder/solutions/miden-guardian/core-concepts/_category_.json renamed to docs/builder/miden-guardian/core-concepts/_category_.json

File renamed without changes.

docs/builder/solutions/miden-guardian/core-concepts/architecture.md renamed to docs/builder/miden-guardian/core-concepts/architecture.md

File renamed without changes.

docs/builder/solutions/miden-guardian/core-concepts/components.md renamed to docs/builder/miden-guardian/core-concepts/components.md

File renamed without changes.

docs/builder/solutions/miden-guardian/core-concepts/data-structures.md renamed to docs/builder/miden-guardian/core-concepts/data-structures.md

File renamed without changes.

docs/builder/solutions/miden-guardian/core-concepts/security.md renamed to docs/builder/miden-guardian/core-concepts/security.md

File renamed without changes.

docs/builder/solutions/miden-guardian/index.md renamed to docs/builder/miden-guardian/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import DocCard from '@theme/DocCard';
9393
<DocCard
9494
item={{
9595
type: 'link',
96-
href: '../private-multisig/',
96+
href: '../solutions/private-multisig/',
9797
label: 'Private Multisig',
9898
description: 'Multi-party threshold signature workflows powered by Guardian.',
9999
}}

docs/builder/solutions/miden-guardian/operator-guide/_category_.json renamed to docs/builder/miden-guardian/operator-guide/_category_.json

File renamed without changes.

0 commit comments

Comments
 (0)