aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-17 02:35:50 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2023-12-17 02:35:50 -0700
commit3b6bb3da806bfd18762c9ce660e0cc8ab1ce5803 (patch)
treea9c537c3d2044ab6128e4e3464c63dc1f31be801
parentb9c9b05ab48828575ae2574aa46644c612d4971d (diff)
generate docs
-rw-r--r--docs/index.html2
-rwxr-xr-xgenerate_docs.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 3d062b2..5474c9c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=/swift-gopher/documentation/" /></head><body><ol>
+<!DOCTYPE html><html><head></head><body><ol>
<li><a href="/swift-gopher/documentation/swiftgopherclient/">swiftGopherClient</a></li>
<li><a href="/swift-gopher/documentation/swift_gopher/">swift-gopher</a></li>
<li><a href="/swift-gopher/documentation/gopherhelpers/">GopherHelpers</a></li>
diff --git a/generate_docs.sh b/generate_docs.sh
index d301d04..e10dfd1 100755
--- a/generate_docs.sh
+++ b/generate_docs.sh
@@ -11,7 +11,7 @@ do
cp -r $target-docs/index/index.json "docs/index/$modified_target.json"
done
-echo "<!DOCTYPE html><html><head><meta http-equiv=\"refresh\" content=\"0; url=/swift-gopher/documentation/\" /></head><body><ol>" > docs/index.html
+echo "<!DOCTYPE html><html><head></head><body><ol>" > docs/index.html
for target in "$@"
do