OBOFoundry/OBOFoundry.github.io

Remove two web pages?

Closed this issue · 2 comments

  1. docs/participate - not linked to anywhere on obofoundry.org
  2. https://obofoundry.org/pages - shouldn't be publicly exposed.

Re #1, I made a minor fix to docs/participate.md (as requested) but then when I went to obofoundry.org, I didn't actually see the page linked anywhere. I think it is obsolete.

Re #2, I came across that page from a google search for the title of the participate page. It seems like something that should not be exposed publicly. Is it generated from https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/pages.md?plain=1 ? (I'm not sure.)

RE 1: if you go to the FAQ page and scroll down to the "Participate" header, there is this link: "How can I get involved in the OBO Foundry?" that leads to the page you recently fixed, so I think it is used.

RE 2: Here is a PR removing that page: #2594

Thanks!