Skip to main content

MkDocs plugin to zip configured folders and add them to the site.

Project description

ZipFolders MkDocs Plugin

The ZipFolders plugin is used to zip specified folders in your MkDocs project after the site build process. This can be helpful if you need to distribute or backup parts of your documentation.

Plugin

Installation

Install the plugin using pip from PyPI:

pip install mkdocs-zip-folders

Configuration

To use the ZipFolders plugin, you need to add it to your mkdocs.yml configuration file.

Here is a sample configuration:

plugins:
  - search
  - zip_folders:
      folders:
        - myCode
        - toShare
        - folderX/thisWillBeZipped
      hash_extension: ".zip.hash" # default extension
      debug: true # optional - default is false
  • folders - A list of folders to zip. The folders are relative to the root of the MkDocs documentation project - docs_dir (default is docs).
  • debug - Optional. If set to true, the plugin will print debug messages to the console. Default is false.
  • hash_extension - The extension to use for hashing folders. Default is .zip.hash.

Git configuration

It is highly recommended to add the *.zip, *.zip.hash filses to your .gitignore file. This will prevent you from accidentally committing the zip files to your repository.

Zip files will be generated automatically after each build.

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 definitely 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 Distribution

mkdocs-zip-folders-1.0.3.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

mkdocs_zip_folders-1.0.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs-zip-folders-1.0.3.tar.gz.

File metadata

  • Download URL: mkdocs-zip-folders-1.0.3.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.17

File hashes

Hashes for mkdocs-zip-folders-1.0.3.tar.gz
Algorithm Hash digest
SHA256 bc794d58e39c303f6c68bf1e908d3ce5ea99638795bdf7625dcb7c8d80452bd8
MD5 9a234cb5fa5b6de756f204d97afcbd5a
BLAKE2b-256 9553e9deff52dc3a5a07b48fcda2361913be2ed5d09e1325cc2e22d90adb1919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mkdocs_zip_folders-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 aa4d4d052ec6146a11874b402cd7f949523d8ccf6bdff227da58aaeea2e41e49
MD5 3742e9de265427633424684281391094
BLAKE2b-256 396cb4608e11f7070de3d0acfad1a5b181fff34d6b284cd6cea007f5f7c2c152

See more details on using hashes here.

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