File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5647openapi.json
5748
5849# Exclude generated OpenAPI files from the docs directory
5950! docs /openapi.json
60- >>>>>>> 64a7e72 (fix: Switch redocly build with standalone html)
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 3939fi
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- =======
5742cat > " $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>
7156EOF
7257
73- <<< <<< < HEAD
74- echo " ✅ Generated api_docs.html → spec-url=${SPEC_URL} "
75- >>>>>>> 4f2ddca (fix: Workaround for openapi documentation)
76- =======
7758echo " ✅ Generated api_docs.html in '$BUILD_DIR '."
78- >>>>>>> d55b57c (fix: Script to properly log the output)
You can’t perform that action at this time.
0 commit comments