Metadata-Version: 2.1
Name: mkdocs-terminal
Version: 0.2.5
Summary: Terminal.css theme for MkDocs
Project-URL: Repository, https://github.com/ntno/mkdocs-terminal.git
Author: Natan Organick
License-Expression: MIT
License-File: LICENSE
Keywords: documentation,mkdocs,theme
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.7
Requires-Dist: colorama>=0.4
Requires-Dist: jinja2>=3.0
Requires-Dist: markdown>=3.2
Requires-Dist: mkdocs-material-extensions>=1.1
Requires-Dist: mkdocs>=1.4.2
Requires-Dist: pygments>=2.14
Requires-Dist: pymdown-extensions>=9.9
Requires-Dist: regex>=2022.4.24
Requires-Dist: requests>=2.26
Description-Content-Type: text/markdown

# mkdocs-terminal
[Gioni06/terminal.css](https://github.com/Gioni06/terminal.css) theme for MkDocs

### references
- [Gioni06/terminal.css](https://github.com/Gioni06/terminal.css)  
- [build](https://pypa-build.readthedocs.io/en/latest/) for building distribution package  
- [twine](https://twine.readthedocs.io/en/stable/) for uploading to PyPI  
- [pypa/sampleproject](https://github.com/pypa/sampleproject)
- [mkdocs/mkdocs-basic-theme](https://github.com/mkdocs/mkdocs-basic-theme)
- [oprypin/mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index)
- section-index support in material theme  
  - https://github.com/squidfunk/mkdocs-material/commit/accc2a34d15635884448d0c61b9b7f8301c0fddb
  - https://github.com/squidfunk/mkdocs-material/commit/149b0dbc475fd77a2cf00fdd6365078a900c023b
  - https://github.com/squidfunk/mkdocs-material/commit/f3926bf444a29310be0d14b1311b3dd832b1c310
- [mkdocs page struction](https://www.mkdocs.org/dev-guide/themes/#mkdocs.structure.pages.Page)
- [jinja namespace() added in 2.10](https://jinja.palletsprojects.com/en/3.0.x/changes/#version-2-10)
- [accessible menu bar nav example](https://www.w3.org/WAI/ARIA/apg/example-index/menubar/menubar-navigation)
- [pyproject.toml config](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html)