nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Documentation Guide section is now more structured

Open fazpu opened this issue 3 years ago • 1 comments

This is an attempt to give the docs a bit more structure so that it is easier to orient around:

image

visual components

image

form components

image

custom clickable components

image

formatting text and numbers

image

fazpu avatar Dec 27 '22 16:12 fazpu

@fazpu Thanks for the PR.

I like the restructuring you've done, but unfortunately this PR can't be merged because the included files are auto-generated from the guide *.py files using this.

The correct way to perform this kind of restructuring would be to introduce the concept of a hierarchy in the guide files, then modify the generator to handle the hierarchy. Needs some planning/design.

lo5 avatar Jan 04 '23 17:01 lo5