Skip to main content

MkDocs Integration

Add Marker.io for Easy Bug Reporting on MkDocs

Updated this week

Would you like to add the Marker.io widget to your MkDocs website for easy issue tracking? Let’s walk through the steps below to get you up and running.

How to Install the Marker.io Widget in MkDocs

Step 1: Create a JavaScript File

  1. Create a Subfolder: Inside your docs folder, create a new subfolder named javascripts. This will hold your JavaScript files.

docs/ javascripts/
2. Create a JavaScript File: Within the javascripts folder, create a new JavaScript file named marker.js.

docs/ javascripts/ marker.js

Step 2: Add the Marker.io Code

  1. Copy the Code: Go to your Marker.io website project and copy the JavaScript snippet provided there. This snippet is necessary for the widget to work on your site.

2. Paste the Code: Open your newly created marker.js file and paste the JavaScript snippet inside. Note: Make sure you only copy the code inside the

Did this answer your question?