Skip to content

Commit c5aaee8

Browse files
committed
site: refactor updates for marcomms
1 parent a57023f commit c5aaee8

22 files changed

+25
-25
lines changed

site/docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Operators can adjust these parameters, which evolve through community votes.
101101

102102
You can follow:
103103

104-
- Weekly progress updates on the Ouroboros Leios site
104+
- Weekly updates on the Ouroboros Leios site
105105
- Technical reports for deeper insights
106106
- Leios glossary for definitions of commonly used terms
107107
- Public GitHub repositories that host source code and simulations
@@ -116,12 +116,12 @@ Leios changes how transactions are validated and how blocks and memory pools ope
116116
- **Explorers,** which must handle higher throughput and multi-block referencing
117117
- **Indexers and APIs,** which will see more granular block and vote data.
118118

119-
Weekly progress updates provide a deeper analysis of these topics, including how advanced indexing and potential sharding solutions might eventually mitigate challenges.
119+
Weekly updates provide a deeper analysis of these topics, including how advanced indexing and potential sharding solutions might eventually mitigate challenges.
120120

121121
## Could the mempool be sized according to the system's throughput?
122122

123123
That's already the case. The default mempool size is a small multiple of the current block size.
124124

125125
## Is Leios production-ready?
126126

127-
Leios remains an active research and development protocol. It is backed by a robust formal methods framework and two major simulation environments. However, it has not reached full production status. Watch the official progress updates and technical reports for major release announcements.
127+
Leios remains an active research and development protocol. It is backed by a robust formal methods framework and two major simulation environments. However, it has not reached full production status. Watch the official updates and technical reports for major release announcements.

site/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config: Config = {
4848
path: "news/",
4949
routeBasePath: "news",
5050
blogTitle: "News",
51-
blogSidebarTitle: "Latest News",
51+
blogSidebarTitle: "Weekly updates",
5252
sortPosts: "descending",
5353
showReadingTime: true,
5454
authorsMapPath: "../authors.yaml",
@@ -81,7 +81,7 @@ const config: Config = {
8181
position: "left",
8282
label: "Documentation",
8383
},
84-
{ to: "/news", label: "Latest News", position: "right" },
84+
{ to: "/news", label: "Weekly updates", position: "right" },
8585
{
8686
type: "dropdown",
8787
label: "Tools",

site/news/2024-10-07-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - October 7, 2024
2+
title: Weekly Summary - October 7, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-10-14-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - October 14, 2024
2+
title: Weekly Summary - October 14, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-10-21-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - October 21, 2024
2+
title: Weekly Summary - October 21, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-10-28-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - October 28, 2024
2+
title: Weekly Summary - October 28, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-11-04-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - November 4, 2024
2+
title: Weekly Summary - November 4, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-11-11-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - November 11, 2024
2+
title: Weekly Summary - November 11, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-11-18-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - November 18, 2024
2+
title: Weekly Summary - November 18, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

site/news/2024-11-25-weekly-progress-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Weekly Progress Summary - November 25, 2024
2+
title: Weekly Summary - November 25, 2024
33
authors:
44
- will
55
tags: [progress, update, weekly]

0 commit comments

Comments
 (0)