diff options
author | Yakov5776 <yakov5776@gmail.com> | 2022-12-13 19:20:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 18:20:36 -0600 |
commit | 5aa854693fc6dbd77a83cb89c88e45a06413a697 (patch) | |
tree | 929627424b13652c7304debc2ea7a6e36578b74e | |
parent | a95247b7dfb89d574605a768d96f1f1576b216ca (diff) | |
download | gitea-5aa854693fc6dbd77a83cb89c88e45a06413a697.tar.gz gitea-5aa854693fc6dbd77a83cb89c88e45a06413a697.zip |
Fix markdown typo of an extra backtick in docs (#22123)
Fixes a visual bug in docs which is caused by a typo of an extra backtick.
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index 01a5e1eaee..4394d19203 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -145,7 +145,7 @@ launched manually from command line, it can be killed by pressing `Ctrl + C`. Gitea will search for a number of things from the _`CustomPath`_. By default this is the `custom/` directory in the current working directory when running Gitea. It will also -look for its configuration file _`CustomConf`_ in _`CustomPath`_/conf/app.ini`, and will use the +look for its configuration file _`CustomConf`_ in `$(CustomPath)/conf/app.ini`, and will use the current working directory as the relative base path _`AppWorkPath`_ for a number configurable values. Finally the static files will be served from _`StaticRootPath`_ which defaults to the _`AppWorkPath`_. |