Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Step-navigation" widget thing #7

Open
enenra opened this issue Mar 1, 2020 · 0 comments
Open

"Step-navigation" widget thing #7

enenra opened this issue Mar 1, 2020 · 0 comments
Labels
enhancement New feature or request layout

Comments

@enenra
Copy link
Collaborator

enenra commented Mar 1, 2020

Something like this would be great to have to structure tutorials: https://idratherbewriting.com/2016/05/30/building-a-workflow-user-map-with-css-and-js/
https://developer.amazon.com/docs/app-submission/publish-app-login-and-add-app.html (example of it working)

Ideally, we could implement it into mardown in the same way as "navigation" and "sections" currently work:

sections:
  - /tutorials/tools/3d-modelling/seut/installation/download
  - /tutorials/tools/3d-modelling/seut/installation/unpack
  - /tutorials/tools/3d-modelling/seut/installation/install-convert
  - /tutorials/tools/3d-modelling/seut/installation/blender
  - /tutorials/tools/3d-modelling/seut/installation/what-now
navigation:
  - /reference/tools/3d-modelling/seut
  - /tutorials/tools/3d-modelling/seut

The items would be made into their own box, connected by arrows. 4 boxes per row, if there are more items, create a second row that are connected by arrows (but 2 rows are not connected to each other). The boxes contain the titles of the items linked and are clickable to get to the respective pages. The box highlights on mouseover.

Ideally, the step-boxes would be styled similarly to the navigation-boxes.

@enenra enenra added enhancement New feature or request layout labels Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request layout
Projects
None yet
Development

No branches or pull requests

1 participant