Skip to content

Commit 15f98e2

Browse files
authored
Merge pull request #329 from Data-Wise/dev
Post-release doc fixes: emoji rendering, broken links, badges
2 parents 1784d2b + 5d13239 commit 15f98e2

14 files changed

Lines changed: 27 additions & 39 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flow-cli
22

3-
[![Version](https://img.shields.io/badge/version-6.1.0-blue.svg)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.1.0)
3+
[![Version](https://img.shields.io/badge/version-6.2.0-blue.svg)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.2.0)
44
[![Tests](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml/badge.svg)](https://github.com/Data-Wise/flow-cli/actions)
55
[![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://data-wise.github.io/flow-cli/)
66

docs/architecture/DOCTOR-TOKEN-ARCHITECTURE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ Cache Performance:
676676

677677
- [API Reference](../reference/MASTER-API-REFERENCE.md#doctor-cache)
678678
- [User Guide](../guides/DOCTOR-TOKEN-USER-GUIDE.md)
679-
- [Phase 1 Spec](../specs/SPEC-flow-doctor-dot-enhancement-2026-01-23.md)
680679
- [Test Suites](../../tests/)
681680

682681
---

docs/contributing/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ tags:
88
> **Help make flow-cli better — code, docs, tests, or ideas.**
99
1010
!!! tldr "Quick Start"
11-
Read the [Developer Guide](../guides/DEVELOPER-GUIDE.md) and [Branch Workflow](BRANCH-WORKFLOW.md) before your first PR.
11+
Read the [Developer Guide](../guides/DEVELOPER-GUIDE.md) and [Branch Workflow](BRANCH-WORKFLOW.md)
12+
before your first PR.
1213

1314
---
1415

@@ -53,7 +54,7 @@ tags:
5354
## What's Here
5455

5556
| Page | Description |
56-
|------|-------------|
57+
| ---- | ----------- |
5758
| [Developer Guide](../guides/DEVELOPER-GUIDE.md) | Architecture and coding standards |
5859
| [Contributing](CONTRIBUTING.md) | Contribution guidelines |
5960
| [Branch Workflow](BRANCH-WORKFLOW.md) | Git workflow for contributors |

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tags:
5757
## What's Here
5858

5959
| Page | Description |
60-
|------|-------------|
60+
| ---- | ----------- |
6161
| [Choose Your Path](choose-your-path.md) | Guided learning path selector |
6262
| [Quick Start](quick-start.md) | 5-minute install + first session |
6363
| [Installation](installation.md) | All installation methods |

docs/guides/DOCTOR-TOKEN-USER-GUIDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ doctor --dot=github,npm,pypi # Specific tokens
616616
### Learn More
617617

618618
- [API Reference](../reference/MASTER-API-REFERENCE.md#doctor-cache) - Complete API documentation
619-
- [Phase 1 Spec](../specs/SPEC-flow-doctor-dot-enhancement-2026-01-23.md) - Implementation details
620619
- [Test Suites](../../tests/) - Usage examples in tests
621620

622621
### Related Commands

docs/guides/DOTFILE-MANAGEMENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,6 @@ grep github-token ~/.gitconfig
861861
## See Also
862862
863863
- [DOT-DISPATCHER-REFERENCE.md](../reference/MASTER-DISPATCHER-GUIDE.md#dot-dispatcher) - Complete command reference
864-
- [SECRET-MANAGEMENT.md](../SECRET-MANAGEMENT.md) - Deep dive into Bitwarden integration
865864
- [Chezmoi Documentation](https://www.chezmoi.io/) - Official chezmoi docs
866865
- [Bitwarden CLI Documentation](https://bitwarden.com/help/cli/) - Official Bitwarden CLI docs
867866

docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tags:
6161
## What's Here
6262

6363
| Page | Description |
64-
|------|-------------|
64+
| ---- | ----------- |
6565
| [Start Here](00-START-HERE.md) | Orientation for new users |
6666
| [Quick Wins](WORKFLOWS-QUICK-WINS.md) | Low-effort, high-impact improvements |
6767
| [Git Feature Flow](../tutorials/08-git-feature-workflow.md) | Branch-based feature development |

docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77

88
# Flow CLI
99

10-
[![Version](https://img.shields.io/badge/version-v6.1.0-blue)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.1.0)
10+
[![Version](https://img.shields.io/badge/version-v6.2.0-blue)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.2.0)
1111
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
1212
[![Tests](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/test.yml?label=tests&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml)
1313
[![Docs](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/docs.yml?label=docs&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/docs.yml)
@@ -26,9 +26,9 @@ tags:
2626
```
2727
**That's it!** No configuration required.
2828

29-
!!! success "🎉 What's New: v6.1.0 - Quarto Lint Validation"
30-
Catch structural mistakes before production. 4 validation rules for teaching materials.
31-
[→ See what's new](RELEASES.md#v610-quarto-lint-validation-2026-02-01){ .md-button }
29+
!!! success "🎉 What's New: v6.2.0 - Docs Overhaul + Website Reorganization"
30+
Reduced navigation from 14 to 7 sections. Landing pages with grid cards. Tags for cross-cutting discovery.
31+
[→ See what's new](RELEASES.md){ .md-button }
3232
[→ All releases](RELEASES.md){ .md-button }
3333

3434
---
@@ -144,7 +144,7 @@ Choose your path based on what you need right now:
144144

145145
<div class="grid cards" markdown>
146146

147-
- :rocket: { .lg .middle }
147+
- :rocket:{ .lg .middle }
148148
**5-Minute Quick Start**
149149

150150
---
@@ -153,7 +153,7 @@ Choose your path based on what you need right now:
153153

154154
[→ Quick Start](getting-started/quick-start.md)
155155

156-
- :books: { .lg .middle }
156+
- :books:{ .lg .middle }
157157
**Step-by-Step Tutorials**
158158

159159
---
@@ -162,7 +162,7 @@ Choose your path based on what you need right now:
162162

163163
[→ Tutorial 01](tutorials/01-first-session.md)
164164

165-
- :fire: { .lg .middle }
165+
- :fire:{ .lg .middle }
166166
**Dopamine Features**
167167

168168
---
@@ -171,7 +171,7 @@ Choose your path based on what you need right now:
171171

172172
[→ Dopamine Guide](tutorials/06-dopamine-features.md)
173173

174-
- :compass: { .lg .middle }
174+
- :compass:{ .lg .middle }
175175
**Command Reference**
176176

177177
---
@@ -180,7 +180,7 @@ Choose your path based on what you need right now:
180180

181181
[→ Reference](help/QUICK-REFERENCE.md)
182182

183-
- :teacher: { .lg .middle }
183+
- :teacher:{ .lg .middle }
184184
**Teaching Workflow**
185185

186186
---
@@ -189,7 +189,7 @@ Choose your path based on what you need right now:
189189

190190
[→ Teaching Guide](guides/TEACHING-SYSTEM-ARCHITECTURE.md)
191191

192-
- :mag: { .lg .middle }
192+
- :mag:{ .lg .middle }
193193
**Common Workflows**
194194

195195
---
@@ -266,4 +266,4 @@ catch "idea" # Quick capture
266266

267267
---
268268

269-
**v6.1.0** · Pure ZSH · Zero Dependencies · MIT License
269+
**v6.2.0** · Pure ZSH · Zero Dependencies · MIT License

docs/reference/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tags:
5555
### API & Architecture
5656

5757
| Page | Description |
58-
|------|-------------|
58+
| ---- | ----------- |
5959
| [Master API Reference](MASTER-API-REFERENCE.md) | Function signatures and usage for all libraries |
6060
| [Master Dispatcher Guide](MASTER-DISPATCHER-GUIDE.md) | All 12 dispatchers documented |
6161
| [Master Architecture](MASTER-ARCHITECTURE.md) | System architecture with Mermaid diagrams |
@@ -64,7 +64,7 @@ tags:
6464
### Commands
6565

6666
| Page | Description |
67-
|------|-------------|
67+
| ---- | ----------- |
6868
| [flow](../commands/flow.md) | Main entry point |
6969
| [work](../commands/work.md) | Session management |
7070
| [finish](../commands/finish.md) | End session |
@@ -77,15 +77,15 @@ tags:
7777
### Quick Reference Cards
7878

7979
| Page | Description |
80-
|------|-------------|
80+
| ---- | ----------- |
8181
| [Token & Secrets](REFCARD-TOKEN-SECRETS.md) | Token management cheat sheet |
8282
| [Chezmoi Safety](REFCARD-DOT-SAFETY.md) | Dotfile safety quick reference |
8383
| [Chezmoi Safety API](API-DOT-SAFETY.md) | Safety feature API reference |
8484

8585
### Architecture Deep Dives
8686

8787
| Page | Description |
88-
|------|-------------|
88+
| ---- | ----------- |
8989
| [Chezmoi Safety](../architecture/DOT-SAFETY-ARCHITECTURE.md) | Preview-before-add architecture |
9090
| [Doctor Token System](../architecture/DOCTOR-TOKEN-ARCHITECTURE.md) | Token automation internals |
9191
| [Teaching Dates](../architecture/TEACHING-DATES-ARCHITECTURE.md) | Date management system |

docs/teaching/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ teach plan help
225225
---
226226

227227
**Last Updated:** 2026-01-31
228-
**Version:** v6.0.0
228+
**Version:** v6.2.0

0 commit comments

Comments
 (0)