You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/forms_doc_template.md.j2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ routes:
7
7
default: '/dev/forms'
8
8
---
9
9
10
-
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{ current_commit }}/scripts/forms_doc_generate.py) on {{date}} (YunoHost version {{version}})
10
+
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{doc_commit}}/scripts/forms_doc_generate.py) on {{date}} (YunoHost version {{version}})
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{ current_commit }}/scripts/helpers_doc_generate.py) on {{date}} (YunoHost version {{version}})
11
+
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{doc_commit}}/scripts/helpers_doc_generate.py) on {{date}} (YunoHost version {{version}})
12
12
{%forsection_id, sectionintree.items() %}
13
13
## {{ section["title"].title() }}
14
14
{%- ifsection['notes'] %}
@@ -61,7 +61,7 @@ Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{ curr
61
61
{{ h.details.strip() }}
62
62
{%- endif%}
63
63
64
-
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/{{ current_commit }}/helpers/helpers.v{{helpers_version if helpers_version != "2" else "1"}}.d/{{subsection}}#L{{h.line + 1}})
64
+
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/{{src_commit}}/helpers/helpers.v{{helpers_version if helpers_version != "2" else "1"}}.d/{{subsection}}#L{{h.line + 1}})
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{current_commit}}/scripts/resources_doc_generate.py) on {{date}} (YunoHost version {{version}})
11
+
Doc auto-generated by [this script](https://github.com/YunoHost/doc/blob/{{doc_commit}}/scripts/resources_doc_generate.py) on {{date}} (YunoHost version {{version}})
0 commit comments