denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.51k stars 645 forks source link

www: refactor `docs/[...slug].tsx` to make use of optional dynamic params #1750

Open mbhrznr opened 1 year ago

mbhrznr commented 1 year ago

depends on #1706.

once merged, it would be nice to refactor www's docs/[...slug].tsx to make use of the new concept.

yossydev commented 11 months ago

@marvinhagemeister Hello! Is this issue still existing? If you don't mind, I would like to work on this problem myself!

marvinhagemeister commented 11 months ago

yes, this is still open. Feel free to go ahead.

yossydev commented 11 months ago

Thank you!! I will tackle it!!

Mrashes commented 4 months ago

@yossydev Are you still working on this? I can take a look if not

yossydev commented 4 months ago

@Mrashes Sorry, I haven't got around to it at the moment, please do!

Mrashes commented 4 months ago

Alright, started digging for an hour. Few things to start calling out:

Next step is to just get it working where when I hit docs/latest/introduction it should render locally. Probably just need more head banging but wanted to update on progress. Hope is to do this an hour at a time for the next few nights.