john-bodley commented on code in PR #26038: URL: https://github.com/apache/superset/pull/26038#discussion_r1401314027
########## docs/docs/databases/docker-add-drivers.mdx: ########## @@ -8,86 +8,75 @@ version: 1 ## Adding New Database Drivers in Docker Superset requires a Python database driver to be installed for each additional type of database you -want to connect to. When setting up Superset locally via `docker compose`, the drivers and packages -contained in -[requirements.txt](https://github.com/apache/superset/blob/master/requirements.txt) and -[requirements-dev.txt](https://github.com/apache/superset/blob/master/requirements-dev.txt) -will be installed automatically. +want to connect to. -In this section, we'll walk through how to install the MySQL connector library. The connector -library installation process is the same for all additional libraries and we'll end this section -with the recommended connector library for each database. +In this example, we'll walk through how to install the MySQL connector library. The connector +library installation process is the same for all additional libraries. Review Comment: @sfirke I gather the logic should only be to include a manual newline when necessary from a rendering perspective, new paragraph, bullet list, etc. In your editor enabling "word wrap" should ensure that you're not dealing with any horizontal scrolling. I wonder if `prettier` or similar could somehow ensure that our Markdown was rendered correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
