## 0. md-to-JSON parser 1. add an experimental md-to-json parser in case you want to regenerate the JSON from the INTHEWILD.md. Copy the file, the INTHEWILD.md file, change the file paths and run locally. ## 1. static additions (JSON and logos) 2. add json version of inTheWild.js to docs/static/resources 3. add some sample logos that have permission to /docs/static/img to mirror the way it is done for databases. That is (/resources/data.js & /img/databases) used by the index page to display databases that superset supports 4. many logos need express written permission (airbnb, netflix, lyft) and should be seeked out at some other time. Others are ambiguous. Note that a contributor who adds to the file more or less is associating them with Supeset. ## 2. New React Page (Docusaurus) Display the proud users of superset on a new page through Docusaurus. 1. add new route to docusarus.config.ts 2. add new page inTheWild.tsx to docs/src/pages/ 4. add antd collape components (to represent categories) ## 3. CHANGELOG: - add parse.js (txt/md -> JSON) ; locally saved a python version as well. - add /experimental folder under docs/src/resources/, an isolated docusarus directory - add new directory /logos to /docs/static/img/logos - added sample logos (svg, png) - add json inTheWild.json to docs/static/resources - add new docusarus (frontend) page inTheWild to docs/src/pages ## 3. Next Steps: - PRs to go through adding logos - Continue this on the discussion thread https://github.com/apache/superset/discussions/36384