mkdocs

How to add permalinks to tree nodes in Markdown nav file (mkdocs.yml)?

被刻印的时光 ゝ 提交于 2020-02-22 10:10:46
问题 The mkdocs.yml nav file I am working with includes a hierarchical tree of a manuals website with several categories and subcategories the content articles fall into; the tree is absolutely virtual and not based on a folder structure/website path. I am looking for a way to generate permalinks for each of the tree's nodes (categories). If that is impossible with Markdown or its extensions than perhaps html/css elements could be used. I am very new to Markdown and mkdocs; I googled thoroughly to

How to add permalinks to tree nodes in Markdown nav file (mkdocs.yml)?

吃可爱长大的小学妹 提交于 2020-02-22 10:10:31
问题 The mkdocs.yml nav file I am working with includes a hierarchical tree of a manuals website with several categories and subcategories the content articles fall into; the tree is absolutely virtual and not based on a folder structure/website path. I am looking for a way to generate permalinks for each of the tree's nodes (categories). If that is impossible with Markdown or its extensions than perhaps html/css elements could be used. I am very new to Markdown and mkdocs; I googled thoroughly to

How to add permalinks to tree nodes in Markdown nav file (mkdocs.yml)?

荒凉一梦 提交于 2020-02-22 10:10:24
问题 The mkdocs.yml nav file I am working with includes a hierarchical tree of a manuals website with several categories and subcategories the content articles fall into; the tree is absolutely virtual and not based on a folder structure/website path. I am looking for a way to generate permalinks for each of the tree's nodes (categories). If that is impossible with Markdown or its extensions than perhaps html/css elements could be used. I am very new to Markdown and mkdocs; I googled thoroughly to

How to add permalinks to tree nodes in Markdown nav file (mkdocs.yml)?

懵懂的女人 提交于 2020-02-22 10:09:16
问题 The mkdocs.yml nav file I am working with includes a hierarchical tree of a manuals website with several categories and subcategories the content articles fall into; the tree is absolutely virtual and not based on a folder structure/website path. I am looking for a way to generate permalinks for each of the tree's nodes (categories). If that is impossible with Markdown or its extensions than perhaps html/css elements could be used. I am very new to Markdown and mkdocs; I googled thoroughly to

Local mathjax with mkdocs

夙愿已清 提交于 2019-12-22 18:24:28
问题 I'd like to use MathJax with Mkdocs on a computer which does not have access to the internet, I can't therefore just call the Mathjax CDN. Config mkdocs.yml : site_name: My Docs extra_javascript: - 'javascripts/MathJax-2.7.5/MathJax.js' - 'javascripts/MathJax-2.7.5/extensions/MathMenu.js' markdown_extensions: - pymdownx.arithmatex File structure project/ docs/ javascripts/ MathJax-2.7.5/ ... mkdocs.yml Following Mathjax's documentation, the folder /MathJax-2.7.5/ contains the whole

mkdocs与jekyll 创建静态网站

被刻印的时光 ゝ 提交于 2019-12-04 13:44:30
mkdocs教程: http://www.mkdocs.org/#installation(英文) http://markdown-docs-zh.readthedocs.org/zh_CN/latest/ (中文) MacDown的下载包:http://yunpan.cn/cdmKrfvZs2fsc (提取码:6a8e) 开始学习mkdocs !!! 执行命令 sudo pip install mkdocs ,因为网速慢总是退出,报timeout错 后在网络上找到0.14.0的包直接装也因为网络的缘故暂停 提供的网址上 http://topmanopensource.iteye.com/blog/2004853 的教程里提到命令 镜像 pip install web.py -i http://pypi.douban.com/simple 速度超级快! 安装完成后按照文档教程里开始学习啦! 在指定目录下执行 mkdocs new my_pro 会生成一个目录 其中包含-docs-index.md 和-mkdocs.yml 其中mkdocs.yml 中设置站点名称 会自动显示在网页左上角和网页标里 index.md 里按照既定好的格式来描写文档 生成好目录之后 在mkdocs.yml同目录下执行mkdocs serve 命令启动内建服务器 然后修改docs/index

MkDocs and MathJax

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm new to MkDocs and am writing some technical documentation that requires latex. I've successfully built a small website with one of the MkDocs themes, however it won't properly display the latex equations. I followed the instructions at: http://www.vlfeat.org/matconvnet/developers/ as well as the instructions following the python-markdown-mathjax link from that page. I have also tinkered with adding appropriate lines to my mkdocs.yaml file, similar to: https://github.com/EdyJ/vehicle-physics-docs/blob/master/mkdocs.yml However, issuing