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.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: mkdocs-zip-folders-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 28ff2567af5b461c07eb429d179d4ebe1b43e3ec4d1e8ed8e089d048ec7988f2
MD5 774ae2db838b5734c311a76d55f79521
BLAKE2b-256 ba8cc0c1d99e8ea488866e2224338401e3a87fba80b2010ed1f123ae2f986122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mkdocs_zip_folders-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 628cc6750b47da9999591745b9fd21ba5207a136a48d85d8a9c3e1637cfb327d
MD5 d9cbe28783defa7205faabd77531ca7f
BLAKE2b-256 3d948e5e33061a7f8d7a7952a1f106b092b0e1596e66b5a76b1cf819117e8eb7

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