The Wayback Machine - https://web.archive.org/web/20230321153224/https://github.com/athackst/mkdocs-simple-plugin
Skip to content

athackst/mkdocs-simple-plugin

Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 5, 2022 02:49
November 8, 2020 12:20
February 11, 2023 18:08
February 6, 2021 23:34
February 17, 2023 15:39
December 4, 2022 21:31

mkdocs-simple-plugin

Test Docs Docker pypi Github Action

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 single include directory, your codebase is also too large for documentation in a single docs 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