manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript
https://haruneko-docs.pages.dev
147 stars 31 forks source link

mockup tutorial #15

Open Sheepux opened 3 years ago

Sheepux commented 3 years ago

Implement the "how to use hakuneko" pages accessible from the home screen

Sheepux commented 2 years ago

Last commit introduced a router that will allow to write some guides.

Pierre-Monier commented 12 months ago

Can we actually make a raw wireframe for content that should appear on each "tutorial item" ? Also the disposition is a bit weird I think ? Is that desired ?

Screenshot 2023-11-24 at 14 15 54

Sheepux commented 12 months ago

I'm currently working on it. I plan to generate a remote page as in current documentation: https://hakuneko.download/docs/interface/ The HTML would be fetched and split into each page and integrated with carbon's css. Yeah the strange split was intentional at first (i was thinking in "sections" but wanted to work on this later)

Sheepux commented 12 months ago

website's documentation generator is here:: https://github.com/manga-download/manga-download.github.io/tree/master/_docs

Pierre-Monier commented 12 months ago

Oh, ok I see, seems like a good idea :). Maybe we can add carbon css to the documentation website and just use iframe for the app ? Might be cool if documentation as the same UI as the app :)

Sheepux commented 10 months ago

PR https://github.com/manga-download/haruneko/pull/454 introduced remote documentation fetching from https://hakuneko.download/docs/haruneko/ (markdown of the webpage https://github.com/manga-download/manga-download.github.io/blob/master/_docs/06-HaruNeko.md ) What's left is putting actual content in the documentation (and extra todos discussed in the PR)