https://github.com/keymapperorg/keymapperdocs
The mkdocs documentation website for the Key Mapper app. This used to be in the KeyMapper repo.
https://github.com/keymapperorg/keymapperdocs
Last synced: 3 months ago
JSON representation
The mkdocs documentation website for the Key Mapper app. This used to be in the KeyMapper repo.
- Host: GitHub
- URL: https://github.com/keymapperorg/keymapperdocs
- Owner: keymapperorg
- Created: 2025-04-07T18:36:28.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-01-17T12:23:46.000Z (3 months ago)
- Last Synced: 2026-01-17T22:33:27.439Z (3 months ago)
- Size: 6.27 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/codebase.md
Awesome Lists containing this project
README
# KeyMapperDocs
The mkdocs documentation website for the Key Mapper app. This used to be in the KeyMapper repo.
## Building
To build the documentation website you need to install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/getting-started/) with Python. Just run `pip install -r requirements.txt` in the root of the project to install all the necessary dependencies. Then run `mkdocs serve` in the project root to run the server.