autodesk-platform-services / aps-tutorials-website

APS Tutorials: Docusaurus project for the APS Tutorials Website.
https://aps.autodesk.com/tutorials
MIT License
4 stars 33 forks source link

Fix the branded navbar #6

Open petrbroz opened 1 year ago

petrbroz commented 1 year ago

In https://github.com/autodesk-platform-services/aps-tutorials-website/commit/da171ebd55760b2d1e4dd0c79b31e582d1f8511d we've replaced the default Docusaurus navbar with a custom one from the APS dev. portal team. Currently this can only be done by importing a complete JavaScript bundle which - together with all its dependencies (incl. React) - is over 3MB in size. That's not good.

Let's work with the APS dev. portal team and make sure they provide us with a React Component that we can cleanly insert into this Docusaurus project.

petrbroz commented 1 year ago

@augustogoncalves since you're the one talking to the dev. portal team, could you please lead the effort on this?