Skip to main content

Enable user defined values for MkDocs

Project description

mkdocs-user-defined-values

This is a plugin for a MkDocs which allows pages to have user defined input values.

Setup

Install the plugin using pip:

pip install mkdocs-user-defined-values

Activate the plugin in mkdocs.yml:

plugins:
  - search
  - user-defined-values:
      keywords:
        - DOC_AS_CODE_PATH
        - DOC_AS_CODE_VERSION

Note: If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set, but now you have to enable it explicitly.

More information about plugins in the MkDocs documentation.

Config

  • keywords - This is a list of keywords which you want to allow a user to modify.
  • input-placeholder - This is a placeholder where you want the plugin to generate the form for user to provide dynamic values for each keyword. Default value is {{{user-defined_values}}}.

Usage

  • Provide a list of keywords you want a user to provide dynamically.
  • Place {{{user-defined_values}}} in your page or template where you want to generate the form for user to provide dynamic values.

See Also

More information about templates here.

More information about blocks here.

Project details


Download files

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

Source Distribution

mkdocs-user-defined-values-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

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