dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

Dash for R Documentation needs Sidebar for parity with Python docs

Open HammadTheOne opened this issue 5 years ago • 1 comments

Similar to #821 , the Dash for R docs also require a sidebar component for searching and filtering chapters/pages of the docs. This may require also building a R specific index since some of the chapters and indices in the Python docs do not yet exist for the R documentation.

HammadTheOne avatar Apr 08 '20 17:04 HammadTheOne

  • Generate sitemap like in Python (https://github.com/plotly/dash-docs/blob/master/generate_sitemap.py)
  • Load sidebar index (https://github.com/plotly/dash-docs/blob/master/dash_docs/run.py#L27)
  • Use the component (https://github.com/plotly/dash-docs/blob/master/dash_docs/run.py#L93)

The sitemap is only URLs? Is there more to this? Meta?

Marc-Andre-Rivet avatar Aug 13 '20 21:08 Marc-Andre-Rivet