gpt4 book ai didi

read-the-docs - 如何将 readthedocs 网页重定向到其他网站

转载 作者:行者123 更新时间:2023-12-04 21:08:14 25 4
gpt4 key购买 nike

我们开始在 readthedocs 站点(比如 http://abc.readthedocs.org )上拥有我们项目的文档。由于各种原因,我们现在使用新域 ( http://abc.io ) 迁移到我们自己的 Web 服务器。

我们要打倒http://abc.readthedocs.org优雅地使我们的项目文档不会在整个互联网上被破坏。

我们正在考虑的一种方法是从所有带有前缀 ( http://abc.readthedocs.org ) 到 ( http://abc.io ) 的页面“重定向”。

但是,我在 readthedocs 站点中没有看到任何提供重定向到全新域的重定向选项。 Readthedocs 只允许在同一域下的不同页面内重定向。

关于我如何进行的任何指示都会非常有帮助。

最佳答案

我将以下部分添加到我的 index.rst :

.. raw:: html

<script type="text/javascript">
if (String(window.location).indexOf("readthedocs") !== -1) {
window.alert('The documentation has moved. I will redirect you to the new location.');
window.location.replace('http://cosmo-docs.phys.ethz.ch/cosmoHammer');
}
</script>

关于read-the-docs - 如何将 readthedocs 网页重定向到其他网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40501719/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com