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
Create a Subfolder: Inside your
docsfolder, create a new subfolder namedjavascripts. 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
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

