Skip to main content

MkDocs plugin that automatically refreshes the build pages when the page has been rebuilt.

Project description

MKDocs Auto Refresh Build Pages Plugin

PyPI

MkDocs plugin for live development in production. The plugin adds a popup window that asks the user if he wants to reload the (compiled) page when the page has been updated. This tool is useful when you are deploying your MkDocs pages to production and you want to inform the user that the page has been updated.

We are using this plugin on the Robotic Camp when we quickly need to update the page and we want to inform the participants that the programming guide has been updated.

Installation

Install the plugin using pip from PyPI:

pip install mkdocs-auto-refresh-build-pages

Usage

Add the following lines to your mkdocs.yml:

plugins:
  - search
  - auto-refresh-build-pages:
      update_message: "The page has been updated. Do you want to reload?"
      yes_button_text: "Yes"
      no_button_text: "No"
      check_interval_seconds: 60
  • update_message (optional): The message that will be displayed when the page is updated. Default: "The page has been updated. Do you want to reload?"
  • yes_button_text (optional): The text of the "Yes" button. Default: "Yes"
  • no_button_text (optional): The text of the "No" button. Default: "No"
  • check_interval_seconds (optional): The interval in seconds at which the page will be checked for updates. Default: 60s (1 minute)

Example screenshot

example

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Do You Enjoy My Work?

Then you can consider:

  • supporting me on GitHub Sponsors:

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file mkdocs_auto_refresh_build_pages-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_auto_refresh_build_pages-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0c9d2b5d65a48f078dd576df91a234aab43b36329ab713332e65ab8119d13949
MD5 a030984be82ce5bff6a32b7cec6d00ee
BLAKE2b-256 74df45d477950cf17fcbb64ceed78092fc1d9d5bc1ca6530bb5167da22f83dd2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page