-
Notifications
You must be signed in to change notification settings - Fork 13
react‐magma‐docs updates
Laura Silva edited this page Oct 28, 2024
·
3 revisions
We have a lot of exciting work planned for our docs site, and it'll need to happen in a very specific order:
-
Update component hierarchy (#735)
- We need to do this first in order for indexing and search to work as expected
-
Add a way to toggle between Magma versions on docs site (#1512)
-
Delete landing page and redirect
https://react-magma.cengage.com/
tohttps://react-magma.cengage.com/version/latest/
(#872)- Note: this is tricky right now because we have 2 versions (and plan to continue to support 2 versions).
latest
is the last released and we may need to force it to be latest of version 4 (or 5 once we have it)
- Note: this is tricky right now because we have 2 versions (and plan to continue to support 2 versions).
-
Figure out if we can change our versioning urls from
https://react-magma.cengage.com/version/4.6.0/api/alert/
tohttps://react-magma.cengage.com/4.6.0/api/alert/
- This would improve indexing for search
- We should try to match how https://getbootstrap.com/docs/5.3/getting-started/introduction/ handles versioning
-
Improve Google Indexing and add sitemap XML (#921)
-
Implement Search using Algolia and ask Algolia support to re-index our site (#325)
-
Upgrade Gatsby version (#1022)