Hi,
I am using a custom portal and would like to add knowledge base on it in the navbar.
I tried to follow how it was done in Self-service portal by creating same records. However I come to a point where I can display category details page but can't access to an article :
HTML href tag is empty.
If we look into self-service portal, HTML href tag is filled with <a href="/knowledgebase/article/KA-01... class="title">TEST ARTICLE</a>.
How could I achieve that in custom portal ? I don't know very much about Liquid but from what I read the liquid code in the category details web template doesn't include article detail page.