1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 03:36:16 +00:00

Docs: Describe orphans

This commit is contained in:
Timur Ismagilov 2022-05-07 01:30:48 +05:00
parent b2e504ec06
commit dc36a177a9
3 changed files with 6 additions and 0 deletions

4
help/en/orphans.myco Normal file
View File

@ -0,0 +1,4 @@
= Orphaned hyphae
Page [[/orphans]] lists **orphaned hyphae**, or orphans for short. An orphan is a hypha with no backlinks, i/e not linked anywhere. Being part of a [[/help/en/category | category]] does not de-orphan the hypha.
This page can be used in some workflows. For example, you may create several hyphae, and get back to linking them later. Locating them in this list might help you.

View File

@ -32,6 +32,7 @@
<ul>
<li><a href="/help/en/recent_changes">{{block "recent_changes" .}}Recent changes{{end}}</a></li>
<li><a href="/help/en/feeds">{{block "feeds" .}}Feeds{{end}}</a></li>
<li><a href="/help/en/orphans">{{block "orphans" .}}Orphaned hyphae{{end}}</a></li>
</ul>
</li>
<li>{{block "configuration" .}}Configuration (for administrators){{end}}

View File

@ -37,6 +37,7 @@ var (
{{define "special pages"}}Специальные страницы{{end}}
{{define "recent_changes"}}Недавние изменения{{end}}
{{define "feeds"}}Ленты{{end}}
{{define "orphans"}}Гифы-сироты{{end}}
{{define "configuration"}}Конфигурация (для администраторов){{end}}
{{define "config_file"}}Файл конфигурации{{end}}
{{define "lock"}}Замок{{end}}