Adds a backlinks section that lists every page linking to the current page.
Project description
MkDocs Backlinks Section Plugin
Adds a backlinks section that lists every page linking to the current page.
Installation
You can install it with pip:
pip install mkdocs-backlinks-section-plugin
Usage
Add the plugin to your mkdocs.yml:
plugins:
- search
- backlinks_section
Configuration
You can customize the text inserted by the plugin with the configuration values below:
| Option | Type | Default value |
|---|---|---|
title |
string | Backlinks |
description |
string | The following pages link to this page: |
description_no_links |
string | No other pages link to this page. |
So for example if you would want the text to be in German, you could do this in your mkdocs.yml:
plugins:
- search
- backlinks_section:
title: Rückverweise
description: "Die folgenden Seiten referenzieren die aktuelle Seite:"
description_no_links: Es gibt keine Verweise auf diese Seite.
Notable changes
Version 0.0.1
- Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs_backlinks_section_plugin-0.0.1.tar.gz.
File metadata
- Download URL: mkdocs_backlinks_section_plugin-0.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ec154734c4d675428110389d9dba55b98bc602ea0835e27e1d94337c97b016c
|
|
| MD5 |
a82bebe79f1e5f6eeb5ad04335992512
|
|
| BLAKE2b-256 |
23c15aaef34d3b38c4db19632968e3d7ed250ed869a938eb69609eea78c6cd48
|
File details
Details for the file mkdocs_backlinks_section_plugin-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mkdocs_backlinks_section_plugin-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a5941b0dc0d8afdc9fabd1d56f43a295efc678cd7957bafcae0845e93b8743d
|
|
| MD5 |
c71dae003f1671c19147c5259e1457cd
|
|
| BLAKE2b-256 |
65b901cde79abf97b337d8540274ec6db2020e8a576d23617b2f7de152898f04
|