Skip to content

Commit 00ef40d

Browse files
fix: include site_url for social cards
fix: include site_url for social cards ------ Signed-off-by: Patrick Stephens <pat@fluent.do>
1 parent a1d3116 commit 00ef40d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: FluentDo Agent Documentation
2+
site_url: https://fluent.do
23
nav:
34
- Home: index.md
45
- Features:

scripts/generate-offline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REPO_ROOT=${REPO_ROOT:-$SCRIPT_DIR/..}
1616
GENERATED_DOC_DIR=${GENERATED_DOC_DIR:-$REPO_ROOT/site}
1717
OUTPUT_FILE=${OUTPUT_FILE:-$REPO_ROOT/fluentdo-agent-documentation.tgz}
1818

19-
rm -rf "$GENERATED_DOC_DIR"
19+
rm -rf "$GENERATED_DOC_DIR" "$REPO_ROOT/.cache"
2020

2121
echo "Generating documentation"
2222
${CONTAINER_RUNTIME:-docker} run --rm -t \

0 commit comments

Comments
 (0)