Skip to content

Commit 25269cc

Browse files
committed
Add docs folder note to project README.md
1 parent 73bf57e commit 25269cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

template/README.md.jinja

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010

1111
## Repository Structure
1212

13+
* [docs/](docs/) - mkdocs-managed documentation
14+
* [elements/](docs/elements/) - generated schema documentation
1315
* [examples/](examples/) - Examples of using the schema
1416
* [project/](project/) - project files (these files are auto-generated, do not edit)
1517
* [src/](src/) - source files (edit these)
1618
* [{{project_slug}}](src/{{project_slug}})
17-
* [schema](src/{{project_slug}}/schema) -- LinkML schema
19+
* [schema/](src/{{project_slug}}/schema) -- LinkML schema
1820
(edit this)
19-
* [datamodel](src/{{project_slug}}/datamodel) -- generated
21+
* [datamodel/](src/{{project_slug}}/datamodel) -- generated
2022
Python datamodel
2123
* [tests/](tests/) - Python tests
22-
* [tests/data](tests/data) - Example data
24+
* [data/](tests/data) - Example data
2325

2426
## Developer Tools
2527

0 commit comments

Comments
 (0)