Skip to content

Commit dbfa24a

Browse files
committed
fix: duplicated content
1 parent 0e22f86 commit dbfa24a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

content/docs/spec.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Cooklang Specification'
3-
date: 2025-09-22T05:25:20+00:00
3+
date: 2025-09-23T16:11:26+00:00
44
draft: false
55
weight: 2
66
summary: This is the specification and reference for writing a recipe in Cooklang.
@@ -9,9 +9,6 @@ summary: This is the specification and reference for writing a recipe in Cooklan
99
> Just heads up, that not all latest language features supported in the apps yet.
1010
> You can track progress at https://github.com/orgs/cooklang/projects/4
1111
12-
> Just heads up, that not all latest language features supported in the apps yet.
13-
> You can track progress at https://github.com/orgs/cooklang/projects/4
14-
1512
* [About Cooklang](#about-cooklang)
1613
* [The .cook Recipe Specification](#the-cook-recipe-specification)
1714
* [Ingredients](#ingredients)

scripts/sync-spec.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ weight: 2
3131
summary: This is the specification and reference for writing a recipe in Cooklang.
3232
---
3333
34-
> Just heads up, that not all latest language features supported in the apps yet.
35-
> You can track progress at https://github.com/orgs/cooklang/projects/4
36-
3734
EOF
3835

3936
# Process the README.md content
@@ -59,4 +56,4 @@ echo "---"
5956
head -20 "$SITE_SPEC_FILE"
6057
echo "..."
6158
echo ""
62-
echo "Run 'hugo server' to preview the updated specification."
59+
echo "Run 'hugo server' to preview the updated specification."

0 commit comments

Comments
 (0)