MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation
The mkdocs-same-dir plugin is a handy tool for MkDocs users who prefer to streamline their project directory. This plugin allows developers to place the mkdocs.yml configuration file in the same directory as their documentation files, breaking away from the traditional structure mandated by MkDocs. This flexibility can enhance organization within projects, making it easier for teams to manage their documentation alongside the configuration files.
Incorporating this plugin can significantly improve workflow efficiency. By simply activating it in the mkdocs.yml, users gain the ability to customize their directory structure according to their unique project needs. However, users should be aware that this solution is a workaround that modifies MkDocs' core functionality, and caution is advised regarding potential future compatibility.
mkdocs.yml alongside the documentation files in the same directory for easier management.MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.