Stream: beginners

Topic: ✔ website just docs?


view this post on Zulip Brendan Hansknecht (May 15 2023 at 16:41):

When did roc-lang.org become just docs? Was that an intentional change?

view this post on Zulip Anton (May 15 2023 at 17:17):

Was that an intentional change?

It was not, I'll investigate now

view this post on Zulip Anton (May 15 2023 at 17:22):

quick temporary fix in PR#5413

view this post on Zulip Richard Feldman (May 15 2023 at 17:24):

merged!

view this post on Zulip Bryce Miller (Jun 10 2023 at 18:54):

This issue has been in the back of my mind since it came up, since I'm the one who wrote the code that needed to be commented out temporarily. I think I may have an idea of what happened.

Module links are generated in the form /ModuleName, with no trailing slash. Perhaps as soon as we added an index.html, the server started to respond with /index.html instead of /ModuleName/index.html. Maybe adding a trailing slash to module links would fix this?

view this post on Zulip Bryce Miller (Jun 10 2023 at 18:55):

Or if the lack of trailing slash was an intentional choice, maybe a change to the server config.

view this post on Zulip Bryce Miller (Jun 10 2023 at 18:56):

I haven't tested this at all though

view this post on Zulip Bryce Miller (Jun 10 2023 at 18:59):

NVM, I see this has been fixed already.

view this post on Zulip Richard Feldman (Jun 10 2023 at 22:15):

yeah I think we can close this now!

view this post on Zulip Notification Bot (Jun 10 2023 at 22:15):

Richard Feldman has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC