Skip to content

Commit b14de9b

Browse files
committed
fix: Rebase conflicts
1 parent 4b1c88c commit b14de9b

3 files changed

Lines changed: 0 additions & 34 deletions

File tree

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,10 @@ node_modules
4141

4242
# Ignore local signer keystore files everywhere
4343
**/local-signer.json
44-
<<<<<<< HEAD
45-
<<<<<<< HEAD
46-
47-
openapi.json
48-
49-
**/config/keys/*.json
50-
=======
51-
>>>>>>> 4f2ddca (fix: Workaround for openapi documentation)
52-
=======
5344
**/config/keys/*.json
5445

5546
# Ignore generated OpenAPI files
5647
openapi.json
5748

5849
# Exclude generated OpenAPI files from the docs directory
5950
!docs/openapi.json
60-
>>>>>>> 64a7e72 (fix: Switch redocly build with standalone html)

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
* xref:index.adoc[User Documentation]
22
* xref:quickstart.adoc[Quickstart]
3-
<<<<<<< HEAD
43
* xref:configuration.adoc[Configuration]
54
** xref:signers.adoc[Signers]
65
** xref:network_configuration.adoc[Network Configuration]
76
* xref:evm.adoc[EVM Integration]
87
* xref:solana.adoc[Solana Integration]
98
* xref:stellar.adoc[Stellar Integration]
109
* link:https://release-v1-0-0%2D%2Dopenzeppelin-relayer.netlify.app/api_docs.html[API Reference^]
11-
=======
12-
* link:https://685119642bfc9e00089daf52%2D%2Dopenzeppelin-relayer.netlify.app/api_docs.html[API Reference^]
13-
>>>>>>> 4f2ddca (fix: Workaround for openapi documentation)
1410
* xref:structure.adoc[Project Structure]
1511
* xref:roadmap.adoc[Project Roadmap]
1612
* xref:plugins.adoc[Plugins]

scripts/rust_antora.sh

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ else
3939
fi
4040

4141
# Copy the API docs file to the target directory
42-
<<<<<<< HEAD
43-
if [ -f "$API_DOCS_FILE" ]; then
44-
# Inject nonce to the script tag in the API docs file
45-
echo "Injecting nonce into the script tag in '$API_DOCS_FILE'..."
46-
sed -i -e "s/<script>/<script nonce=\"TngzuFQT7LvVFJMfvb8cxW0zN8XF79n6L9OphJOxH8\">/g" "$API_DOCS_FILE"
47-
echo "Nonce injected successfully."
48-
echo "Copying '$API_DOCS_FILE' to '$BUILD_DIR'..."
49-
cp "$API_DOCS_FILE" "$BUILD_DIR/"
50-
echo "API docs successfully copied to '$BUILD_DIR'."
51-
# Remove the original API docs file
52-
echo "Removing original API docs file '$API_DOCS_FILE'..."
53-
rm -f "${API_DOCS_FILE}" "${API_DOCS_FILE}-e"
54-
echo "Original API docs file '$API_DOCS_FILE' removed."
55-
fi
56-
=======
5742
cat > "$BUILD_DIR/api_docs.html" <<EOF
5843
<!DOCTYPE html>
5944
<html lang="en">
@@ -70,9 +55,4 @@ cat > "$BUILD_DIR/api_docs.html" <<EOF
7055
</html>
7156
EOF
7257

73-
<<<<<<< HEAD
74-
echo "✅ Generated api_docs.html → spec-url=${SPEC_URL}"
75-
>>>>>>> 4f2ddca (fix: Workaround for openapi documentation)
76-
=======
7758
echo "✅ Generated api_docs.html in '$BUILD_DIR'."
78-
>>>>>>> d55b57c (fix: Script to properly log the output)

0 commit comments

Comments
 (0)