From 307dced13f7e3d0211aa8867400d3786456baf16 Mon Sep 17 00:00:00 2001 From: jessiemongeon1 Date: Wed, 19 Aug 2026 13:28:00 -0500 Subject: [PATCH] docs: fix goal frontmatter on index pages to reflect landing page purpose These index pages are thin DocCardList landing pages. Updated goals to honestly describe what each page does: introduce a topic and link to subtopics. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/content/examples/index.mdx | 2 +- docs/content/operator-guide/index.mdx | 2 +- docs/content/operator-guide/storage-nodes/index.mdx | 2 +- docs/content/system-overview/index.mdx | 2 +- docs/content/walrus-client/index.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/examples/index.mdx b/docs/content/examples/index.mdx index 6a1303c5d3..39479213ad 100644 --- a/docs/content/examples/index.mdx +++ b/docs/content/examples/index.mdx @@ -11,7 +11,7 @@ keywords: - git clone hide_table_of_contents: true goal: - description: Reader can browse the available Walrus example applications and choose one that fits their use case + description: Provide a brief introduction to Walrus examples and link to subtopics requires: - has_frontmatter: - title diff --git a/docs/content/operator-guide/index.mdx b/docs/content/operator-guide/index.mdx index 286c11997f..b800294c3f 100644 --- a/docs/content/operator-guide/index.mdx +++ b/docs/content/operator-guide/index.mdx @@ -13,7 +13,7 @@ keywords: - operations - infrastructure goal: - description: Reader can identify which service-provider guide applies to the Walrus infrastructure they want to run + description: Introduce Walrus service providers and list available subtopics requires: - has_frontmatter: - title diff --git a/docs/content/operator-guide/storage-nodes/index.mdx b/docs/content/operator-guide/storage-nodes/index.mdx index d93e609f46..a35e5f5ae6 100644 --- a/docs/content/operator-guide/storage-nodes/index.mdx +++ b/docs/content/operator-guide/storage-nodes/index.mdx @@ -8,7 +8,7 @@ keywords: - setup - maintenance goal: - description: Reader can find the guides needed to set up and operate a Walrus storage node + description: Introduce storage node operation and link to subtopics requires: - has_frontmatter: - title diff --git a/docs/content/system-overview/index.mdx b/docs/content/system-overview/index.mdx index c654c052db..1ab9876fce 100644 --- a/docs/content/system-overview/index.mdx +++ b/docs/content/system-overview/index.mdx @@ -7,7 +7,7 @@ keywords: - walrus info - system object goal: - description: Reader can understand at a high level how Walrus stores and retrieves data + description: Introduce the system overview section and list available subtopics requires: - has_frontmatter: - title diff --git a/docs/content/walrus-client/index.mdx b/docs/content/walrus-client/index.mdx index 037e33a60a..5f0ee5e084 100644 --- a/docs/content/walrus-client/index.mdx +++ b/docs/content/walrus-client/index.mdx @@ -9,7 +9,7 @@ keywords: - logging - json output goal: - description: Reader can store and retrieve blobs from the command line with the Walrus client + description: Introduce the Walrus client and list available subtopics requires: - has_frontmatter: - title