Mkdocs has a wide range of features. The below listed features are some of the highlights:
Great themes available
There's a stack of good looking themes available for MkDocs. Choose between the built in themes: mkdocs and readthedocs, select one of the third-party themes listed on the MkDocs Themes wiki page, or build your own.
Code Documentation
The code lines can be documented easily as displayed below:
/v1/public/character
/v2/private/characters/pin
/v3/admin/character/goag/merchadite.com
Automatic Change Detection
Changes to content are automatically detected and updated.
Hyperlinks
The links can included in the documentation using markdown language.
Example: link.
Easy to customize
Get your project documentation looking just the way you want it by customizing your theme and/or installing some plugins. Modify Markdown's behavior with Markdown extensions. Many configuration options are available.
Preview your site as you work
The built-in dev-server allows you to preview your documentation as you're writing it. It will even auto-reload and refresh your browser whenever you save your changes.
Host anywhere
MkDocs builds completely static HTML sites that you can host on GitHub pages, Amazon S3, or anywhere else you choose.