Community Showcase!
https://developer.nylas.com/docs/api/#overview
The API ref uses RapiDoc. I forked a copy and made some edits:
- Updated the styling in the plugin using the custom-styles.js file
- Updated the way some of the URLs are generated for aesthetic purposes
- Loads 2 versions of the plugin. On desktop it loads the focused view, on mobile, it loads the read view.
Thanks to the RapiDoc team for making this open-source and easy enough for a non-dev(I'm the technical writer) to work with.
looks awesome, Thanks for sharing your design !!!
This is awesome. Great work. Maybe you could credit RapiDoc in footer somewhere. One question - How did you get the subsections of Overview in the navigation Menu?
How did you get the subsections of Overview in the navigation Menu?
@prashantevolvus checkout this example https://rapidocweb.com/examples/markdown-headings.html
it uses an attribute info-description-headings-in-navbar
the html source of this is https://github.com/rapi-doc/RapiDoc/blob/master/docs/examples/markdown-headings.html and the spec used is https://github.com/rapi-doc/RapiDoc/blob/master/docs/specs/markdown-headings.yaml