rusackas commented on code in PR #28481: URL: https://github.com/apache/superset/pull/28481#discussion_r1679784360
########## docs/docs/installation/architecture.mdx: ########## @@ -0,0 +1,67 @@ +--- +title: Architecture +hide_title: true +sidebar_position: 1 +version: 1 +--- + +import useBaseUrl from "@docusaurus/useBaseUrl"; + +# Architecture + +This page is meant to give new administrators an understanding of Superset's components. + +## Components + +A Superset installation is made up of these components: +1. The Superset application itself Review Comment: ```suggestion 1. **The Superset application itself**. This includes the Python (Flask) backend application, API layer, and the React frontend, built via Webpack, and static assets needed for the application to work. ``` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org