diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 4f16ba2536..24b4dd4e7d 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -1,6 +1,8 @@ Accesskeys in Friendica ======================= +* [Home](help) + General ------- * p: profile diff --git a/doc/Home.md b/doc/Home.md index 437486e028..b4b389921a 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -20,7 +20,6 @@ Friendica Documentation and Resources * [Community Forums](help/Forums) * [Chats](help/Chats) * Further information - * [Improve Performance](help/Improve-Performance) * [Move your account](help/Move-Account) * [Delete your account](help/Remove-Account) * [Frequently asked questions (FAQ)](help/FAQ) @@ -33,6 +32,7 @@ Friendica Documentation and Resources * [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd) * [Using SSL with Friendica](help/SSL) * [Config values that can only be set in .htconfig.php](help/htconfig) +* [Improve Performance](help/Improve-Performance) **Developer Manual** diff --git a/doc/Protocol.md b/doc/Protocol.md index 86ed027d61..85fe09a5f1 100644 --- a/doc/Protocol.md +++ b/doc/Protocol.md @@ -1,6 +1,8 @@ Used Protocols =============== +* [Home](help) + Friendicas DFRN Protocol --- diff --git a/doc/Settings.md b/doc/Settings.md index 06ef85c436..a154a30732 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -1,5 +1,7 @@ # Settings +* [Home](help) + If you are the admin of a Friendica node, you have access to the so called **Admin Panel** where you can configure your Friendica node. On the front page of the admin panel you will see a summary of information about your node. diff --git a/doc/api.md b/doc/api.md index bf1507adba..b759b4697c 100644 --- a/doc/api.md +++ b/doc/api.md @@ -1,5 +1,8 @@ Friendica API === + +* [Home](help) + The Friendica API aims to be compatible to the [GNU Social API](http://wiki.gnusocial.de/gnusocial:api) and the [Twitter API](https://dev.twitter.com/rest/public). Please refer to the linked documentation for further information. diff --git a/doc/de/BBCode.md b/doc/de/BBCode.md index 3927e5f18a..5dc8f3bb06 100644 --- a/doc/de/BBCode.md +++ b/doc/de/BBCode.md @@ -474,6 +474,10 @@ Du kannst Videos, Musikdateien und weitere Dinge in Beiträgen einbinden.
(inkl. smoothly, testbubble)
+Frio
+
Frost
Vier
(inkl. dispy)
diff --git a/doc/htconfig.md b/doc/htconfig.md
index dbdbf15033..577a4944cd 100644
--- a/doc/htconfig.md
+++ b/doc/htconfig.md
@@ -1,6 +1,8 @@
Config values that can only be set in .htconfig.php
===================================================
+* [Home](help)
+
There are some config values that haven't found their way into the administration page.
This has several reasons.
Maybe they are part of a current development that isn't considered stable and will be added later in the administration page when it is considered safe.
diff --git a/doc/img/editor_frio.png b/doc/img/editor_frio.png
new file mode 100644
index 0000000000..8428b34382
Binary files /dev/null and b/doc/img/editor_frio.png differ
diff --git a/doc/translations.md b/doc/translations.md
index 861e98440a..4a703f340c 100644
--- a/doc/translations.md
+++ b/doc/translations.md
@@ -1,6 +1,8 @@
Friendica translations
======================
+* [Home](help)
+
Translation Process
-------------------
diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index 0dc3573beb..91b6219f17 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -2318,9 +2318,13 @@ section.help-content-wrapper h2 {
section.help-content-wrapper h3 {
font-size: 1.2em;
}
+section.help-content-wrapper h4 {
+ font-size: 1em;
+}
section.help-content-wrapper h1,
section.help-content-wrapper h2,
section.help-content-wrapper h3,
+section.help-content-wrapper h4,
section.help-content-wrapper h5,
section.help-content-wrapper h6 {
margin-top: 24px;
@@ -2332,7 +2336,8 @@ section.help-content-wrapper p {
margin: 0.4em 0;
}
section.help-content-wrapper p,
-section.help-content-wrapper a {
+section.help-content-wrapper a,
+section.help-content-wrapper li {
line-height: 1.6;
font-size: 0.96em;
}