stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[RFC]: add support for navigating to the "next" and "previous" package #36

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

Description

This RFC proposes adding support for navigating to the "next" and "previous" package.

While packages do not have an inherent order, allowing easier navigation between packages allows users to explore the project more readily.

The concept of navigating to the "next" and "previous" API is found elsewhere (e.g., see NumPy's sin).

This should be a straightforward addition. Will require loading a list of packages and tracking the index of the currently active package within that list.

Related Issues

No.

Questions

No.

Other

No.

Checklist

kgryte commented 2 years ago

This now implemented and deployed.