We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63372f commit 29a3c8dCopy full SHA for 29a3c8d
.github/workflows/deploy-docs.yml
@@ -40,6 +40,7 @@ jobs:
40
sed -i 's|\./docs/|./|g' docs/index.md
41
sed -i 's|(docs/|(|g' docs/index.md
42
sed -i 's|\.\./README\.md|../index.md|g' docs/index.md
43
+ sed -i 's|\./apcore-logo\.svg|./assets/apcore-logo.svg|g' docs/index.md
44
45
# Fix links in subdirectories: ../../PROTOCOL_SPEC.md → ../PROTOCOL_SPEC.md
46
find docs -name '*.md' -not -name 'index.md' -exec sed -i 's|\.\./\.\./PROTOCOL_SPEC\.md|../PROTOCOL_SPEC.md|g' {} +
0 commit comments