Skip to content

jaywhj/mkdocs-materialx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,819 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialX for MkDocs


MaterialX, the next generation of mkdocs-material, is based on mkdocs-material-9.7.1 and is named X. It continues to be maintained by individual developers (since mkdocs-material will cease maintenance)

What Difference

For a more detailed description of the differences, see documentation: Why MaterialX


Differences from Material

Aspect mkdocs-material MaterialX
Latest Version mkdocs-material-9.7.1 mkdocs-materialx-10.x
(based on mkdocs-material-9.7.1)
Usage Use mkdocs.yml with the theme name material Use mkdocs.yml with the new theme name materialx, everything else is the same as when using material
Current Status Nearing end-of-maintenance Active maintenance and updates
Feature Updates None (with legacy bugs) Bug fixes, new feature additions, UX improvements,
see Changelog

Differences from Zensical

Aspect Zensical MaterialX
Audience Technical developers
Technical documentation
All markdown users
Markdown notes & documents
Language Rust Python
Stage Launched a few months ago, in early stages, basic functionality incomplete Launched for over a decade, mature and stable
Usage Adopt the new TOML configuration format, all configurations in the original mkdocs.yml need to be reconfigured from scratch Continue to use mkdocs.yml with zero migration cost
Ecosystem Built entirely from scratch, incompatible with all original MkDocs components, future development uncertain Based on MkDocs & mkdocs-material-9.7.1, fully compatible with MkDocs' rich long-built ecosystem, open and vibrant
Core Focus Prioritizes technical customization, with increasingly cumbersome feature configurations and ever-growing complexity in usage Focuses on universal functions & visual presentation, extreme ease of use as primary principle, evolving to be more lightweight

Quick Start

Installation:

pip install mkdocs-materialx

Configure materialx theme to mkdocs.yml:

theme:
  name: materialx

Note

The theme name is materialx, not material. Everything else is the same as when using material.


For detailed installation instructions, configuration options, and a demo, visit jaywhj.github.io/mkdocs-materialx


Chat Group

Discord: https://discord.gg/cvTfge4AUy

Wechat:

About

MaterialX, the next generation of mkdocs-material

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 39.2%
  • HTML 25.1%
  • TypeScript 21.9%
  • SCSS 12.3%
  • JavaScript 1.0%
  • CSS 0.4%
  • Dockerfile 0.1%