summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document generate commands (#3532)Lauris BH2018-02-181-0/+16
| | | | | | | | | | * Document generate commands Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> * Fix examples and grammar Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix app.ini sample file link in docs (#3529)Lauris BH2018-02-182-2/+2
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Add info from #2286, minor fixes to YAML indentation (#3338)Richard Coleman2018-02-151-4/+19
| | | | | | * Add info from #2286, minor fixes to YAML indentation * Add space to make YAML valid again
* Docs: Fix broken markdown with unescaped character (#3470)Jonas Bröms2018-02-071-2/+2
|
* Clarify Indexer MAX_FILE_SIZE (#3469)Jonas Bröms2018-02-071-1/+1
|
* Added quoting for passwords in sample.app.ini and documentation (#3395)Timo Schindler2018-01-271-2/+2
|
* Update source installation requirements (#3124)Kim "BKC" Carlbäcker2018-01-161-1/+1
| | | | | | | | | | | | | | * Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test
* Improve documentation about custom templates. (#3345)Alberto González Palomo2018-01-111-3/+23
| | | | Now includes all the template hooks in the page, and a detailed example for the common case of adding an "about" page.
* Templates for extra links in top navbar and repo tool tabs. (#3308)Alberto González Palomo2018-01-101-0/+2
| | | | | | | | | These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* General documentation cleanup (#3317)Michael Lustfield2018-01-0830-270/+491
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-094-4/+4
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-081-0/+8
| | | | | | * Add missing indexer doc in configuration * Unify MAX_FILE_SIZE to 1024 * 1024
* Ensure docs makefile downloads theme if failed before. (#3322)Alberto González Palomo2018-01-071-3/+4
| | | | | | | | | | | | | | | The makefile did not download the theme if the directory "themes/gitea" is there, even if empty. On a fresh Ubuntu install, curl is not included, so the theme rule fails just after creating the empty directory. When you try again after installing curl, the rule is not triggered. This could also happen if the download fails for other reasons. This change makes the theme rule depend on the file "theme.toml" which will be there only after unpacking a successfully downloaded theme archive. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* Add defaults to config cheatsheet, and minor language cleanup. (#3290)Michael Lustfield2018-01-061-136/+134
| | | | | | * Add defaults to config cheatsheet, and clean up document. * Updates and touchups, per review.
* add external tool docs (#3301)Lunny Xiao2018-01-062-0/+37
|
* Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262)Mike Fellows2017-12-271-0/+2
|
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-202-0/+2
| | | | | | | | | | * support default private when creating or migrating repository * fix fmt * use string constants on repository default private in app.ini * fix fmt
* Add missing repository setting docs in cheat sheet (#3230)Sandro Santilli2017-12-191-0/+4
|
* Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)Sandro Santilli2017-12-171-0/+7
| | | Include defaults in cheat sheet, for that section
* add quotation around ports in docker-compose.yml (#3090)bibaijin2017-12-051-12/+12
|
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-0/+1
|
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)techknowlogick2017-12-031-0/+2
|
* Update docs for LDAP (via BindDN) user sync option. (#2985)Mike Fellows2017-11-301-0/+11
|
* French translation for docs (#3030)techknowlogick2017-11-3014-1/+817
| | | original PR go-gitea/docs#147 and author @0xbaadf00d
* add notice for docker run gitea http port issue (#3020)Lunny Xiao2017-11-302-0/+4
|
* Removing disqus from docs site (#3015)techknowlogick2017-11-291-1/+0
| | | | Gitea now has a forum which is probably a better venue for these types of conversations
* Fix master build for docs docker (#3004)techknowlogick2017-11-291-2/+2
|
* Dockerfile for docs copy proper files into image (#2989)techknowlogick2017-11-271-2/+2
| | | fixes docker build from: #2874
* Adding time tracking to feature list (#2982)techknowlogick2017-11-271-0/+1
| | | | Now that 1.3 is out time tracking is a new feature go-gitea/docs#148
* Import docs into main repository (#2874)techknowlogick2017-11-2667-0/+3689
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>