Skip to content

Commit 3043473

Browse files
committed
Standardize workspace: Final recursive synchronization
1 parent d14b385 commit 3043473

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Hurricane Electric tunnel integration (4 scripts)
1515
- Deno web server (server.ts) with API endpoints
1616
- Go CLI tools: ipv6-trace and ipv6-lookup
17-
- AsciiDoc justfile cookbook documentation
17+
- AsciiDoc Justfile cookbook documentation
1818
- RSR compliance: CODE_OF_CONDUCT.md, MAINTAINERS.md, CHANGELOG.md
1919
- .well-known/ directory with security.txt, ai.txt, humans.txt
2020
- TPCF documentation for tri-perimeter contribution framework
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
### Changed
2525
- Renamed LICENSE to licence.txt
26-
- Expanded justfile recipes from basic to comprehensive automation
26+
- Expanded Justfile recipes from basic to comprehensive automation
2727
- Enhanced security.md with RSR compliance requirements
2828
- Updated CONTRIBUTING.md with RSR standards
2929

docs/justfile-cookbook.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IPv6-Only Tools Project
88

99
== Introduction
1010

11-
This cookbook provides comprehensive guidance on using the `justfile` automation recipes for the IPv6-Only Tools project. The justfile provides over 100 recipes for building, testing, deploying, and managing the project.
11+
This cookbook provides comprehensive guidance on using the `justfile` automation recipes for the IPv6-Only Tools project. The Justfile provides over 100 recipes for building, testing, deploying, and managing the project.
1212

1313
== Quick Start
1414

@@ -915,7 +915,7 @@ Chain multiple recipes:
915915
just clean && just build && just test
916916
----
917917

918-
Or use dependencies in the justfile itself.
918+
Or use dependencies in the Justfile itself.
919919

920920
=== Parallel Execution
921921

@@ -1107,6 +1107,6 @@ just container-push registry.example.com dev
11071107

11081108
== Conclusion
11091109

1110-
The justfile provides a comprehensive automation framework for the IPv6-Only Tools project. Explore the recipes, combine them creatively, and customize them for your workflow.
1110+
The Justfile provides a comprehensive automation framework for the IPv6-Only Tools project. Explore the recipes, combine them creatively, and customize them for your workflow.
11111111

11121112
For more information, see the main documentation at link:../README.adoc[README.adoc].

0 commit comments

Comments
 (0)