diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 02:35:50 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 02:35:50 -0700 |
commit | 3b6bb3da806bfd18762c9ce660e0cc8ab1ce5803 (patch) | |
tree | a9c537c3d2044ab6128e4e3464c63dc1f31be801 | |
parent | b9c9b05ab48828575ae2574aa46644c612d4971d (diff) |
generate docs
-rw-r--r-- | docs/index.html | 2 | ||||
-rwxr-xr-x | generate_docs.sh | 2 |
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 |