atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

404 on Help #1811

Open bobrocke opened 7 years ago

bobrocke commented 7 years ago

The Help > Chocolat Help menu item attempts to open a web page, but the browser receives a 404 error.

atg commented 7 years ago

The help is on a mediawiki. I never transferred it across to the new server, so it's stuck on the old server and at the moment I can't access it. Have to modify nginx to serve it from a different domain.

What I want to do is move the help to a static site instead of installing mediawiki on the new server.

atg commented 7 years ago

Although the problem using a static site is that there's no search built-in. I hate using mediawiki for this though...

bobrocke commented 7 years ago

The Grav CMS is not static, but it uses no database and is wicked fast. Their docs are searchable: https://learn.getgrav.org

atg commented 7 years ago

That looks really slick!

Stolzenhain commented 6 years ago

Although the problem using a static site is that there's no search built-in. I hate using mediawiki for this though...

… you can cook up a pretty performant static search w/ Javascript – @atg if you let me, I would take a look at what you currently got.