Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions DOCUMENTATION-AUDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Tutorial pages reference PNGs that are **not** in the repo. Only logos + 3 SVG t

### Home page & messaging

- [ ] Change home hero CTA from `/architecture/` to `/getting-started/` (or `/getting-started/installation/docker/`)
- [ ] Rewrite home hero copy: align with personal finance positioning (not “teams” / “operational finance”)
- [ ] Fix home page link: Docker install is under Getting Started, not How-To (`content/_index.md` line ~43)
- [ ] Unify terminology: home uses “Reference guide” / “Explanations” but nav uses “Architecture” / “Financial concepts”
- [x] Change home hero CTA from `/architecture/` to `/getting-started/` (or `/getting-started/installation/docker/`)
- [x] Rewrite home hero copy: align with personal finance positioning (not “teams” / “operational finance”)
- [x] Fix home page link: Docker install is under Getting Started, not How-To (`content/_index.md` line ~43)
- [x] Unify terminology: home uses “Reference guide” / “Explanations” but nav uses “Architecture” / “Financial concepts”

### Brand assets

Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
weight = 10

[[main]]
name = "How to guides"
name = "How-to guides"
pageRef = "/how-to/"
weight = 20

[[main]]
name = "Financial concepts"
name = "Concepts"
pageRef = "/concepts/"
weight = 30

Expand Down
4 changes: 2 additions & 2 deletions content/architecture/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Technical documentation
title: Architecture
description: Technical documentation of Pledger.io
type: docs
weight: 3
content_blocks:
- _bookshop_name: hero
heading:
title: Architecture & Technical Documentation
title: Architecture
content: Explore how Pledger.io is designed, how core processes work, and how the API is structured.
background:
color: primary
Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Getting started
title: Getting Started
type: docs
weight: 1
description: Tutorial guides to get productive with Pledger.io quickly.
Expand Down
4 changes: 2 additions & 2 deletions content/how-to/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: How-To Guides
title: How-to guides
description: Task-focused guides for managing and operating Pledger.io.
type: docs
weight: 2
content_blocks:
- _bookshop_name: hero
heading:
title: How-To Guides
title: How-to guides
content: Step-by-step instructions to help you complete common tasks in Pledger.io.
background:
color: primary
Expand Down
Loading