Peppermint-Lab / peppermint

An open source ticket management & help desk solution. A zendesk/freshdesk alternative
https://peppermint.sh
Other
1.95k stars 205 forks source link

Website (peppermint.sh) faulty buttons #230

Closed ByteMasterFlinki closed 3 months ago

ByteMasterFlinki commented 7 months ago

On your website I can not navigate to all the "Features" tabs. I would like to learn more about Imap and smtp. I tried different browsers neither Opera, Chrome and Safari worked. The Mobile version (tried on Iphone with Safari) don't work (and looks a bit strange).

I hope that I don't stress you with this problem. Have a nice day

mark-pitblado commented 7 months ago

Hi @ByteMasterFlinki, would you mind providing a screenshot of the button you are trying to press? I did a quick ctrl-f on the main peppermint.sh homepage and could not find the word features.

In the code, I will note that it appears to be commented out

const navigation = [
  // { name: "About Us", href: "#" },
  // { name: "Features", href: "#" },
  { name: "Github", href: "https://github.com/Peppermint-Lab/peppermint" },
  { name: "Docs", href: "https://docs.peppermint.sh/" },
];
fyksen commented 7 months ago

image

These are the "buttons" that doesn't work. There is no URLs connected to them.

mark-pitblado commented 7 months ago

Hi @fyksen! Awesome, I see where these links are not working. It appears that the pages that these links are supposed to point to don't actually exist (i.e. the documentation hasn't been written yet). Therefore, the options would be to either remove these links from _meta.json until the pages are live, or change the title of the links to reflect their state (something like "coming soon").

That's a call only the maintainers can make, but from a technical point of view this is an easy fix! If any of the maintainers see this, if you just let me know in a comment which route you want to go I can build the PR!