LACES-LAB / documentation

repo for lab documentation
0 stars 5 forks source link

Link to other websites #6

Closed Fuad-HH closed 6 months ago

Fuad-HH commented 7 months ago

I wanted to put something on the FAQ but it is already on the scorec wiki. So I want to just add it to the main page of FAQs and link it to the SCOREC page. Is there any easy solution for this in Hugo? Or should I even do it or write it myself?

jacobmerson commented 7 months ago

You can use any markdown so a link can be added with [link text](link url). See https://daringfireball.net/projects/markdown/syntax

Or am I misunderstanding what you are asking?

Fuad-HH commented 7 months ago

Yes, I meant a different thing. Actually, I wanted to add another FAQ but for that page, I don't want to write it, instead, I want the link to direct to another website. In other words, you see in this FAQs Page some blue links. I want to create a blue link that will direct to a different website rather than going to our documentation website. These index links are automatically created when I create the corresponding file in the faq directory with the title.

jacobmerson commented 7 months ago

I would just create a new page that has a link on it. That way it'll show up in the sidebar as well.