fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.14k stars 121 forks source link

My attempt to update the user docs #857

Closed reigam closed 2 years ago

reigam commented 3 years ago

Proposal

My attempt to update the user docs (still work in progress, not all pages linked): https://github.com/reigam/Fabulous/tree/docs/docs/Fabulous.XamarinForms

My intentions:

What do you think?

Also, for internal links, shoud I use: ....](introduction.html) or ....](introduction.md) ?

SergejDK commented 3 years ago

@reigam I think the structure is great and more readable. I am currently working on a complete new documentation website for fabulous with Fornax which will generate a complete documentation from .md files.

for internal links the .md is preferred afaik.

How would you represent pages/topics which are up to date.

reigam commented 3 years ago

@SergejDK Thanks for the feedback. Will you use the existing docs for your new website? Any use continuing working on these?

How would you represent pages/topics which are up to date.

Lacking a better idea I just added

(topic last updated: v 0.61.0)

or

(topic last updated: pending)

under the name of the page or sub-topic.

SergejDK commented 3 years ago

@reigam The idea is that we use the current .md files but we will have sth. like a sidemenu and searchbar which will make it easier to find stuff and just display the .md files in the main content.

So I think it is fine if you keep working on it. The image on how to split the folders is sth. I was thinking about, too and we can definetly use your idea here.

(topic last updated: v 0.61.0) or (topic last updated: pending)

I think this is a great idea. This way everyone knows at which version it is possible. maybe a TimeStamp isn't wrong either sth. like

topic last updated: v 0.61.0 - 31.03.2021 - 11:15am

reigam commented 3 years ago

@SergejDK Good to hear I wasn't wasting my time.

Here is my to-do list:

Edit: update to-do-list

TimLariviere commented 2 years ago

Closing in favour of #927