Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task(devx): Add Tags - Core Protocol #4991

Merged
merged 6 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/about-iota/iota-architecture/consensus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Consensus on IOTA
sidebar_label: Consensus
description: Overview of the IOTA consensus.
tags: [core-protocol]
---

The basic purpose of consensus in blockchains is to agree on a consistent order and ensure the availability of transactions.
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/iota-architecture/epochs.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [core-protocol]
---
import BSTInfo from '../../_snippets/info-BST-2f1.mdx';
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/epochs.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IOTA Architecture
tags: [core-protocol]
---
import ThemedImage from '@theme/ThemedImage';

Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/iota-architecture/iota-security.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [core-protocol]
---
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/iota-security.json';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [core-protocol]
---
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/protocol-upgrades.json';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [core-protocol]
---
import StakingPoolReqs from "../../_snippets/staking-pool-reqs.mdx";
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/staking-reward.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [core-protocol]
---
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/transaction-lifecycle.json';
import ThemedImage from '@theme/ThemedImage';
Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,7 @@ setup:
testing:
label: Testing
description: Process of evaluating code.

core-protocol:
label: Core Protocol
description: Core Protocol
Loading