Skip to content

Commit

Permalink
Fix slugs of docs in probe docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 6, 2025
1 parent 9053991 commit 31257b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cat <<EOF>$DOC_PATH
# version: $REPO_NAME:$COMMIT_HASH
title: OONI Probe Engine Design
description: Design documents for OONI Probe
slug: probe-engine/design/
slug: probe-engine/design
---
EOF
strip_title $BASE_PATH/README.md >> $DOC_PATH
Expand Down Expand Up @@ -174,7 +174,7 @@ cat <<EOF>$DOC_PATH
# version: $REPO_NAME:$COMMIT_HASH
title: OONI Probe Release
description: OONI Probe release documentation
slug: probe-engine/releasing/
slug: probe-engine/releasing
---
EOF
strip_title docs/releasing.md >> $DOC_PATH
Expand Down

0 comments on commit 31257b2

Please sign in to comment.