mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] adapt README.md
This commit is contained in:
parent
ab5aea8328
commit
818d21ba57
6 changed files with 39 additions and 33 deletions
|
@ -21,13 +21,14 @@ In case you want to use the CDN you can try the following URL as a quick start
|
|||
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
||||
|
||||
In case you don't want or can use the admin panel of Friendica you can activate
|
||||
the addon by adding _mathjax_ to the list in your `config/local.config.php` file
|
||||
the addon by adding _mathjax_ to the list in your `config/node.config.php` file
|
||||
|
||||
'system' => [
|
||||
...
|
||||
'addon' => '...,mathjax'
|
||||
...
|
||||
]
|
||||
'addons' => [
|
||||
...
|
||||
'mathjax' => [
|
||||
admin => true,
|
||||
],
|
||||
]
|
||||
|
||||
and then providing the base URL after that in the `config/mathjax.config.php` file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue