marko-js / marko

A declarative, HTML-based language that makes building web apps fun
https://markojs.com/
MIT License
13.37k stars 644 forks source link

[Docs] 404 when typing in http://markojs.com/docs/ #820

Closed danmarshall closed 7 years ago

danmarshall commented 7 years ago

Bug Report

Context

While reading the excellent 👍 docs, I wanted to go to the documentation home page. I just hacked the url to http://markojs.com/docs/

Expected Behavior

Go to documentation home page

Actual Behavior

404

Possible Fix

Perhaps you could redirect /docs/ to /docs/introduction-overview/

Your Environment

The web

Steps to Reproduce

  1. Try to visit http://markojs.com/docs/
austinkelleher commented 7 years ago

Hey @danmarshall. Thanks for the report. I agree that the behavior is incorrect. We are using https://github.com/marko-js/marko-starter with the website and it currently does not support client redirects. This is something we've been talking about supporting. I opened https://github.com/marko-js/marko-starter/issues/12 to track this issue.