Skip to content

Commit

Permalink
Update docs frontpage to show mapping metadata and examples at a glan…
Browse files Browse the repository at this point in the history
…ce (#393)

Resolves #392 

This PR updates the front page to show at a glance the mapping level
metadata fields, and a better view of a SSSOM example table.

- [X] `docs/` have been added/updated if necessary
- [ ] `make test` has been run locally
- [ ] tests have been added/updated (if applicable)
- [ ]
[CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/master/CHANGELOG.md)
has been updated.
  • Loading branch information
matentzn authored Nov 4, 2024
1 parent c09299b commit d8a2c93
Show file tree
Hide file tree
Showing 4 changed files with 831 additions and 664 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ $(DOCDIR):

gendoc: $(DOCDIR)
cp -rf $(SRC)/docs/* $(DOCDIR) ; \
$(RUN) jinjanate $(SRC)/doc-templates/frontpage.md.jinja2 $(SOURCE_SCHEMA_PATH) -o $(DOCDIR)/index.md
$(RUN) gen-doc -d $(DOCDIR) $(SOURCE_SCHEMA_PATH) --template-directory $(TEMPLATE_DIR) --index-name linkml-index

testdoc: gendoc serve
Expand Down
Loading

0 comments on commit d8a2c93

Please sign in to comment.