Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

CraftTweaker/mkdocs-use-site-url-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mkdocs use site url in links

This plugin ensures that links are full absolute links according to the site_url set in mkdocs.yml, this is useful for sites such as the CraftTweaker Docs, which serves files out of /version/lang/ which Mkdocs has issues handling.

Installation

pip install git+https://github.com/CraftTweaker/mkdocs-use-site-url-plugin.git

Usage

In your mkdocs.yml file add use-site-url to the plugins entry:

plugins:
  - use-site-url

Releases

No releases published

Packages

No packages published

Languages