-
Notifications
You must be signed in to change notification settings - Fork 5
Docs landing page #187
Copy link
Copy link
Open
Labels
documentationAnything related to documentation (e.g. doc bugs or similar), *not* documenting new featuresAnything related to documentation (e.g. doc bugs or similar), *not* documenting new features
Metadata
Metadata
Assignees
Labels
documentationAnything related to documentation (e.g. doc bugs or similar), *not* documenting new featuresAnything related to documentation (e.g. doc bugs or similar), *not* documenting new features
Currently the docs landing page is this, but we'd like it to be the intro page. Turns out this is impossible! 🙃 In Docusaurs the landing page has to live in
src, and docs files have to live indocs.For the same reason, the landing page can't display the sidebar because Docusaurus only displays the sidebar on pages in
docs.I think we can solve this by integrating the docs site with the website, like React Native does.