Plugin for adding simple wiki site creation from markdown files interspersed within your code with MkDocs.
Project description
mkdocs-simple-plugin
This plugin enables you to build a documentation site from markdown interspersed within your repository using mkdocs.
About
You may be wondering why you would want to generate a static site for your project without doing the typical "wiki" thing of consolidating all documentation within a single docs
folder or using a single README
file.
-
My repository is too big for a single documentation source.
Sometimes it isn't feasible to consolidate all documentation within an upper level
docs
directory. In general, if your codebase is too large to fit well within a singleinclude
directory, your codebase is also too large for documentation in a singledocs
directory.Since it's typically easier to keep documentation up to date when it lives as close to the code as possible, it is better to create multiple sources for documentation.
-
My repository is too simple for advanced documentation.
If your codebase is very very large, something like the monorepo plugin might better fit your needs.
For most other medium+ repositories that have grown over time, you probably have scattered documentation throughout your code. By combining all of that documentation while keeping folder structure, you can better surface and collaborate with others. And, let's face it. That documentation is probably all in markdown since Github renders it nicely.
-
I want a pretty documentation site without the hassle.
Finally, you may be interested in this plugin if you have a desire for easy-to-generate stylized documentation. This plugin lets you take documentation you may already have -- either in markdown files or in your code -- and formats them into a searchable documentation website. You can keep your documentation where it is (thank you very much).
See mkdocs-simple-plugin for usage.
Contributing
See the contributing guide
License
This software is licensed under Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mkdocs_simple_plugin-3.2.0.tar.gz
.
File metadata
- Download URL: mkdocs_simple_plugin-3.2.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d88715e9fe052fc73cb705597582408ff4d7f78487f7d37b6749b74944a715fc |
|
MD5 | 2f94bdfeb402b6c2790bedb2cca74f42 |
|
BLAKE2b-256 | e87157699991e8a2d9dd2151804e7ae57bef147d3bb7b1285596acbd510b185c |
File details
Details for the file mkdocs_simple_plugin-3.2.0-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_simple_plugin-3.2.0-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52d64e5a1f51957d82aa765bc00508e14938e883a52407559a7f88c149430c65 |
|
MD5 | f180b2c42f1e28f7257979abdd535325 |
|
BLAKE2b-256 | a6c2535c81a69ef4dfaea8d62f1730c5bf68aad1514992279b8eabb104378651 |