widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.62k stars 105 forks source link

Documentation getting started introduction links lead to 404 not found #633

Closed HugoP closed 1 week ago

HugoP commented 1 week ago

Hi,

Take note I just started looking at solara today. So total noob.

I was going thru the Introduction and found most of the link's are not working.

Is this the best place to start?

Kind regards

iisakkirotko commented 1 week ago

Hey @HugoP!

The links are all relative - they're intended for the website, on which 01-introduction.md is directly included, see documentation/getting_started/introduction. So if you want the links to work you should view the documentation on solara.dev

HugoP commented 1 week ago

Hi @iisakkirotko!

Thanks for the prompt reply.

Since then I got my own local dev server running after cloning the github repo and.

solara run solara.website.pages

Not 100% sure it's the correct way but looking good so far.

iisakkirotko commented 1 week ago

That's indeed the correct way to run the documentation locally. It should be identical to what's on our website, at https://solara.dev/documentation