Skip to content

Commit 6a6eddd

Browse files
committed
Improve README in templates-linkml
1 parent bb75285 commit 6a6eddd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
2121

2222
- Improved 0.2.x-migration message for `just update`.
2323

24+
### Fixed
25+
26+
- Moving files in the 0.2.0-migration was incomplete and gave errors due to non-existing folders.
27+
The just recipe was replaced by a new Python recipe to work around the limitations of `git mv`.
28+
2429
## Release [0.2.1] - 2025-02-16
2530

2631
[Full changelog](https://github.com/dalito/linkml-project-copier/compare/v0.2.1...v0.2.0)
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
Use this folder to store templates to modify the generated documentation. The templates are written in Jinja2 and are used to generate the HTML documentation for the schema.
1+
# Templates for the LinkML documentation generator
22

3-
The default templates are stored in the linkml repository at https://github.com/linkml/linkml/tree/main/linkml/generators/docgen. If you want to use these as a starting point, you can copy them into this folder and modify them as needed.
3+
Use this folder to store templates to customize the generated model documentation.
4+
The templates are written in Jinja2 and are used to generate the HTML documentation for the schema.
5+
6+
The default templates are available in the [linkml repository](https://github.com/linkml/linkml/tree/main/linkml/generators/docgen).
7+
If you want to use these as a starting point, you can copy them into this folder and modify them as needed.

0 commit comments

Comments
 (0)