A
A
Anton2019-08-28 09:51:11
Redmine
Anton, 2019-08-28 09:51:11

How to make the table of contents the main page in wiki redmine?

Hello. Is there an option in the redmine wiki to make the table of contents the main page? By default, the first page opens the "wiki" start page and the user does not know that there are other underlying pages, it is not obvious for them to click on the "table of contents" (wiki/index). Couldn't find how to fix it in code or plugin.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Kirim, 2019-08-29
@Kirim

You can try to add a macro on the main page{{child_pages}}

D
Dimonchik, 2019-08-28
@dimonchik2013

Can't the homepage be edited?

A
Anton, 2019-09-16
@ZombieHamster

Solved by "hardcode":

<h1>Справочный раздел по системе Redmine</h1>

<ol>
  <li style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/%D0%A3%D1%87%D0%B5%D1%82%D0%BD%D1%8B%D0%B5_%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D0%B8_%D0%B8_%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF_%D0%BA_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B5">Учетные записи и доступ к системе</a></li>
  <li style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/%D0%A0%D0%BE%D0%BB%D0%B5%D0%B2%D0%B0%D1%8F_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BB%D1%8C_%D0%B8_%D1%81%D1%82%D0%B0%D1%82%D1%83%D1%81%D1%8B">Ролевая модель и статусы</a></li>
  <li style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/%D0%A0%D0%B0%D0%B1%D0%BE%D1%82%D0%B0_%D1%81_%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BD%D0%BD%D0%BE%D0%B9_%D0%BF%D0%BE%D1%87%D1%82%D0%BE%D0%B9">Работа с электронной почтой</a></li>
  <li data-select-like-a-boss="1" style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/Мобильные_клиенты">Мобильные клиенты</a></li>
  <li data-select-like-a-boss="1" style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/Интерфейс_системы_Redmine">Интерфейс системы Redmine</a></li>
  <li data-select-like-a-boss="1" style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;"><a href="https://redmine/projects/redmine-support/wiki/Работа_в_системе_руководителем_проекта">Работа в системе руководителем&nbsp;проекта</a></li>
</ol>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question