diff --git a/schemacrawler-website/src/site/markdown/changes-report.md b/schemacrawler-website/src/site/markdown/changes-report.md index dd12e5ee44..2e16a4b7c4 100644 --- a/schemacrawler-website/src/site/markdown/changes-report.md +++ b/schemacrawler-website/src/site/markdown/changes-report.md @@ -6,6 +6,7 @@ SchemaCrawler release notes. ## Release 16.19.10 - 2023-05-21 - Enhance Mermaid diagram generation with remarks and primary and foreign key designations +- Distribute Python script to generate Markdown output diff --git a/schemacrawler-website/src/site/markdown/getting-started.md b/schemacrawler-website/src/site/markdown/getting-started.md index 4a2ca912df..aefbf4be8d 100644 --- a/schemacrawler-website/src/site/markdown/getting-started.md +++ b/schemacrawler-website/src/site/markdown/getting-started.md @@ -38,6 +38,7 @@ And finally, here are some other quick getting started articles: - [How to Visualize Your MySql Database with One Command (and Nothing to Install)](https://dev.to/sualeh/how-to-visualize-your-mysql-database-with-one-command-and-nothing-to-install-21cp) - [How to Visualize Your PostgreSQL Database with One Command (and Nothing to Install)](https://dev.to/sualeh/how-to-visualize-your-postgresql-database-with-one-command-and-nothing-to-install-3e3j) - [How to Visualize Your SQLite Database with One Command (and Nothing to Install)](https://dev.to/sualeh/how-to-visualize-your-sqlite-database-with-one-command-and-nothing-to-install-1f4m) +- [Automatically Document Your Database in Markdown](https://dev.to/sualeh/automatically-document-your-database-in-markdown-elf) ### Explore the Command-Line