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:
parent
b2e504ec06
commit
dc36a177a9
4
help/en/orphans.myco
Normal file
4
help/en/orphans.myco
Normal 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.
|
@ -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}}
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user