https://github.com/tombreit/mkdocs-git-latest-changes-plugin
MkDocs plugin that allows you to display a list of recently modified pages from the Git log
https://github.com/tombreit/mkdocs-git-latest-changes-plugin
mkdocs mkdocs-plugin
Last synced: about 2 months ago
JSON representation
MkDocs plugin that allows you to display a list of recently modified pages from the Git log
- Host: GitHub
- URL: https://github.com/tombreit/mkdocs-git-latest-changes-plugin
- Owner: tombreit
- License: mit
- Created: 2023-11-21T17:12:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T21:27:57.000Z (over 1 year ago)
- Last Synced: 2023-12-18T13:39:44.390Z (over 1 year ago)
- Topics: mkdocs, mkdocs-plugin
- Language: Python
- Homepage: https://tombreit.github.io/mkdocs-git-latest-changes-plugin/
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdocs-git-latest-changes-plugin
MkDocs plugin that allows you to display a list of recently modified pages from the Git log
[&link=https%3A%2F%2Fpypi.org%2Fproject%2Fmkdocs-git-latest-changes-plugin%2F)](https://pypi.org/project/mkdocs-git-latest-changes-plugin/)
[](https://api.reuse.software/info/github.com/tombreit/mkdocs-git-latest-changes-plugin)
[](https://mypy-lang.org/)
[](https://github.com/astral-sh/ruff)
## Demo & Docs
## Setup
Install the plugin [PyPI package](https://pypi.org/project/mkdocs-git-latest-changes-plugin/):
```bash
pip install mkdocs-git-latest-changes-plugin
```Configure `mkdocs.yml`:
```yaml
plugins:
- git-latest-changes
```## Usage
Use `{{ latest_changes }}` in your Markdown page(s) where the latest git changes should be inserted as a table.
### Configuration
## Development
```bash
pip install -e .[dev]
```