gpt4 book ai didi

python - 如何在没有服务器的情况下在本地计算机上使用 Mkdocs?

转载 作者:太空宇宙 更新时间:2023-11-04 02:20:11 25 4
gpt4 key购买 nike

我安装了 Mkdocs(Python 3.6.5)并编辑和构建了 Markdown 文件。

我尝试用浏览器打开主 index.html 文件,但无法直接打开链接到其他 HTML 文件的 HTML 页面。

使用命令提示符并输入“mkdocs serve”,我可以打开链接的页面。我知道这是没有服务器的 Mkdocs 的正常功能。

我可以只在本地计算机上使用 Mkdocs 吗?

最佳答案

根据doc ,你可以在mkdocs.yml中添加use_directory_urls: false并重建它。

The default style of use_directory_urls: true creates more user friendly URLs, and is usually what you'll want to use. The alternate style (edit: use_directory_urls: false) can occasionally be useful if you want your documentation to remain properly linked when opening pages directly from the file system, because it creates links that point directly to the target file rather than the target directory.

关于python - 如何在没有服务器的情况下在本地计算机上使用 Mkdocs?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51816099/

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