# mkdocs **Repository Path**: writeup/mkdocs ## Basic Information - **Project Name**: mkdocs - **Description**: Project documentation with Markdown. - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MkDocs Project documentation with Markdown. --- [![PyPI Version][pypi-v-image]][pypi-v-link] [![Build Status][travis-image]][travis-link] [![Windows Build Status][appveyor-image]][appveyor-link] [![Coverage Status][codecov-image]][codecov-link] [![Landscale Code Health][landscape-image]][landscape-link] - View the [MkDocs documentation][mkdocs]. - Project [release notes][release-notes]. - Visit the [MkDocs wiki](https://github.com/mkdocs/mkdocs/wiki) for community resources, including third party themes and a list of MkDocs users. - IRC channel: `#mkdocs` on freenode. - Discussions and support: ## Code of Conduct Everyone interacting in the MkDocs project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [PyPA Code of Conduct]. [appveyor-image]: https://img.shields.io/appveyor/ci/d0ugal/mkdocs/master.svg [appveyor-link]: https://ci.appveyor.com/project/d0ugal/mkdocs [codecov-image]: https://codecov.io/github/mkdocs/mkdocs/coverage.svg?branch=master [codecov-link]: https://codecov.io/github/mkdocs/mkdocs?branch=master [landscape-image]: https://landscape.io/github/mkdocs/mkdocs/master/landscape.svg?style=flat [landscape-link]: https://landscape.io/github/mkdocs/mkdocs/master [pypi-v-image]: https://img.shields.io/pypi/v/mkdocs.svg [pypi-v-link]: https://pypi.org/project/mkdocs/ [travis-image]: https://img.shields.io/travis/mkdocs/mkdocs/master.svg [travis-link]: https://travis-ci.org/mkdocs/mkdocs [mkdocs]: https://www.mkdocs.org [release-notes]: https://www.mkdocs.org/about/release-notes/ [PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/