Getting Started¶
This section covers installation, setup, and configuration of the NeoAbs theme.
Installation¶
Install the theme from PyPI:
pip install mkdocs-neoabs
This installs both the theme and the companion MkDocs plugin.
Quick Setup¶
- Create a new MkDocs project:
mkdocs new my-docs
cd my-docs
- Set the theme in
mkdocs.yml:
site_name: My Docs
theme:
name: neoabs
- Start the dev server:
mkdocs serve
- Open http://127.0.0.1:8000.
Next Steps¶
- Configuration — Customize the theme to your liking
- Design System — Learn how the design works under the hood
- Components — Explore available UI components