File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.gitmodules
8
8
docker-base
9
+ docs /sitemap.txt
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ echo " https://docs.imgproxy.net" > docs/sitemap.txt
4
+ RE=' ^\* \[.+\]\((.+)\)'
5
+ grep -E " $RE " docs/_sidebar.md | sed -E " s/$RE /https:\\ /\\ /docs.imgproxy.net\\ /\\ 1/" >> docs/sitemap.txt
Original file line number Diff line number Diff line change 12
12
* [ Serving local files] ( serving_local_files )
13
13
* [ Serving files from Amazon S3] ( serving_files_from_s3 )
14
14
* [ Serving files from Google Cloud Storage] ( serving_files_from_google_cloud_storage )
15
- * [ Serving files from Azure Blob Storage] ( serving_files_from_azure_blob_storage.md )
15
+ * [ Serving files from Azure Blob Storage] ( serving_files_from_azure_blob_storage )
16
16
* [ New Relic] ( new_relic )
17
17
* [ Prometheus] ( prometheus )
18
18
* [ Datadog<i class =' badge badge-v3 ' ></i >] ( datadog )
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Allow: /
Original file line number Diff line number Diff line change 1
1
[build ]
2
- base =" docs "
3
- publish =" /"
4
- command =" "
2
+ base =" / "
3
+ publish =" docs /"
4
+ command =" ./build-docs-sitemap.sh "
5
5
6
6
[[redirects ]]
7
7
from = " /*"
You can’t perform that action at this time.
0 commit comments