32 lines
512 B
Markdown
32 lines
512 B
Markdown
# Wiki Change Log
|
|
|
|
> Track what was added, updated, or removed from the wiki.
|
|
|
|
```yaml
|
|
---
|
|
title: "Wiki Change Log"
|
|
type: meta
|
|
---
|
|
```
|
|
|
|
## YYYY-MM-DD
|
|
|
|
### Added
|
|
|
|
- `concepts/example-concept.md` — first concept about ...
|
|
|
|
### Updated
|
|
|
|
- `entities/example-entity.md` — added configuration section
|
|
|
|
### Removed
|
|
|
|
- _Nothing removed_
|
|
|
|
---
|
|
|
|
## Structure Notes
|
|
|
|
- Each entry links to the wiki page path and a brief description of the change.
|
|
- The wiki-agent cronjob updates this log automatically during curation.
|