peppermint icon indicating copy to clipboard operation
peppermint copied to clipboard

Website (peppermint.sh) faulty buttons

Open ByteMasterFlinki opened this issue 1 year ago • 3 comments

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

ByteMasterFlinki avatar Feb 25 '24 17:02 ByteMasterFlinki

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/" },
];

mark-pitblado avatar Feb 29 '24 07:02 mark-pitblado

image

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

fyksen avatar Mar 02 '24 19:03 fyksen

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!

mark-pitblado avatar Mar 04 '24 14:03 mark-pitblado